Web2Executable Versions Save

Uses NW.js to generate "native" apps for already existing web apps.

v0.5.3b

7 years ago

Fixes:

  • Command line version was apparently not working at all. My apologies for this. It's now working as expected.

v0.5.2b

7 years ago

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.

v0.5.1b

7 years ago

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)

v0.5.0b

7 years ago

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

  • #153: UPX Compression not compressing dlls
  • #154: Node-remote resulting in errors

Misc

  • Code cleanup and reorganization

v0.4.11b

7 years ago

Fixes

  • An issue where the previous error was not cleared caused directory removal failures to keep happening even if the export was successful

v0.4.10b

7 years ago

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'

v0.4.9b

8 years ago

Fixes

  • Fix issue with broken symlinks causing silent export failure
  • Fix versions not showing latest 0.15.X versions

v0.4.8b

8 years ago

Fixes

  • Fix an issue that causes the package.json specified in the command line to be overwritten if it is in the default location.

v0.4.7b

8 years ago

Fixes

  • Python 2 getheaders should be Python 3 get_all, which was causing empty exports

v0.4.6b

8 years ago

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