Web2Executable Versions Save

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

v0.7.2b

1 year ago

v0.7.1b

4 years ago

Fixes

  • Icon generation was broken causing Windows exes to not build. This is now fixed

v0.7.0b

4 years ago

This release updates PySide2 to the latest version. It may also fix some issues with exporting that people have reported.

This release was broken. Please download the latest release.

v0.6.6b

7 years ago

Fixes

  • #195 null values in package.json should no longer cause issues

v0.6.5b

7 years ago

Fixes

  • Fixes #188: Absolute files will now copy over to the project folder properly

v0.6.4b

7 years ago

Fixes

  • #187: Logging now works again!
  • #186: Projects without a package.json initially are now packaged properly and don't show a blank NW.js screen.

v0.6.3b

7 years ago

Fixes

  • Command line version whitelist/blacklist now work as expected. Both newlines and commas are supported in the package.json and GUI. Only commas are supported from the --blacklist and --whitelist command line options.
  • Debug logging in CMD now works as expected with the --verbose flag

v0.6.1b

7 years ago

Fixes

  • Fix #178 - Change Http links to https because nw.js changed their URL security

v0.6.0b

7 years ago

Features

  • Implemented #173: Blacklisting and whitelisting! See the wiki for a few details on how to use it.
  • Implemented #172: Directories can now be changed via the "Output Name Pattern" field. Insert slashes for sub-directories and use the new specifiers to create system-specific directories. For example, if exporting to windows-x64, %(system) is windows, %(sys) is win, %(platform) is windows-x64 and %(arch) is x64. For Mac OS, %(system) and %(sys) are the same.
  • Web2Exe should display slightly more pretty on high resolution displays :)

FIxes

  • Fix #175: Nw versions not updating if version file is empty
  • Fixed a couple of command-line version bugs that prevented it from running

v0.5.4b

7 years ago

Features

  • #167 Web2exe settings moved to separate file. Your package.json can now be untouched.
  • #168 Create read-only mode which allows you to select a project and open it in "read-only" mode, as well as toggle read-only mode either by pressing Ctrl-R or Command-R, or selecting "Toggle Readonly" from the Edit menu item.

Fixes

  • Fix #164: Relative output directory not processing in windows
  • Fix #171: Ubuntu desktop files don't launch
  • Fix #169: Stop default options written to package.json. Package.json is no longer modified with all options