Skip to content

Commit d39a6d3

Browse files
update 4.x changelog
1 parent 9817d59 commit d39a6d3

File tree

1 file changed

+78
-2
lines changed

1 file changed

+78
-2
lines changed

CHANGELOG-4.md

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

88
## [Unreleased]
99

10-
## 4.0.7 - 2023-01-14
10+
## [4.0.7] - 2023-01-14
1111

1212
### Changed
1313

14-
- Do not throw error if `nwbuild` is of `object` type. #769
14+
- Do not throw error if `nwbuild` is of `object` type. [#769](https://github.com/nwutils/nw-builder/pull/769)
15+
16+
- Fix `package.json` path for `updateNotifier`. [#767](https://github.com/nwutils/nw-builder/pull/767)
17+
18+
## [4.0.6] - 2023-01-09
19+
20+
### Added
21+
22+
- Warn about loss of permissions if building Linux or MacOS on Windows. [8793d4b](https://github.com/nwutils/nw-builder/commit/8793d4bf06288199fcaff340fda43c1e2fbcacbc)
23+
24+
### Changed
25+
26+
- Fix error when `options.version` is `latest`. [33ef184](https://github.com/nwutils/nw-builder/commit/33ef184467f78fed94541e876da042b4ed99d443)
27+
28+
### Removed
29+
30+
- CJS support [968f798](https://github.com/nwutils/nw-builder/commit/968f7980de59fea72ddac8e1d64628e561de1f9a)
31+
32+
## [4.0.5] - 2023-01-06
33+
34+
### Changed
35+
36+
- Prevent duplicate globbing of `srcDir` files. [07901c9](https://github.com/nwutils/nw-builder/commit/07901c9e3930481ead0977b9be731765df28c087)
37+
38+
## [4.0.4] - 2023-01-06
39+
40+
### Changed
41+
42+
- Convert `srcDir` type from `string[]` to `string`. [1a699af](https://github.com/nwutils/nw-builder/commit/1a699af300782e0847333bb7ad945dbde8940350)
43+
44+
## [4.0.3] - 2023-01-06
45+
46+
### Added
47+
48+
- File globing. [#749](https://github.com/nwutils/nw-builder/pull/749)
49+
50+
- Linux and Windows configuration options. [#729](https://github.com/nwutils/nw-builder/pull/729)
51+
52+
### Changed
53+
54+
- Skip modification of Windows executable if platform is not Windows or Wine is not installed. [#739](https://github.com/nwutils/nw-builder/pull/739)
55+
56+
- Run mode should only require `srcDir`, `version` and `flavor`. [#718](https://github.com/nwutils/nw-builder/pull/718)
57+
58+
## [4.0.2] - 2022-11-30
59+
60+
### Added
61+
62+
- Allow user to rename NW executable. [#712](https://github.com/nwutils/nw-builder/pull/712)
63+
64+
### Changed
65+
66+
- Fix MacOS build. [#717](https://github.com/nwutils/nw-builder/pull/717)
67+
68+
- CJS support via `esbuild`. [#713](https://github.com/nwutils/nw-builder/pull/713)
69+
70+
## [4.0.1] - 2022-11-20
71+
72+
### Added
73+
74+
- Support for Desktop Entry file. [#690](https://github.com/nwutils/nw-builder/pull/690)
75+
76+
### Changed
77+
78+
- Resolve promise in `close` event with respect to compression. [#698](https://github.com/nwutils/nw-builder/pull/698)
79+
80+
- Check for release info after downloading NW binaries in `cacheDir`. [#697](https://github.com/nwutils/nw-builder/pull/697)
81+
82+
## [4.0.0] - 2022-11-16
83+
84+
### Added
85+
86+
- Rename Helper apps. [#687](https://github.com/nwutils/nw-builder/pull/687)
87+
88+
- MacOS support. [#685](https://github.com/nwutils/nw-builder/pull/685)
89+
90+
- Check for `nwbuild` object in `package.json`. [#684](https://github.com/nwutils/nw-builder/pull/684)

0 commit comments

Comments
 (0)