From 8e9f7b016a5c1021facab71c33da0c23dc655694 Mon Sep 17 00:00:00 2001 From: Gregor Biswanger Date: Sun, 28 Jul 2019 13:32:34 +0200 Subject: [PATCH] New Feature: Implement full support for Auto Updater - (Based on electron-updater - Version 4.0.6) --- Changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Changelog.md b/Changelog.md index 2436adb..b649d4d 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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))