Skip to content

Releases: brentvollebregt/auto-py-to-exe

v2.10.0

31 Jul 05:12
Compare
Choose a tag to compare
  • #166: Added a warning for usage of Python from the Windows Store

v2.9.0

05 May 11:09
Compare
Choose a tag to compare
  • #168: Confirmation dialog on overriding configuration values on import

v2.8.0

08 Feb 10:05
Compare
Choose a tag to compare
  • Added translation handler
  • #153: Added Chinese translations

v2.7.11

04 Dec 04:51
Compare
Choose a tag to compare
  • Add warning about PyInstaller < 4.1 support for Python 3.8 and 3.9

v2.7.10

27 Nov 05:51
Compare
Choose a tag to compare
  • #142: Added browse button for output directory

v2.7.9

27 Nov 04:27
Compare
Choose a tag to compare
  • #74 Added support for Python 3.8 and 3.9 by making PyInstaller 4.1 a required dependency

v2.7.8

17 Aug 12:01
Compare
Choose a tag to compare
  • Fix regressed additional files note when using onefile

v2.7.6

03 Aug 20:39
Compare
Choose a tag to compare
  • Updated CSS colour references
  • Fixed 404 image link

v2.7.5

12 Jun 11:17
Compare
Choose a tag to compare
  • Fixed #100: Use Eel 0.12.4
  • Fixed #103: Use --console/--windowed instead of --nowindowed/--noconsole
  • Be more consistent when choosing option strings - found in #104

v2.7.4

03 Jun 20:15
Compare
Choose a tag to compare
  • Fixed #99: Added --no-ui to tell the application to not open the ui and simply print out the address that the server is running on.
    • When using this option, the server will keep running until manually stopped (Ctrl + C).