| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-09-09 | 549 Bytes | |
| v1.0.0 source code.tar.gz | 2025-09-09 | 68.0 kB | |
| v1.0.0 source code.zip | 2025-09-09 | 79.3 kB | |
| Totals: 3 Items | 147.9 kB | 0 | |
Breaking
- Require Electron 37 and Node.js 20 3f24457
- Remove
disableZoomfunction f508f85 - The
disableZoomfunction relied onsetLayoutZoomLevelLimitswhich was removed in Electron 9. There's no clean, reliable way to disable zoom in modern Electron without complex workarounds that may break in future versions.
Fixes
- Fix ASAR detection reliability fb78007
- Fix
showAboutWindowicon not displaying on Linux when in ASAR be92924
https://github.com/sindresorhus/electron-util/compare/v0.18.1...v1.0.0