Skip to content

Latest commit

 

History

History
525 lines (283 loc) · 12.9 KB

CHANGELOG.md

File metadata and controls

525 lines (283 loc) · 12.9 KB

Changelog

2.43.3

🐛 Bug Fixes

  • #475: Fix warning text colour in dark mode

2.43.2

🐛 Bug Fixes

  • #473: Stop freezing when selecting files/folders on macOS

2.43.1

🐛 Bug Fixes

  • #472: Fixed missing requests dependency when installing

2.43.0

🚀 Enhancements

  • #469: Notify users of new PyInstaller versions
  • #464: Added Hindi translations
  • Notify users of new auto-py-to-exe versions

🏆 Contributors

2.42.0

🚀 Enhancements

  • #440: Added Bulgarian translations

🏆 Contributors

2.41.0

🚀 Enhancements

  • #434: Added support for Python 3.12 using bottle shim
  • Better output overwrite detection

2.40.0

🚀 Enhancements

  • #431: Added support for PyInstaller 6.0.0

2.39.0

🚀 Enhancements

  • #427: Added dark mode theme

🐛 Bug Fixes

  • #426: Stopped creating more than one logging handler on UI reload

🏆 Contributors

2.38.0

🚀 Enhancements

  • #422: Added Persian translated README
  • #425: Added Korean translations

🏆 Contributors

2.37.0

🚀 Enhancements

  • #404: Added Turkish translated README
  • #413: Added Dutch translations

🏆 Contributors

2.36.0

🚀 Enhancements

  • #399: Updated Brazilian Portuguese translations

🏆 Contributors

2.35.0

🚀 Enhancements

  • #390: Added Vietnamese translations

🏆 Contributors

2.34.0

🚀 Enhancements

  • #387: Added Persian translations

🏆 Contributors

2.33.0

🚀 Enhancements

  • Support more versions of Eel

2.32.0

🚀 Enhancements

  • #373: Added Finnish translations

🏆 Contributors

2.31.1

🐛 Bug Fixes

  • Corrected Polish translations

🏆 Contributors

2.31.0

🚀 Enhancements

  • Added Polish translations

🏆 Contributors

2.30.0

🚀 Enhancements

  • #344: Highlight file/folder when viewing output in Windows
  • #365: Update German translations

🏆 Contributors

2.29.2

🐛 Bug Fixes

  • Fixed --debug choices not rendering correctly

2.29.1

🐛 Bug Fixes

  • #364: Fixed PyInstaller 5.8.0 not allowing the UI to load

2.29.0

🚀 Enhancements

  • #360: Added Ukrainian translations

🏆 Contributors

2.28.0

🚀 Enhancements

  • Display a warning when an icon file is not a legitimate .ico file

2.27.0

🚀 Enhancements

  • #355: Added Japanese translations

🐛 Bug Fixes

  • Fixed broken links for some translations

🏆 Contributors

2.26.1

🐛 Bug Fixes

  • #346: Fix Chinese translation error

🏆 Contributors

2.26.0

🚀 Enhancements

  • #331: Added Serbian translations

🏆 Contributors

2.25.0

🚀 Enhancements

  • #329: Added Spanish Latam translations

🏆 Contributors

2.24.1

🚀 Enhancements

  • #327: Added support for Python 3.11

2.24.0

🚀 Enhancements

  • #319: Added Arabic translations

🏆 Contributors

2.23.1

🐛 Bug Fixes

  • #306: Move to a non-reload based configuration import to fix issues with Eel server stopping on reload
  • Fix icon input not validating after configuration import

2.23.0

🚀 Enhancements

  • #292: Added Greek translations

🏆 Contributors

2.22.0

🚀 Enhancements

  • #297: Added Czech translations

🏆 Contributors

2.21.1

🐛 Bug Fixes

  • #290: Fixed configuration import not clearing existing values before inserting new values (now done using a reload)
  • Fixed icon path not validating after import

2.21.0

🚀 Enhancements

  • #286: Added ability to set language in cli arguments (e.g. --language sp)

