Skip to content

Releases: nwutils/Web2Executable

Web2Executable v0.4.5b

07 Apr 16:01
Compare
Choose a tag to compare

Fixes

  • Fix regex matching issue due to generic regex. Fixes version retrieval. (Thanks to wJsJwr for the fix)

Web2Executable v0.4.4b

01 Apr 22:04
Compare
Choose a tag to compare

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

15 Mar 16:24
Compare
Choose a tag to compare

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

09 Feb 16:13
Compare
Choose a tag to compare

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

06 Feb 19:48
Compare
Choose a tag to compare

Fixed:

  • Long Paths! (again)
  • Tried to fix image issues with Python 3.
  • Error with slider bar not updating number

Web2Executable v0.4.0b

25 Jan 14:05
Compare
Choose a tag to compare

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

20 Jan 14:27
Compare
Choose a tag to compare
Fixed compression not working in Windows 10.

Web2Executable v0.3.4.2b

14 Jan 14:46
Compare
Choose a tag to compare
Fixed long paths with windows (finally)

Web2Executable v0.3.4.1b

12 Jan 15:44
Compare
Choose a tag to compare
Reverted the change for Windows long paths, since they're not working…

Web2Executable v0.3.4b

07 Jan 19:21
Compare
Choose a tag to compare

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.