Skip to content

Releases: nwutils/nw-builder

v4.13.11

19 Mar 18:31
36a9530
Compare
Choose a tag to compare

4.13.11 (2025-03-19)

Bug Fixes

  • util: use strict boolean check for glob flag (63c931d)

Chores

  • ci: add concurrency (41494f5)
  • ci: do not run npm publish job if NPM_TOKEN is not available (e21051c)
  • deps: bump @babel/runtime from 7.26.0 to 7.26.10 in the npm_and_yarn group (#1373) (0b2d34e)
  • deps: bump actions/setup-node from 4.2.0 to 4.3.0 in /.github/workflows in the gha group (#1370) (5509ca9)
  • deps: bump the npm group across 1 directory with 5 updates (#1371) (ba554d2)

v4.13.10

11 Mar 13:17
af97fd5
Compare
Choose a tag to compare

4.13.10 (2025-03-11)

Bug Fixes

  • ci: give release please write permissions (920e4a0)
  • codeql: address code scanning alerts (#1360) (10cb3ba)

Chores

  • deps: bump googleapis/release-please-action from 4.1.4 to 4.2.0 in /.github/workflows in the gha group across 1 directory (#1364) (0f28592)
  • deps: bump the npm group across 1 directory with 6 updates (#1368) (1aaffa5)

v4.13.9

06 Mar 08:31
14b95cf
Compare
Choose a tag to compare

4.13.9 (2025-03-06)

Bug Fixes

  • get/verify: use crypto.timingSafeEqual to verify shasums (3dd449a)

Chores

  • deps: bump the gha group across 1 directory with 2 updates (#1358) (48e4947)
  • deps: bump the npm group across 1 directory with 13 updates (#1357) (9d3fe0c)
  • reverse undeprecation of get and run mode (e139740)

v4.13.8

01 Jan 17:41
ce71ec8
Compare
Choose a tag to compare

4.13.8 (2025-01-01)

Bug Fixes

Chores

  • deps: bump the npm group across 1 directory with 11 updates (#1332) (b9b96ff)
  • docs: clarify CJS usage (d673459), closes #1331
  • docs: clarify non-usage of srcDir in CLi interface (1b61bd1), closes #1330
  • docs: fix CJS import usage example (5f323df), closes #1331
  • test: download latest NW.js version for Linux demo app (8c09908), closes #1324

v4.13.7

28 Nov 16:49
c047055
Compare
Choose a tag to compare

4.13.7 (2024-11-28)

Bug Fixes

  • get: use \s+ to split lines containing shasum info (64f5709), closes #1317

v4.13.6

26 Nov 17:54
5d84eea
Compare
Choose a tag to compare

4.13.6 (2024-11-26)

Bug Fixes

  • bld: fs.promises.copyFile -> fs.promises.cp (c1909c7)

v4.13.5

26 Nov 17:11
de40e01
Compare
Choose a tag to compare

4.13.5 (2024-11-26)

Bug Fixes

  • util: validate windows options.app.* iff defined (8a65a6d)

v4.13.4

26 Nov 16:19
2ce60ee
Compare
Choose a tag to compare

4.13.4 (2024-11-26)

Bug Fixes

  • util: validate options.app.company iff defined (a273e23)

v4.13.3

25 Nov 14:52
2dbd51d
Compare
Choose a tag to compare

4.13.3 (2024-11-25)

Bug Fixes

  • bld: correct fs.promises.copyFile function call (63fd422)

v4.13.2

25 Nov 14:43
33e1ebd
Compare
Choose a tag to compare

4.13.2 (2024-11-25)

Bug Fixes

  • bld: parse options.app.icon correctly during build mode (bd0ef96)
  • bld: use fs.promises.copyFile to copy app files in build mode with glob enabled (e1843f0)