Skip to content

Releases: nwutils/nw-builder

v3.6.0

19 May 03:09
b96d47d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.5.4...v3.6.0

3.5.1

19 Oct 21:04
Compare
Choose a tag to compare

Added

  • Add option.winVersionString for accurate process name. See #459.

Fixed

3.4.1

05 Jun 14:57
Compare
Choose a tag to compare

Removed

  • The bluebird dependency. We're now using native promises instead.

3.4.0

28 May 20:58
Compare
Choose a tag to compare

Added

  • If using the package programmatically and it's out of date, a message will be shown (this was always the case for the CLI).
  • There is now a README in every directory (with at least a single sentence summarizing the directory) to help with onboarding contributors.

Changed

  • Some dependencies are updated.

Removed

  • osx32 is removed from the default list of platforms. Thanks to @preaction (PR #439).
  • An unnecessary rcedit dependency is removed.

Fixed

  • For Node 7+ users, you won't see a os.tmpDir deprecation warning anymore.

3.2.3

22 May 20:48
Compare
Choose a tag to compare

Fix for caching when a version is specified (thanks @piwonesien for the help)

3.2.2

20 May 17:46
Compare
Choose a tag to compare

Fix: when using the nwbuild command in run mode, the -p option was ignored and the current platform was always used.

3.2.1

17 May 07:18
Compare
Choose a tag to compare

Fix: NW.js 0.22.0+ apps didn't open

3.2.0

12 Feb 02:03
Compare
Choose a tag to compare

Defaults to HTTPS now, added manifestUrl option, and bumped some dependencies.

3.1.3

17 Oct 08:29
Compare
Choose a tag to compare

Allow more options for zipping process

3.1.2

09 Oct 21:30
Compare
Choose a tag to compare

Fix for passing array as files option when running app (plus some security fixes).