|
1 | 1 | # Not released |
2 | 2 |
|
| 3 | +# 8.31.2 |
| 4 | + |
| 5 | +ElectronNET.API: |
| 6 | + |
| 7 | +* New Feature: NativeImage Support (thanks [ThrDev](https://github.com/ThrDev)) [\#394](https://github.com/ElectronNET/Electron.NET/pull/394) |
3 | 8 |
|
4 | 9 | # Released |
5 | 10 |
|
6 | 11 | # 8.31.1 |
7 | 12 |
|
| 13 | +ElectronNET.CLI: |
| 14 | +* New Feature: Set a name and author of the app in `electron.manifest.json` [\#348](https://github.com/ElectronNET/Electron.NET/issues/348#issuecomment-615977950) [\#310](https://github.com/ElectronNET/Electron.NET/issues/310#issuecomment-617361086) |
| 15 | +* New Feature: Live reload (thanks [syedadeel2](https://github.com/syedadeel2)) [\#390](https://github.com/ElectronNET/Electron.NET/pull/390) |
| 16 | +`electronize start /watch` |
| 17 | +* New Feature: Every new window will created with an clear cache [\#273](https://github.com/ElectronNET/Electron.NET/issues/273) |
| 18 | +`electronize start /clear-cache` |
| 19 | + |
8 | 20 | ElectronNET.API: |
9 | 21 |
|
10 | | -* New Feature: Electron 8.2.3 support, but not all new features (we search contributors) |
| 22 | +* New Feature: Native Electron 8.2.3 support, but not all new features (we search contributors) |
| 23 | +* New Feature: We incease the startup time for ~25-36% [\#356](https://github.com/ElectronNET/Electron.NET/issues/356) |
| 24 | +* New Feature: Added print capability (thanks [x-xx-o](https://github.com/x-xx-o)) [\#355](https://github.com/ElectronNET/Electron.NET/pull/355) |
| 25 | +* New Feature: BrowserView API [\#371](https://github.com/ElectronNET/Electron.NET/issues/371) |
| 26 | +* Changed App.GetNameAsync and App.SetNameAsync to the App.Name Property [\#350](https://github.com/ElectronNET/Electron.NET/issues/350) |
| 27 | +* Fixed bug: Splash Screen disappearing on click [\#357](https://github.com/ElectronNET/Electron.NET/issues/357) |
| 28 | +* Fixed bug: Start MenuRole enum at 1 (thanks [jjuback](https://github.com/jjuback)) [\#369](https://github.com/ElectronNET/Electron.NET/pull/369) |
| 29 | +* Fixed bug: BridgeConnector not connected (spam console) [\#347](https://github.com/ElectronNET/Electron.NET/issues/347) |
| 30 | +* Fixed bug: BrowserWindowOptions is not setting Width and Height properly [\#373](https://github.com/ElectronNET/Electron.NET/issues/373) |
| 31 | +* Fixed bug: IpcMain.Once(string) is not one time use, is not removing listener [\#366](https://github.com/ElectronNET/Electron.NET/issues/366) |
| 32 | +* Fixed bug: IpcMain.RemoveAllListeners(string) is not removing the listeners [\#365](https://github.com/ElectronNET/Electron.NET/issues/365) |
| 33 | +* Fixed bug: GetLoginItemSettingsAsync does not work [\#352](https://github.com/ElectronNET/Electron.NET/issues/352) |
| 34 | +* Fixed bug: Using OnReadyToShow to display the main window in Blazor does not seem to work with Show set to false [\#361](https://github.com/ElectronNET/Electron.NET/issues/361) |
| 35 | +* Fixed bug: Unable to disable WebSecurity along with NodeIntegration enabled [\#389](https://github.com/ElectronNET/Electron.NET/issues/389) |
11 | 36 |
|
12 | 37 | # 7.30.2 |
13 | 38 |
|
|
0 commit comments