Fbs Versions Save

Create Python GUIs with Qt in minutes

v1.2.1

1 year ago

This improvement is only included in fbs Pro.

fbs Pro users had no easy way to install fbs Pro in buildvm virtual machines. This release fixes this: You can now add fbs_pro.tar.gz into requirements/ and add fbs_pro.tar.gz to requirements/base.txt to have it installed in the VM.

v1.2.0

1 year ago

This improvement is only included in fbs Pro.

Commands such as fbs buildvm ubuntu were plagued by several problems due to outdated Python and OS versions. This release fixes this.

v1.1.9

1 year ago

Specifially, building for Python 3.9.7 gave:

/root/.pyenv/plugins/python-build/bin/python-build: line 1730: patch: command not found
BUILD FAILED (Fedora 25 using python-build 20180424)

Thank you @meramsey for the PR!

v1.1.8

1 year ago

This improvement is only included in fbs Pro.

The following warning was shown when installing fbs:

DEPRECATION: fbs is being installed using the legacy 'setup.py install'
method, because it does not have a 'pyproject.toml' and the 'wheel' package
is not installed. pip 23.1 will enforce this behaviour change. A possible
replacement is to enable the '--use-pep517' option. Discussion can be found
at https://github.com/pypa/pip/issues/8559".

This release fixes this.

v1.1.7

1 year ago

This improvement is only included in fbs Pro.

The following error occurred when you had multiple Qt bindings (eg. PyQt5 and PySide6) installed, but not PyQt6:

ValueError: 'PyQt6 is not in list

This release fixes this.

v1.1.6

1 year ago

This improvement is only included in fbs Pro.

fbs installer gave the following error:

Cannot find support/ directory.

This release fixes this.

v1.1.5

1 year ago

This improvement is only included in fbs Pro.

fbs installer gave the following error on Apple Silicon machines:

bless: The 'openfolder' is not supported on Apple Silicon devices.

This release fixes this.

v1.1.4

1 year ago

These improvements are only included in fbs Pro.

fbs Pro's error tracking via Sentry did not track exceptions that prevented the app from starting - see #283. This release fixes this. Thank you @apastel for the analysis and suggested fix!

v1.1.3

1 year ago

Running fbs installer on Linux could give error:

fbs could not find executable 'fpm'. Please install fpm using the instructions at
https://fpm.readthedocs.io/en/latest/installing.html.

This link no longer works. It was fixed to be .../installation.html.

Thanks @meramsey for the fix!

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.