Skip to content

Commit de90708

Browse files
feat: add macos arm support (#783)
1 parent 3136569 commit de90708

22 files changed

+2147
-2173
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [4.1.0-beta.0] - 2023-02-25
11+
12+
## Added
13+
14+
- MacOS ARM support
15+
1016
## [4.1.0] - 2023-02-23
1117

1218
## Added

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Build [NW.js](https://github.com/nwjs/nw.js) applications for Mac, Windows and L
1111
- [Usage](https://github.com/nwutils/nw-builder#usage)
1212
- [Limitations](https://github.com/nwutils/nw-builder#limitations)
1313
- [API Reference](https://nwutils.io/nw-builder/global#nwbuild)
14+
- [Migration Guide](https://github.com/nwutils/nw-builder#migration)
1415
- [Contributing](https://github.com/nwutils/nw-builder#contributing)
1516
- [License](https://github.com/nwutils/nw-builder#license)
1617

@@ -112,7 +113,9 @@ For more options, check out the [API reference](https://nwutils.io/nw-builder/gl
112113

113114
- #716 File permissions are incorrectly set for Linux or MacOS apps built on Windows platform.
114115

115-
## Migration to v4
116+
## Migration
117+
118+
Migrate from v3 to v4
116119

117120
### Update `nw-builder`
118121

0 commit comments

Comments
 (0)