New Feature: Implement full support for Auto Updater - (Based on electron-updater - Version 4.0.6)

This commit is contained in:
Gregor Biswanger
2019-07-28 13:32:34 +02:00
parent 10e95afa5c
commit 8e9f7b016a

View File

@@ -8,6 +8,7 @@ ElectronNET.CLI:
ElectronNET.API:
* New Feature: Implement full support for Auto Updater [(Based on electron-updater - Version 4.0.6)](https://www.electron.build/auto-update)
* Fixed bug: Electron tray icon TypeError ([Electron original issue](https://github.com/electron/electron/issues/7657)) (thanks [Tum4ik](https://github.com/Tum4ik))
* Fixed bug: Wrong tray icon path in the application built via `electronize build` command (thanks [Tum4ik](https://github.com/Tum4ik))
* Fixed bug: fix async issue where same port is considered open [\#261](https://github.com/ElectronNET/Electron.NET/issues/261) (thanks [netpoetica](https://github.com/netpoetica))