From 68ee626d07af45f57447a4166de75300301a68c6 Mon Sep 17 00:00:00 2001 From: Gregor Biswanger Date: Tue, 12 May 2020 00:37:14 +0200 Subject: [PATCH] Update Changelog for 8.31.2 --- Changelog.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Changelog.md b/Changelog.md index dba3f49..495bb18 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,9 +2,18 @@ # 8.31.2 +ElectronNET.CLI: +* New Feature: Deactivate PublishReadyToRun for build or start [\#395](https://github.com/ElectronNET/Electron.NET/issues/395) + + `electronize build /target win /PublishReadyToRun false` + `electronize start /PublishReadyToRun false` +* Fixed bug: Application window doesn't open after packaging [\#387](https://github.com/ElectronNET/Electron.NET/issues/387) + ElectronNET.API: * New Feature: NativeImage Support (thanks [ThrDev](https://github.com/ThrDev)) [\#394](https://github.com/ElectronNET/Electron.NET/pull/394) +* New Feature: Update menu items for context menu and system tray on-the-fly. [\#270](https://github.com/ElectronNET/Electron.NET/pull/270) + # Released