- fix for large handle values on Win10 / 64 bit
- workaround for namespace packages .pth files
- improvements
- update download_python3_minimal to download 3.7.3
- extend command line interface of launcher_tool (launcher.exe customization)
- cross platform support improved
- documentation extended
- support for Python 3.6+ in launcher
- support for any Python 3.x (x>5) version in download_python3_minimal
- 64 bit support for Python 2.7
- support variables in --extend-sys-path (e.g. $SELF)
- support variables in --run-path (e.g. $SELF)
- new function: launcher.hide_console()
- new function: launcher.hide_console_until_error()
- update download_python3_minimal to download 3.5.2
- more configurability for bdist_launcher (--python-minimal, --bin-dir)
- per-file configuration possibility for bdist_launcher
- added missing example (demo_app) to distribution
- fix: extend_sys_path attribute is now a parameter
- bdist_launcher distuils/setuptools command added
- new example: demo_app for use with bdist_launcher
- fix: close stdio channels before closing console window, fixes an issue with subprocess
- 64 bit support for Python 3
- improve error message if Python DLL is not found
- fix: redo restore_sys_argv to avoid quotes around argv[0]
re-release for pypi (fix descriptions in setup.py)
- add --extend-sys-path argument
- allow glob patterns for --add-file and --add-zip
- other fixes