Releases: mherrmann/fbs
Releases · mherrmann/fbs
Support spaces in app name
v0.7.8 Set version number for release 0.7.8
Fix ImportError "No module named 'boto3'"
v0.7.7 Set version number for release 0.7.7
Usability improvements
- You no longer have to subclass
ApplicationContext
in order to use fbs. Instantiating it is enough. See the new defaultmain.py
generated bystartproject
. - Previously, fbs always included
boto3
as a dependency. That is, when you didpip install fbs
, thenboto3
was installed as well. This however is only required when you use fbs'srelease
orupload
commands. This release changes it soboto3
isn't installed by default. If you do want to userelease
, you need topip install fbs[upload]
. - fbs now declares PyInstaller as a dependency. So you no longer have to do
pip install fbs PyInstaller==3.4
. It suffices topip install fbs
.
Small improvements
- Don't prompt "PyQt5 or Pyside2?" if the user has exactly one of the two installed.
- Automatically set
QApplication.applicationName()
from theapp_name
setting. This automatically gives all windows a nice title.
Fix broken `installer` on some Mac developer systems
Add support for PySide2 5.12.2
Update to Ubuntu 16 to fix broken `buildvm ubuntu`
apt-get update
on the Ubuntu 14 Docker image no longer works. This means that apps built with fbs now only support Ubuntu 16.04+. That's fair enough, because Ubuntu 14's LTS support ends in April 2019.
Fix broken `buildvm arch` command
Improve support for PySide2 5.12.1
v0.7.0 Set version number for release 0.7.0
Add support for PySide2 5.12.1
Also fix some icon-related warnings on Mac.