Skip to content

Latest commit

 

History

History
565 lines (313 loc) · 29.5 KB

File metadata and controls

565 lines (313 loc) · 29.5 KB

4.3.0

5.2.3

Patch Changes

  • #7099 cd21b091 Thanks @alefoll! - fix(docs): improve downloadUpdate typing to match the doc

  • Updated dependencies [1023a93e]:

    • builder-util-runtime@9.1.1

5.2.2

Patch Changes

  • Updated dependencies [e7179b57]:
    • builder-util-runtime@9.1.0

5.2.1

Patch Changes

  • #6998 d6115bc5 Thanks @matejkriz! - fix(electron-updater): fix backward compatibility for GitHub provider without channels

5.2.0

Minor Changes

  • #6907 e7f28677 Thanks @panther7! - Add installDir property for NsisUpdater. Now is it posible change install folder from AppUpdater.

5.1.0

Minor Changes

  • #6941 14503ceb Thanks @ezekg! - Upgrade Keygen publisher/updater integration to API version v1.1.

Patch Changes

  • #6975 8279d053 Thanks @ezekg! - Fix artifact conflicts for Keygen provider when multiple artifacts share the same filename across products.

  • Updated dependencies [adeaa347]:

    • builder-util-runtime@9.0.3

5.0.6

Patch Changes

  • #6909 0b6db59e Thanks @ezekg! - Pin Keygen publisher/updater integration to API version v1.0.

5.0.5

Patch Changes

5.0.4

Patch Changes

5.0.3

Patch Changes

  • #6810 817e68ba Thanks @blakebyrnes! - fix: github provider prerelease check incorrectly casts undefined to String. Resolves #6809

  • Updated dependencies [7af4c226]:

    • builder-util-runtime@9.0.2

5.0.2

Patch Changes

  • 9a7ed436 - chore: updating dependency tree

  • Updated dependencies [9a7ed436]:

    • builder-util-runtime@9.0.1

5.0.1

Patch Changes

  • #6743 27f18aa1 Thanks @YanDevDe! - fix: Updater "Error: Could not connect to the server." in macOS. Don't close server directly at quitAndInstall #6743

5.0.0

