Skip to content

Commit 740a462

Browse files
author
Ayushman Chhabra
committed
v4.3.0
1 parent 6087691 commit 740a462

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
## [4.3.0] - 2023-07-03
11+
1012
## Added
1113

1214
- Compress `outDir` to `zip`, `tar` and `tgz` formats.
1315
- Specify log level via `options.logLevel`.
1416
- Add platform, arch, Node and NW.js info in debug log.
17+
- Add MacOS name, version, description and legal metadata
18+
- Removed redundant `options.app.icon` property (Refer to NW.js docs on how to set icon)
1519

1620
## [4.2.8] - 2023-06-29
1721

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nw-builder",
3-
"version": "4.2.8",
3+
"version": "4.3.0",
44
"description": "Build NW.js desktop applications for MacOS, Windows and Linux.",
55
"keywords": [
66
"NW.js",

0 commit comments

Comments
 (0)