Releases: electron/universal
Releases · electron/universal
v1.3.4
1.3.4 (2022-11-27)
Bug Fixes
- update dir-compare for minimatch redos (3657753)
v1.3.3
1.3.3 (2022-10-19)
Bug Fixes
- merged ASAR does not unpack when there is only one unpacked file (#55) (1fc0005)
v1.3.2
1.3.2 (2022-10-18)
Bug Fixes
- migrate from asar to @electron/asar (691e4ef)
v1.3.1
1.3.1 (2022-10-03)
Bug Fixes
v1.3.0
1.3.0 (2022-06-01)
Features
- don't lipo binaries that are identical in the x64 and arm64 versions and match an allowlist (#47) (01dfb8a), closes #17
v1.2.1
1.2.1 (2022-03-09)
Bug Fixes
- handle MainMenu.nib mismatch in Electron 18 (#42) (479e80d)
v1.2.0
1.2.0 (2022-01-24)
Features
v1.1.0
1.1.0 (2021-09-15)
Features
- add support for auto-merging ElectronAsarIntegrity values (36b58a8)
v1.0.5
1.0.5 (2021-05-09)
Bug Fixes
- /usr/bin/file can return errors on MacOS; ignore these errors (#13) (e7d57dd)
v1.0.4
1.0.4 (2020-11-20)
Bug Fixes
- use setEncoding() and read() for crypto.createHash instead of digest() (#11) (477a52e)