Releases: mherrmann/fbs
Fix `fbs startproject` in some cases
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.
Fix `fbs installer` on macOS
This improvement is only included in fbs Pro.
fbs installer
gave the following error:
Cannot find support/ directory.
This release fixes this.
Fix "openfolder is not supported" on Apple Silicon
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.
Fix: Errors were not sent to Sentry on app exit
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!
Fix incorrect link in error message
Improve error messages on Windows
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.
Add support for Pop!_OS
Previously, fbs freeze
on Pop!_OS gave the error Your Linux distribution is not supported
.
Fix incorrect resource loading in `fbs run`
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.