- #6381
828fcd37
Thanks @zhanjinfeng! - fix: useuname -a
to get arch instead of 'process.arch' in mac silicon
- #6450
661a6522
Thanks @robertpatrick! - fix(nsis): fix per-machine installs to properly elevate during silent install/updates
- #6395
3c38af42
Thanks @Nokel81! - Emulate electron.autoUpdater's event lifecycle for AppImageUpdater
-
#6390
a5e8073e
Thanks @Nokel81! - Fix updating only on demand not working on macOS -
Updated dependencies [
66ca625f
]:- builder-util-runtime@8.9.2
- Updated dependencies [
54ee4e72
]:- builder-util-runtime@8.9.1
- Updated dependencies [
a9453216
]:- builder-util-runtime@8.9.0
- #6212
0c21cd69
Thanks @johnnyopao! - Fix upgrade flows on intel mac when both x64 and arm64 versions published
- Updated dependencies [
7f933d00
]:- builder-util-runtime@8.8.1
- #6167
f45110cb
Thanks @mmaietta! - feat: Adding Keygen as an official publisher/updater for electron-builder (#6167)
- Updated dependencies [
f45110cb
]:- builder-util-runtime@8.8.0
- a3c72b24: fix(electron-updater): workaround vite's process.env.* replacement
- ca0e8454: fix(electron-updater):
null
object error when MacUpdater attempts to log the server port before it is listening
- a3f2cd15: fix(electron-updater): default import throws error for fs and path leading to always requiring elevation
- ae363e51: fix: removing data from error being thrown. It's unnecessary and also unnecessarily large to be passing to the console. Resolves: #6131
- ae81dfae: fix(electron-updater): small cleanup and add more debug logging for MacUpdater to investigate #6120
- a4eae34f: Synchronizing CLI and package.json versions. Updating auto-publish values + changeset generation to be more frictionless
- Updated dependencies [a4eae34f]
- builder-util-runtime@8.7.10
- 878671d0: Updating patch number as many deps were updated as parted of RenovateBot integration
- Updated dependencies [878671d0]
- builder-util-runtime@8.7.9
- 1272afc5: Initial introduction of changset config
- Updated dependencies [1272afc5]
- builder-util-runtime@8.7.8
- Remove dependency on pako module, use native API instead.
- Forbid using of quotes in a file names.
- expose
isUpdaterActive
, closes #4028
- cannot download differentially: Error: Maximum allowed size is 5 MB (c5c2eeb), closes #3564
- reduce electron-updater size (8025fb4), closes #3953
From 4.0.5 to 4.0.13 — maintenance-only releases to update dependencies.
- update from prerelease to prerelease crash, closes #3163
- disable differential download operation validation for now, closes #3485
- Requires Electron 3 or later.
- Cache directory changed, so, full download will be performed on update instead of differential.
- use cache dir for electron-updater cache data
- decouple Electron API to support Proton and other frameworks
- fix recent differential update regression (d9341d6)
- Updater crash on windows, fails on MacOS X (76fdd42), closes #3308 #3377
- electron-updater: do not dispatch error event for CancellationError #1150 (e7acbd9)
- Fix grammar in notification message (#3410) (7953e56)
- remove escaping of package-path arg - node escapes it properly (c7e07cc)
- close files more reliably during differential download (d37bacb)
- Added electron 3(Node 10) support to nsis updater (78a65d2), closes #3371
- better escaping of package-path arg (44c8fd0)
- url parameters, search is inside (d553629)
- partially restore sha256 support (6f8e4ec), closes #3137
- unify "update-downloaded" event on macOS (86d64c2)
- addRandomQueryToAvoidCaching does not respect query parameters
- Replace all occurrences of version in old blockmap file url (#3120) (ca18b74)
- vertical upgrading for channels (b1f2272), closes #3111
- fix case of blockmap file extension, detect s3 urls on setFeedURL (369e9c0)
- ignore unknown powershell errors (a0026a7), closes #2589
- web installer differential download perMachine (82708a5), closes #2949
- addRandomQueryToAvoidCaching breaks s3 provider for updater with private acl (577b61b), closes #3021
- Delta updates for NSIS target (7dd59fb), closes #2217 #3042 #3000 #2977
- support prereleases in a Github private repository (59aac66), closes #3005 #3037
- cache downloaded update and reuse if valid later (ba4809a)
- electron-updater will update even I don't call quitAndInstall after app quit (29f1c10), closes #2493
- do not rename AppImage file if no version in the name (48a0811), closes #2964
- downloading builds(updates) more than once even if downloaded already (6500b35), closes #3007 #3003
- set _packageFile to null on clear (7fe72da)
- Prevent download notification queueing (68804e4), closes #2850
- add random query param to avoid caching (254d7c5), closes #2741
- Close opened parenthese in update checking log (8f19ea9), closes #2763
- set actual http status code instead of 404 #2741 (8453a77)
- return correct release notes & name (#2743) (37014be), closes #2742
- Allow --package-file arg to escape spaces in filenames (#2739) (24a585b)
- Race condition during Application Quit (#2746) (1df5d98), closes #2745
- use updateInfo.path as AppImage installer name (#2722) (8233eae), closes #2672
- add response code to error message about Accept-Ranges (62cf1df)
- Nsis app from fall 2017 (electron-updater 2.10.0) won't update to new version (ba2957e), closes #2583
- recurrent 404 Errors on GitHub Enterprise (afc1a9e)
- useMultipleRangeRequest option to disable using of multiple ranges request
- AutoUpdate takes 60 seconds to fail validating signature on Windows 7 due to PowerShell version #2421 (da96e73)
- redirect event in electron.net (e2ac601), closes #2374
- use solid compression for web installer package (6ea5668)
- Fix AppImage auto-update #2240.
- PrivateGitHubProvider requires at least Electron 1.6.11. Better to use latest stable.
- PrivateGitHubProvider fixes.
- full changelog for all versions from current to latest (67fe9ff)
- a little bit more compact blockmap data (c92bc38)
- Differential updater: use content defined chunking
- Differential updater: fix "To download" in percentage value calculation (cosmetic fix)
- PrivateGitHubProvider: clear error if no channel file in the latest github release
- Electron-updater does not support enterprise Github. #1903.
- handle aborted event. #1975.