Skip to content

Releases: mherrmann/fbs

v0.1.2

18 Apr 08:13
Compare
Choose a tag to compare

Make it possible to supply extra arguments to PyInstaller on Mac and Linux. (On Windows, it already was possible.) This lets you for instance add missing imports:

freeze_linux(extra_pyinstaller_args=[
    '--hidden-import', 'pgi.overrides.GObject',
    '--hidden-import', 'pgi.overrides.GLib'
])

v0.1.1

17 Apr 13:07
Compare
Choose a tag to compare

Improve placement of icons in Mac installer.

v0.1.0

28 Feb 09:58
Compare
Choose a tag to compare

Make it possible to customize the NSIS installer on Windows and fix FileNotFoundError during fbs freeze on Windows.

v0.0.9

12 Feb 14:13
Compare
Choose a tag to compare

Improve handling of missing UCRT DLLs on Windows. See mherrmann/fbs-tutorial#4.

v0.0.8

07 Feb 10:59
Compare
Choose a tag to compare

Fix error when installing via pip on Ubuntu

v0.0.7

06 Feb 15:01
Compare
Choose a tag to compare
Set version number for release 0.0.7

v0.0.6

08 Jan 10:25
Compare
Choose a tag to compare
Set version number for release 0.0.6

v0.0.5

04 Jan 06:40
Compare
Choose a tag to compare
Set version number for release 0.0.5

v0.0.4

31 Dec 10:16
Compare
Choose a tag to compare
Add missing data files to PyPI

v0.0.3

31 Dec 10:16
Compare
Choose a tag to compare
Set version number for release 0.0.3