Releases: nwutils/Web2Executable
Releases · nwutils/Web2Executable
Web2Executable v0.4.5b
Fixes
- Fix regex matching issue due to generic regex. Fixes version retrieval. (Thanks to wJsJwr for the fix)
Web2Executable v0.4.4b
Features
- Ability to select SDK builds via an option added to "Download Settings". Option only applies to NW.js >= 0.13.0.
Web2Executable v0.4.3b
Features:
- Web2Exe should now properly handle NW.js versions >= 0.13.0
- When exporting using NW.js >= 0.13.0, "Uncompressed Folder" can now be selected for all export options, not just Mac OSX, due to packaging changes in NW.js
Web2Executable v0.4.2b
Fixed:
- Lots of Image related issues due to Python 3 migrations. Using ICNS files for Mac OS X exports now work on all platforms with a preview.
- Lots of miscellaneous minor bugs
Web2Executable v0.4.1b
Fixed:
- Long Paths! (again)
- Tried to fix image issues with Python 3.
- Error with slider bar not updating number
Web2Executable v0.4.0b
Features
- now using Python 3, so unicode errors should not be a problem anymore
Fixes
- a bug with deleting files that were readonly in Windows 10. Thanks to williamd1k0 for the fix!
Web2Executable v0.3.4.3b
Fixed compression not working in Windows 10.
Web2Executable v0.3.4.2b
Fixed long paths with windows (finally)
Web2Executable v0.3.4.1b
Reverted the change for Windows long paths, since they're not working…
Web2Executable v0.3.4b
Features
- New Window on startup that asks for a project path.
Fixes
- Windows Path issues. Now prefixes Windows directory paths with '//?/' in order to support paths longer that 255 characters.