Releases: electron/rebuild
Releases · electron/rebuild
v3.7.0
3.7.0 (2024-10-08)
Features
- Change node-gyp to @electron/node-gyp (#1157) (96b462a). If you're getting
ModuleNotFoundError: No module named 'distutils'
errors when installing native Node.js addons on macOS Sequoia, this is the version that will fix those errors for you!
v3.6.2
3.6.2 (2024-10-02)
Bug Fixes
v3.6.1
3.6.1 (2024-10-01)
Bug Fixes
v3.6.0
3.6.0 (2024-01-23)
Features
v3.5.0
3.5.0 (2024-01-09)
Features
- Upgrade
node-api-version
to add support for NodeAPI level 9 (#1118) (c483dde)
v3.4.1
3.4.1 (2023-12-04)
Bug Fixes
v3.4.0
3.4.0 (2023-11-30)
Features
- add ignoreModules to skip certain modules forcefully (#1117) (0e934ad)
v3.3.1
3.3.1 (2023-11-21)
Bug Fixes
- download arm64 clang when using Electron clang on Apple Silicon (#1113) (25bcc0d)
v3.3.0
3.3.0 (2023-08-21)
Features
v3.2.13
3.2.13 (2023-04-24)
Bug Fixes
- replacing macro {napi_build_version} in binary filename (#1078) (82da9d9), closes #554