From bbecd86cce490b0dfc1fd659be00729099e14c0c Mon Sep 17 00:00:00 2001 From: Gregor Biswanger Date: Wed, 21 Aug 2019 17:10:10 +0200 Subject: [PATCH] Update Changelog.md --- Changelog.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 8c4cd54..c89e1b0 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,10 @@ # Not released +# 5.22.15 + +ElectronNET.API: + +* New Feature: Add BrowserWindow.RemoveMenu() (thanks [hack2root](https://github.com/hack2root)) # Released @@ -11,7 +16,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) +* New Feature: Full support for Auto Updater [(Based on electron-updater - Version 4.0.6)](https://www.electron.build/auto-update) * New Feature: Support for set a custom static Port to ASP.NET Backend [\#155](https://github.com/ElectronNET/Electron.NET/issues/155) * 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))