Releases: electron-vite/electron-incremental-update
Releases · electron-vite/electron-incremental-update
Release list
v3.1.0
🚨 Breaking Changes
- BundleDeps option, drop notBundle - by @subframe7536 (f08d8)
🚀 Features
- Disable reportCompressedSize in electron build - by @subframe7536 (50ed1)
View changes on GitHub
v3.0.0
Migration Guide & API Reference
See in MIGRATION.md and API.md
🚀 Features
- Improve electron path detction and cache - by @subframe7536 (3dd45)
- Drop root config and reuse resolved package.json - by @subframe7536 (368da)
- Update bytecode plugin to handle .cjs files and improve output handling - by @subframe7536 (0ef47)
- Enhance obfuscation by converting member expression properties to bracket notation - by @subframe7536 (d9390)
- Update bytecode options to allow default enable value and improve preload warning message - by @subframe7536 (95b8e)
- Improve local update dx - by @subframe7536 (89d79)
- Enhance updater and download utilities with improved error handling and directory creation - by @subframe7536 (1ecc4)
🐞 Bug Fixes
- Correct startup file description - by @subframe7536 (d8f7a)
- Resolve type issue - by @subframe7536 (7eadf)
- Improve error handling and version parsing logic - by @subframe7536 (4cf45)
- Update bytecode handling and improve require path rewrites - by @subframe7536 (bb71f)
- Enhance cached options - by @subframe7536 (8e672)
- Fix util function load via reverting tsdown config change - by @subframe7536 (7e7f2)
- Rename verifySignaure→verifySignature, unzipFile→decompressFile, zip.ts→compress.ts - by @subframe7536 (6b67b)
- Centralize download abort signal, fix bps unit to bytes/sec - by @subframe7536 (ac273)
- Correct version json path - by @subframe7536 (9909b)
View changes on GitHub
v3.0.0-beta.6
🚀 Features
- Improve electron path detction and cache - by @subframe7536 (3dd45)
- Drop root config and reuse resolved package.json - by @subframe7536 (368da)
- Update bytecode plugin to handle .cjs files and improve output handling - by @subframe7536 (0ef47)
- Enhance obfuscation by converting member expression properties to bracket notation - by @subframe7536 (d9390)
- Update bytecode options to allow default enable value and improve preload warning message - by @subframe7536 (95b8e)
- Improve local update dx - by @subframe7536 (89d79)
- Enhance updater and download utilities with improved error handling and directory creation - by @subframe7536 (1ecc4)
🐞 Bug Fixes
- Improve error handling and version parsing logic - by @subframe7536 (4cf45)
- Update bytecode handling and improve require path rewrites - by @subframe7536 (bb71f)
- Enhance cached options - by @subframe7536 (8e672)
View changes on GitHub
v3.0.0-beta.5
v3.0.0-beta.4
v3.0.0-beta.3
v3.0.0-beta.2
🐞 Bug Fixes
- Correct startup file description - by @subframe7536 (d8f7a)
- Resolve type issue - by @subframe7536 (7eadf)
View changes on GitHub
v2.4.3
v2.4.2
🚨 Breaking Changes
- Import types and remove onstart hook in preload - by @subframe7536 (0aee5)
🚀 Features
- Expose
ElectronViteHelperOptions- by @subframe7536 (165f9)
View changes on GitHub
v2.4.1
🚀 Features
- Add helper function
defineElectronConfig- by @subframe7536 (b6521)