4.11.0 (2024-09-25)
- deps-dev: bump selenium-webdriver from 4.24.0 to 4.24.1 in the npm group (#227) (8fb57ee)
- deps: bump actions/setup-node from 4.0.3 to 4.0.4 in /.github/workflows in the gha group (#228) (a9153d2)
- deps: bump selenium-webdriver from 4.23.0 to 4.24.0 in the npm group (#225) (112067a)
- docs: remove version from example (02f49b4)
4.10.0 (2024-08-27)
4.9.0 (2024-08-20)
4.8.1 (2024-08-14)
4.8.0 (2024-07-27)
- deps: upgrade nw-builder to v4.8.0 (5055d49)
- bump actions/setup-node from 4.0.2 to 4.0.3 in /.github/workflows in the gha group (#215) (43f6a97)
- deps: bump selenium-webdriver from 4.22.0 to 4.23.0 in the npm group (#216) (32eb170)
- docs: move changelog to root (81c9397)
- 2016-09-14
flavor
option; you can now select any flavor of NW.js, not justsdk
. - 2016-08-28 bumping nw-builder dependency to 3.0.0.
- 2016-07-02
2.0.3
Fix for zip option plus some small nw-builder fixes. - 2016-07-02
2.0.2
Updated Grunt peer dependency - 2016-07-02
2.0.1
Supporting newer NW.js versions, alpha/beta builds, plus some other small fixes. - ...
- 2014-12-12
1.0.0
64-bit support, improved platform-overrides and no more EMFILE errors. Also, macPlist CFBundleIdentifier is generated frompackage.json
. - 2014-08-01
0.3.0
macPlist option improvements (see mllrsohn/nw-builder#96) - 2014-08-01
0.2.0
Moved logic into a separate module, config options will be backward compatible exceptkeep_nw
is no longer supported - 2013-09-19 Removed config merging (but kept the lookup for version number and name), added keep_nw option, fixed various small bugs.
- 2013-09-09 fixed accidential deletion of nw.exe on windows builds, adding several improvements, opt in for timestamped builds, using version and name from package.json to name the build product and build dir, renamed download directory to
cache
, added merge from package.json options for nodewebkit (no need to add configuration to Gruntfile, but stays optional) - 2013-08-20 fix for the unzip lib
- 2013-08-13 initial release