Skip to content

13.6.0

Compare
Choose a tag to compare
@develar develar released this 13 Feb 07:12
· 2100 commits to master since this release

MS Windows doesn't protect users and even if your installer is signed, if your update server is hacked, code signing will not help you. Since this release publisher attribute is added into latest.yml (and required tool to verify that update is correctly signed and valid, is bundled), but electron-updater doesn't yet use it. Secured auto-update implementation will be implemented this or next month.

Bug Fixes

  • Incorrect error message (bc0952e), closes #1236
  • deployment: NSIS Web Installer update info is not generated #1207 (9f7c825)
  • electron-updater: Github Update Fails Due to Undefined (591873a), closes #1228
  • nsis: Custom NSIS Script !include could not find nsh file (3fbf113), closes #1239

Features

  • electron-updater: include full GitHub request url in the error message (a7d2992)
  • linux: assert that linux.icon is a directory (5352b8c), closes #1242
  • --config option (472ef7e), closes #1229