Releases: nwutils/Web2Executable
Releases · nwutils/Web2Executable
Web2Executable v0.5.3b
Fixes:
- Command line version was apparently not working at all. My apologies for this. It's now working as expected.
Web2Executable v0.5.2b
Fixes
- Add new page to search for nw.js versions. Fixes issue with latest 0.14.7 LTS release.
- Use copy2 to preserve file attributes. Fixes issue with copying executable files.
Web2Executable v0.5.1b
Features
- Implemented #150 - Added the ability to name output directories after a pattern containing setting references. Using the new "Output Name Pattern" field in the "Export Settings" tab, you can reference any settings by label and they will auto complete and insert a tag that is based on the manifest format for NW.js ( %(app_name) for App Name, %(icon) for Window Icon, etc)
Web2Executable v0.5.0b
Changes
- Dropped support for NW.js < 0.13.X. Backward compatibility is too time-consuming to achieve and new features from newer NW.js versions are worth dropping 0.12.X and lower.
Fixes
Misc
- Code cleanup and reorganization
Web2Executable v0.4.11b
Fixes
- An issue where the previous error was not cleared caused directory removal failures to keep happening even if the export was successful
Web2Executable v0.4.10b
Fixes
- Fix issue where renamed NW.js properties were not saving and loading using the GUI. Names included: 'always-on-top', 'visible-on-all-workspaces', 'new-instance', 'inject-js-start', and 'inject-js-end'
Web2Executable v0.4.9b
Fixes
- Fix issue with broken symlinks causing silent export failure
- Fix versions not showing latest 0.15.X versions
Web2Executable v0.4.8b
Fixes
- Fix an issue that causes the package.json specified in the command line to be overwritten if it is in the default location.
Web2Executable v0.4.7b
Fixes
- Python 2 getheaders should be Python 3 get_all, which was causing empty exports
Web2Executable v0.4.6b
Fixes
- Change changelog URL to new NW.js 0.14.X branch -- @wJsJwr
- Fix node-remote setting being replaced with node_remote
- Fix Mac 32-bit option still selectable when exporting with NW.js > 0.12.X
- Fix misc. error when selecting a project too fast