Releases: nwutils/nw-builder
Releases · nwutils/nw-builder
v4.13.11
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
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
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
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
4.13.7 (2024-11-28)
Bug Fixes
- get: use \s+ to split lines containing shasum info (64f5709), closes #1317
v4.13.6
4.13.6 (2024-11-26)
Bug Fixes
- bld: fs.promises.copyFile -> fs.promises.cp (c1909c7)
v4.13.5
4.13.5 (2024-11-26)
Bug Fixes
- util: validate windows options.app.* iff defined (8a65a6d)
v4.13.4
4.13.4 (2024-11-26)
Bug Fixes
- util: validate options.app.company iff defined (a273e23)
v4.13.3
4.13.3 (2024-11-25)
Bug Fixes
- bld: correct fs.promises.copyFile function call (63fd422)
v4.13.2
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)