- [142](https://github.com/brentvollebregt/auto-py-to-exe/issues/142): Added browse button for output directory
2.7.9
- [74](https://github.com/brentvollebregt/auto-py-to-exe/issues/74) Added support for Python 3.8 and 3.9 by making [PyInstaller 4.1](https://pypi.org/project/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](https://github.com/brentvollebregt/auto-py-to-exe/issues/100): Use Eel 0.12.4 - Fixed [103](https://github.com/brentvollebregt/auto-py-to-exe/issues/103): Use `--console`/`--windowed` instead of `--nowindowed`/`--noconsole` - Be more consistent when choosing option strings - found in [104](https://github.com/brentvollebregt/auto-py-to-exe/issues/104)
2.7.4
- Fixed [99](https://github.com/brentvollebregt/auto-py-to-exe/issues/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).