Fbs Versions Save

Create Python GUIs with Qt in minutes

v1.1.2

2 years ago

These improvements are only included in fbs Pro.

fbs Pro now gives much more helpful error messages on Windows. This saves developers time when installing necessary dependencies, for example.

v1.1.1

2 years ago

Previously, fbs freeze on Pop!_OS gave the error Your Linux distribution is not supported.

v1.0.3

2 years ago

ApplicationContext.get_resource(...) loaded files in src/main/resources/base/ before .../windows during fbs run. This release fixes this. The same fix is available in fbs Pro 1.1.0.

Thank you @gentlegiantJGC for the report in #263.

v1.0.2

2 years ago

As of Windows 10 build 20236 and later, signtool arguments /fd and /td are required. fbs sign now passes them in all cases. The change is backwards-compatible with earlier Windows versions.

Thank you @abood91 for the PR, which I adapted here.

v1.0.1

2 years ago

On at least some Windows 10 machines, launching the application at the end of the installer produced error Windows cannot find 'C'. This release fixes this. See #255 and #249.

v1.0.0

2 years ago

Otherwise, their results may depend on the user's operating system.

Thank you @weiyi0 for the PR (#250).

v0.9.9

2 years ago

The problem was that version numbers need to consist of three numbers (eg. 1.2.3). Now, there is a meaningful error message when the user tries to enter just 1.0.

v0.9.8

2 years ago

fbs's buildvm fedora and buildvm arch commands were broken. This releases fixes Fedora and gives a base implementation towards a fix for Arch. Similarly to the previous release (which was for Ubuntu), you can now specify the Python version (and Python OS-level build dependencies) via additional build_args settings called python_version and python_build_deps.

Motivated by PR #231. Thanks @meramsey!

v0.9.7

2 years ago

You can now also specify the Python version you want in the VM by specifying the build_arg called python_version. See ubuntu/Dockerfile and base.json in _defaults/.

v0.9.6

2 years ago

Thank you @lune for the PR!