Releases: mherrmann/fbs
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.
Fix `sign` command on Windows 10 > 20236
Fix error in Windows installer
Always read settings.json files as UTF-8
Fix error upon `fbs release 1.0`
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
.