Skip to content

Latest commit

 

History

History
84 lines (47 loc) · 5.27 KB

CHANGELOG.md

File metadata and controls

84 lines (47 loc) · 5.27 KB

Changelog

4.11.0 (2024-09-25)

Features

  • deps: bump the npm group with 2 updates (#229) (9988bd1)

Chores

  • 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)

Features

  • deps: bump nw-builder from 4.9.0 to 4.10.0 in the npm group (#222) (62324e2)

Bug Fixes

  • deps: bump micromatch from 4.0.7 to 4.0.8 in the npm_and_yarn group (#224) (6d58c65)

4.9.0 (2024-08-20)

Features

  • deps: bump nw-builder from 4.8.1 to 4.9.0 in the npm group (#221) (43d3b2a)

Chores

  • deps: bump axios from 1.7.3 to 1.7.4 in the npm_and_yarn group (#219) (4bb8de6)

4.8.1 (2024-08-14)

Bug Fixes

  • deps: upgrade nw-builder to v4.8.1 (754a2e9)
  • docs: correct typo (27d4eb0)

4.8.0 (2024-07-27)

Features

  • deps: upgrade nw-builder to v4.8.0 (5055d49)

Bug Fixes

  • correct version in release please manifest (0aa05e8)
  • git: resolve conflicts (dabe54f)

Chores

  • 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)

Changelog

  • 2016-09-14 flavor option; you can now select any flavor of NW.js, not just sdk.
  • 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 from package.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 except keep_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