Major Changes

  • #6556 a138a86f Thanks @mmaietta! - Breaking changes Removing Bintray support since it was sunset. Ref: https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/ Fail-fast for windows signature verification failures. Adding -LiteralPath to update file path to disregard injected wildcards Force strip path separators for backslashes on Windows during update process Force authentication for local mac squirrel update server

    Fixes: fix(nsis): Adding --INPUTCHARSET to makensis. (#4898 #6232 #6259)

    Adding additional details to error console logging

Minor Changes

Patch Changes

  • #6594 edc4b030 Thanks @mmaietta! - fix(updater): Replacing fs/promises with fs-extra to support legacy versions of Electron that use node 12 and below. Fixes: #6000
  • #6589 633ee5dc Thanks @devinbinnie! - - Removed backtick escaping for Windows code signing as it is unnecessary for Powershell and can cause the script to attempt to access the wrong file
    • Updated the proxy filename to be more secure (512-bit string)
  • #6616 86e6d150 Thanks @mmaietta! - fix(updater): Remove checks for app-update.yml when auto-updates are not supported

  • Updated dependencies [a138a86f]:

    • builder-util-runtime@9.0.0

5.0.0-alpha.4

Patch Changes

  • #6616 86e6d150 Thanks @mmaietta! - fix(updater): Remove checks for app-update.yml when auto-updates are not supported

5.0.0-alpha.3

Patch Changes

  • #6594 edc4b030 Thanks @mmaietta! - fix(updater): Replacing fs/promises with fs-extra to support legacy versions of Electron that use node 12 and below. Fixes: #6000
  • #6589 633ee5dc Thanks @devinbinnie! - - Removed backtick escaping for Windows code signing as it is unnecessary for Powershell and can cause the script to attempt to access the wrong file
    • Updated the proxy filename to be more secure (512-bit string)

5.0.0-alpha.2

Minor Changes

Patch Changes

5.0.0-alpha.1

Major Changes

5.0.0-alpha.0

Major Changes

  • #6556 a138a86f Thanks @mmaietta! - Breaking changes Removing Bintray support since it was sunset. Ref: https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/ Fail-fast for windows signature verification failures. Adding -LiteralPath to update file path to disregard injected wildcards Force strip path separators for backslashes on Windows during update process Force authentication for local mac squirrel update server

    Fixes: fix(nsis): Adding --INPUTCHARSET to makensis. (#4898 #6232 #6259)

    Adding additional details to error console logging

Patch Changes

  • Updated dependencies [a138a86f]:
    • builder-util-runtime@9.0.0-alpha.0

4.6.5

Patch Changes

4.6.4

Patch Changes

4.6.3

Patch Changes

4.6.2

Patch Changes

4.6.1

Patch Changes

  • Updated dependencies [54ee4e72]:
    • builder-util-runtime@8.9.1

4.6.0

Minor Changes

Patch Changes

  • Updated dependencies [a9453216]:
    • builder-util-runtime@8.9.0

4.5.2

Patch Changes

4.5.1

Patch Changes

  • Updated dependencies [7f933d00]:
    • builder-util-runtime@8.8.1

4.5.0

Minor Changes

  • #6167 f45110cb Thanks @mmaietta! - feat: Adding Keygen as an official publisher/updater for electron-builder (#6167)

Patch Changes

  • Updated dependencies [f45110cb]:
    • builder-util-runtime@8.8.0

4.4.6

Patch Changes

  • 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

4.4.5

Patch Changes

  • 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

4.4.4

Patch Changes

  • ae81dfae: fix(electron-updater): small cleanup and add more debug logging for MacUpdater to investigate #6120

4.4.3

Patch Changes

  • 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

4.4.2

Patch Changes

  • 878671d0: Updating patch number as many deps were updated as parted of RenovateBot integration
  • Updated dependencies [878671d0]
    • builder-util-runtime@8.7.9

4.4.1

Patch Changes

  • 1272afc5: Initial introduction of changset config
  • Updated dependencies [1272afc5]
    • builder-util-runtime@8.7.8

Bug Fixes

  • Remove dependency on pako module, use native API instead.

4.2.0

Bug Fixes

  • Forbid using of quotes in a file names.

4.2.0

Bug Fixes

  • when AllowDowngrade is true and latest version is older, take the update (#4218) (5bf4498)

Features

4.1.2

Features

  • expose isUpdaterActive, closes #4028

Bug Fixes

  • cannot download differentially: Error: Maximum allowed size is 5 MB (c5c2eeb), closes #3564
  • reduce electron-updater size (8025fb4), closes #3953

4.0.14

From 4.0.5 to 4.0.13 — maintenance-only releases to update dependencies.

Bug Fixes

  • update from prerelease to prerelease crash, closes #3163

4.0.5

Bug Fixes

  • disable differential download operation validation for now, closes #3485

4.0.0

BREAKING CHANGES

  • Requires Electron 3 or later.
  • Cache directory changed, so, full download will be performed on update instead of differential.

Bug Fixes

  • use cache dir for electron-updater cache data

Features

  • decouple Electron API to support Proton and other frameworks

3.2.3

Bug Fixes

  • fix recent differential update regression (d9341d6)

Features

3.2.1

Bug Fixes

  • Updater crash on windows, fails on MacOS X (76fdd42), closes #3308 #3377
  • electron-updater: do not dispatch error event for CancellationError #1150 (e7acbd9)

3.1.4

Bug Fixes

  • Fix grammar in notification message (#3410) (7953e56)
  • remove escaping of package-path arg - node escapes it properly (c7e07cc)

3.1.3

Bug Fixes

  • 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)

3.1.1

Bug Fixes

  • url parameters, search is inside (d553629)
  • partially restore sha256 support (6f8e4ec), closes #3137
  • unify "update-downloaded" event on macOS (86d64c2)

Features

  • download update on macOS in the same way as for other OS (f966f1a), closes #3168

3.0.2

Bug Fixes

  • addRandomQueryToAvoidCaching does not respect query parameters

3.0.1

Bug Fixes

  • Replace all occurrences of version in old blockmap file url (#3120) (ca18b74)
  • vertical upgrading for channels (b1f2272), closes #3111

2.23.3

  • 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

2.23.2

Bug Fixes

  • addRandomQueryToAvoidCaching breaks s3 provider for updater with private acl (577b61b), closes #3021

2.23.1

Features

Bug Fixes

  • 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)

2.19.0

2.19.0

Features

  • useMultipleRangeRequest option to disable using of multiple ranges request

2.18.2

Bug Fixes

  • AutoUpdate takes 60 seconds to fail validating signature on Windows 7 due to PowerShell version #2421 (da96e73)

2.18.1

Bug Fixes

2.18.0

Bug Fixes

  • redirect event in electron.net (e2ac601), closes #2374
  • use solid compression for web installer package (6ea5668)

2.17.2

Bug Fixes

  • Fix AppImage auto-update #2240.

2.17.0

Bug Fixes

  • PrivateGitHubProvider requires at least Electron 1.6.11. Better to use latest stable.

Features

  • PrivateGitHubProvider fixes.

2.16.2

Features

2.16.0

Features

Bug Fixes

  • Include application name in update notification (#2262) (1809c94)

2.13.0

Features

  • full changelog for all versions from current to latest (67fe9ff)

2.12.1

Performance Improvements

  • a little bit more compact blockmap data (c92bc38)

2.12.0

Features

2.11.0

Features

2.10.2

Bug Fixes

  • Differential updater: fix "To download" in percentage value calculation (cosmetic fix)

2.10.1

Bug Fixes

  • PrivateGitHubProvider: clear error if no channel file in the latest github release

2.10.0 (2017-09-22)

Features

2.9.3 (2017-09-10)

Features

2.8.9 (2017-09-01)

Bug Fixes

  • Electron-updater does not support enterprise Github. #1903.

2.8.8 (2017-09-01)

Bug Fixes

  • handle aborted event. #1975.