Releases: nwutils/nw-builder
Releases · nwutils/nw-builder
v3.6.0
What's Changed
- Typo by @flagsoft in #498
- platform-overrides module port by @vankasteelj in #502
- chore(deps): update deps by @ayushmXn in #550
- chore(cicd): use github actions by @ayushmXn in #552
- chore(docs): update nw.js releases link by @pbek in #540
- feat(args): improve api dx by @CxRes in #488
- fix(platform): add osx multiple locale support by @nurishi in #389
- chore(docs): update readme by @ayushmXn in #553
- fix(docs): update versions, fix broken links by @ayushmXn in #555
New Contributors
- @flagsoft made their first contribution in #498
- @vankasteelj made their first contribution in #502
- @ayushmXn made their first contribution in #550
- @pbek made their first contribution in #540
- @CxRes made their first contribution in #488
- @nurishi made their first contribution in #389
Full Changelog: v3.5.4...v3.6.0
3.5.1
Added
- Add option.winVersionString for accurate process name. See #459.
Fixed
- Small platform overrides fix. See https://github.com/nwjs-community/nw-builder/pull/477/files.
3.4.1
Removed
- The
bluebird
dependency. We're now using native promises instead.
3.4.0
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
Fix for caching when a version is specified (thanks @piwonesien for the help)
3.2.2
Fix: when using the nwbuild
command in run mode, the -p
option was ignored and the current platform was always used.
3.2.1
Fix: NW.js 0.22.0+ apps didn't open
3.2.0
Defaults to HTTPS now, added manifestUrl option, and bumped some dependencies.
3.1.3
3.1.2
Fix for passing array as files option when running app (plus some security fixes).