Skip to content

Releases: nwutils/Web2Executable

Web2Executable v0.5.3b

16 Oct 22:21
Compare
Choose a tag to compare

Fixes:

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

Web2Executable v0.5.2b

26 Sep 15:44
Compare
Choose a tag to compare

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

07 Aug 22:37
Compare
Choose a tag to compare

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

25 Jul 23:21
Compare
Choose a tag to compare

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

Web2Executable v0.4.11b

21 Jun 15:05
Compare
Choose a tag to compare

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

08 Jun 14:24
Compare
Choose a tag to compare

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

26 May 16:04
Compare
Choose a tag to compare

Fixes

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

Web2Executable v0.4.8b

14 May 21:11
Compare
Choose a tag to compare

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

28 Apr 03:46
Compare
Choose a tag to compare

Fixes

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

Web2Executable v0.4.6b

18 Apr 23:09
Compare
Choose a tag to compare

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