Skip to content

Tags: electron/update-electron-app

Tags

v3.1.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: host must be a valid HTTPS URL when using ElectronPublicUpdateSe…

…rvice (#174)

* test: Add test for only give update type electron and repo but no host

* fix: Set a default host is used without specifying a host

Only happened when using 'ElectronPublicUpdateService'

v3.1.0

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
feat: add custom dialog option (#126)

* feat: add custom dialog option

* chore: add missing semicolons

* feat: add onNotifyUser hook and makeUserNotifier

* fix: Import Event interface from electron

* beep boop

* add tests to makeUserNotifier

* chore: minor tweaks

---------

Co-authored-by: Erick Zhao <[email protected]>
Co-authored-by: David Sanders <[email protected]>

v3.0.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: add support for static storage provided updates (#105)

* feat: add support for static storage provided updates

BREAKING CHANGE: This module now exports a named function `updateElectronApp`

* chore: update per feedback

* build: run tsc during prepare

* build: fix readme lint

* fix: capture logger before usage

* oops

* simplify

* stuff

* mock electron

v2.0.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: force a release (#68)

v2.0.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: update the typescript types and usage (#66)

v1.5.0

feat: add notifyUser option to disable the upgrade dialog prompt (#46)

v1.4.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: update semantic-release (#44)

* update semantic-release

* update package lock

v1.4.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: trigger new release for handlebars dep upgrade (#43)

v1.4.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: add process.arch for win32-ia32 support (#35)

v1.3.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: exit early on linux (#29)

* feat: exit early on linux

* fix process check