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)