Skip to content

Releases: mherrmann/fbs

Fix `fbs startproject` in some cases

18 Oct 18:56
08d6ed8
Compare
Choose a tag to compare

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

18 Oct 18:53
dcb7709
Compare
Choose a tag to compare

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

13 Oct 12:42
a9e50f2
Compare
Choose a tag to compare

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

14 Sep 07:35
Compare
Choose a tag to compare

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

20 May 05:27
Compare
Choose a tag to compare

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!

Improve error messages on Windows

22 Mar 11:03
Compare
Choose a tag to compare

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

22 Mar 07:59
Compare
Choose a tag to compare

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

Fix incorrect resource loading in `fbs run`

03 Jan 12:28
Compare
Choose a tag to compare

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

14 Dec 07:07
Compare
Choose a tag to compare

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.

Fix error in Windows installer

08 Oct 06:44
Compare
Choose a tag to compare

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.