Releases: subframe7536/electron-incremental-update
Releases · subframe7536/electron-incremental-update
v2.2.3
🚨 Breaking Changes
- Rename
generateVersionJson
option togenerateUpdateJson
- by @subframe7536 (bae52)
🚀 Features
- Support custom update info in built-in provider - by @subframe7536 (83b3e)
- Reload when preload script changed - by @subframe7536 (7ade6)
🐞 Bug Fixes
- Correct provider name - by @subframe7536 (5169b)
View changes on GitHub
v2.2.2
🚀 Features
- Utf8 util for Windows - by @subframe7536 (00b9e)
- Allow extend updateInfo for checking update - by @subframe7536 (08335)
🐞 Bug Fixes
- Default asar name follow config - by @subframe7536 (16141)
View changes on GitHub
v2.2.1
🚀 Features
- Expose convertLiteral - by @subframe7536 (47080)
- Add
copyModule
to copy modules and supportstring | string[]
in external option - by @subframe7536 (1df84)
🐞 Bug Fixes
- Fix circular type dependencies - by @subframe7536 (ed2a5)
- Fix onDownloading percent value while no
content-length
header - by @subframe7536 (3b54f)
View changes on GitHub
v2.2.0
🚀 Features
- Use vite to build entry - by @subframe7536 (07077)
- Add external option - by @subframe7536 (d5e8f)
- Reuse getPathFromMain - by @subframe7536 (2f744)
View changes on GitHub
v2.1.2
🚨 Breaking Changes
- Add prefix
Updater
toErrorCode
andUnavailableCode
- by @subframe7536 (320eb)
🐞 Bug Fixes
- Fix singleInstance util - by @subframe7536 (09347)
View changes on GitHub
v2.1.1
🚨 Breaking Changes
- Rename
ErrorInfo
toErrorCode
,UnavailableInfo
toUnavailableCode
- by @subframe7536 (b26bf)
View changes on GitHub
v2.1.0
🚨 Breaking Changes
- Change event and provider api, extend updateInfo - by @subframe7536 (120f8)
🚀 Features
- Add esm shim plugin and use dynamic import - by @subframe7536 (1066b)
- Add importNative util function - by @subframe7536 (62456)
- Add beautifyDevTools util function - by @subframe7536 (a8558)
- Add GithubApiProvider - by @subframe7536 (47b03)