Skip to content

Latest commit

 

History

History
243 lines (150 loc) · 7.49 KB

CHANGELOG.md

File metadata and controls

243 lines (150 loc) · 7.49 KB

Changelog

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

  • #286: 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.