Skip to content

Releases: mherrmann/fbs

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.

Always read settings.json files as UTF-8

30 Sep 14:58
Compare
Choose a tag to compare

Otherwise, their results may depend on the user's operating system.

Thank you @weiyi0 for the PR (#250).

Fix error upon `fbs release 1.0`

02 Aug 09:16
Compare
Choose a tag to compare

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.