2.20.1

🐛 Bug Fixes

  • Match dependencies in setup.py with requirements.txt

2.20.0

🚀 Enhancements

  • #272: Added Italian translations
  • #274: Added Indonesian translations

🏆 Contributors

2.19.0

🚀 Enhancements

  • #252: Added French translations

🏆 Contributors

2.18.2

🏠 Internal

  • #261: Use latest version of Eel

2.18.1

🐛 Bug Fixes

  • #259: Fix PyInstaller 4.10 warnings

2.18.0

🚀 Enhancements

  • #247: Added Thai translations

🏆 Contributors

2.17.0

🚀 Enhancements

  • #241: Added Turkish translations

🏆 Contributors

2.16.0

🚀 Enhancements

  • #237: Added Spanish translations

🏆 Contributors

2.15.0

🚀 Enhancements

  • #228: Added German translations
  • #231: Added Brazilian Portuguese translations

🏆 Contributors

2.14.1

🐛 Bug Fixes

  • #230: Fixed application failing to launch

🏆 Contributors

2.14.0

  • #215: Added warning when using Python 3.10.0

2.13.0

  • Added Russian (Русский) translations

2.12.0

  • #211: Added Traditional Chinese translations
  • #218: Added build directory override argument (--build-directory-override)
  • #221: Added an overlay spinner to hide content until the UI is initialised

2.11.0

  • #205: Added support for PyInstaller 4.6 and its new options
  • Dropped support for Python 3.5
  • Added support for Python 3.10

2.10.1

  • #197: Allow the output directory to be set from an imported JSON configuration file

2.10.0

  • #166: Added a warning for usage of Python from the Windows Store

2.9.0

  • #168: Confirmation dialog on overriding configuration values on import

2.8.0

  • Added translation handler
  • #153: Added Chinese translations

2.7.11

  • Add warning about PyInstaller < 4.1 support for Python 3.8 and 3.9

2.7.10

  • #142: Added browse button for output directory

2.7.9

  • #74 Added support for Python 3.8 and 3.9 by making PyInstaller 4.1 a required dependency

2.7.8

  • Fix regressed additional files note when using onefile

2.7.6

  • Updated CSS colour references
  • Fixed 404 image link

2.7.5

  • 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

2.7.4

  • 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).

2.7.3

  • Merged #96: Fixed Python 2.7 compatibility

2.7.2

  • Made warnings appear at the top of the ui when using versions of PyInstaller/Python that a known to conflict
  • Added argument --output-dir to set the default output directory
  • Added argument --logging-level to override logging level for console output
  • Added helpful links to the top of the ui
  • Removed Python 3.4 from supported versions as it is not officially supported by PyInstaller anymore
  • Some other build and background improvements

2.7.1

  • Fixed binary not reading arguments
  • Fixed input being emptied when cancelling file dialogs

2.7.0

  • Completely refactored project
    • Code separation
    • Cleaned up logging silencing
    • Advanced tab is built dynamically to support newly added PyInstaller commands
    • Added "Settings" ui tab for non-PyInstaller settings
    • Better input colouring for inputs expecting files/directories
  • Started adding tests to help support multiple operating systems and versions of Python more confidently.
  • Automatic deployments on tag

Note: This introduces a different format for exported configuration json files which causes older configuration files to be incompatible.

2.6.6

  • Added support for Eel 0.11.0

2.6.5

  • Fix #61: Don't try to use Chrome if Eel detects a path that does not exist

2.6.4

  • Leave a space between extra command data and the Python file

2.6.3

  • Allow PyInstaller dev branches to be used

2.6.2

  • Fix #58: Do not supply keyword arguments to os.startfile.

2.6.1

  • When the server stops, close the UI
  • Fix #56: Stop Python process freezing when displaying tkinter dialogs
  • Don't pass filetypes to tkinter's askopenfilename on MacOS

2.6.0

  • Allow importing and exporting od argument configurations as json files
  • Other improvements to behind-the-scenes state

Earlier

  • No changelog notes for earlier versions.