Skip to content

Commit 8605fab

Browse files
update changelog
1 parent c03d6e8 commit 8605fab

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

Changelog.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,22 @@
11
# not release
22

3-
# 5.0.12
3+
# 5.22.12
44

55
ElectronNET.CLI:
66

7-
* Implement 'add hosthook' command for add a ElectronHostHook-Directory
7+
* New Feature: Changed from **electron packager** to [**electron builder**](https://www.electron.build/)
8+
* New Feature: 'add hosthook' command for add a ElectronHostHook-Directory
89
* Fixed bug: 'Unexpected firewall warnings' [\#181](https://github.com/ElectronNET/Electron.NET/issues/181)
910
* Fixed bug: 'found 8 vulnerabilities (1 low, 5 moderate, 2 high)' [\#199](https://github.com/ElectronNET/Electron.NET/pull/199)
1011
* Merged pull request: Call electronize from the Path instead of via dotnet in launchSettings.json [\#243](https://github.com/ElectronNET/Electron.NET/pull/243) (thanks [grbd](https://github.com/grbd))
1112

1213
ElectronNET.API:
1314

14-
* Implement Electron 5.0.1 support, but not all new features
15-
* Implement HostHook-API for execute own TypeScript/JavaScript code
16-
* Implement Session-API functions
15+
* New Feature: Electron 5.0.1 support, but not all new features
16+
* New Feature: Splashscreen-Support
17+
* New Feature: HostHook-API for execute own TypeScript/JavaScript code on native Electron Main-Process
18+
* New Feature: Session-API functions
19+
* Fixed bug: Node process running after stopping app [\#96](https://github.com/ElectronNET/Electron.NET/issues/96)
1720
* Fixed bug: 'X and Y options to not work on Windows 10' [\#193](https://github.com/ElectronNET/Electron.NET/issues/193)
1821
* Fixed bug: Unable to clear cache [\#66](https://github.com/ElectronNET/Electron.NET/issues/66)
1922
* Merged pull request: Fix BrowserWindow::SetMenu [\#231](https://github.com/ElectronNET/Electron.NET/pull/231) thanks (thanks [CodeKenpachi](https://github.com/CodeKenpachi))
@@ -24,7 +27,7 @@ ElectronNET.API:
2427

2528
ElectronNET.WebApp:
2629

27-
* Implement a sample for the new HostHook-API
30+
* Implemented a sample for the new HostHook-API
2831
* Fixed bug: 'Electron.NET API Demo: unable to copy code?' [\#247](https://github.com/ElectronNET/Electron.NET/issues/247)
2932

3033
# 0.0.11

0 commit comments

Comments
 (0)