|
| 1 | +# 30.0.3 |
| 2 | + |
| 3 | +(none) |
| 4 | + |
1 | 5 | # 23.6.2
|
2 | 6 |
|
3 | 7 | ## ElectronNET.API
|
|
34 | 38 |
|
35 | 39 | ## ElectronNET.API
|
36 | 40 |
|
37 |
| -* New Feature: Native Electron 23.2.0 support, but not all new API features included (we search contributors) |
| 41 | +* New Feature: Native Electron 23.2.0 support, but not all new API features included (we search contributors) |
38 | 42 | * New Feature: Upgrade to .NET 6 support
|
39 | 43 | * New Feature: Changed Web-Socket .NET Library to [SocketIOClient](https://github.com/doghappy/socket.io-client-csharp)
|
40 | 44 | * Breaking Changes: We removed deprecated API events/methods from ElectronNET.API [(More Details)](https://www.electronjs.org/docs/latest/breaking-changes)
|
|
43 | 47 |
|
44 | 48 | ElectronNET.CLI:
|
45 | 49 |
|
46 |
| -* New Feature: Using exit code instead of seek for the term 'error' (thanks [TSrgy](https://github.com/TSrgy)) [\#562](https://github.com/ElectronNET/Electron.NET/pull/562) |
47 |
| -* Fixed bug: Allow for property overrides to be passed in (thanks [danatcofo](https://github.com/danatcofo)) [\#531](https://github.com/ElectronNET/Electron.NET/pull/531) |
48 |
| -Use `/p:propertyName=value` or `/property:propertyName=value` to pass in property overrides. This is equivalent to the `-p:` option documented here: [https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-publish](https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-publish) |
49 |
| -* Fixed bug: Add ability to pass an argument for "Version" for both the "dotnet publish" and "electron-builder" commands (thanks [tub5](https://github.com/tub5)) [\#546](https://github.com/ElectronNET/Electron.NET/pull/546) |
50 |
| -* Fixed bug: Version flag not persisting with the referenced executable (thanks [tub5](https://github.com/tub5)) [\#585](https://github.com/ElectronNET/Electron.NET/pull/585) |
51 |
| -* Fixed bug: Changes PublishSingleFile default to false for NET5 compatibility (thanks [cristiangiagante](https://github.com/cristiangiagante)) [\#570](https://github.com/ElectronNET/Electron.NET/pull/570) |
52 |
| - |
53 |
| -ElectronNET.API: |
54 |
| - |
55 |
| -* New Feature: Native Electron 13.1.5 support, but not all new features (we search contributors) |
56 |
| -* Breaking API Changes (from native Electron 13.1.5): |
57 |
| - - `Shell.MoveItemToTrashAsync` renamed with `Shell.TrashItemAsync` |
58 |
| - - The deprecated extension APIs have been removed: `BrowserWindow.GetAllExtensionsAsync()`, `BrowserWindow.RemoveExtension()`, `BrowserWindow.AddExtensionAsync()`. Use the session APIs instead: `Session.GetAllExtensionsAsync()`, `Session.RemoveExtension()`, `Session.LoadExtensionAsync()`. |
59 |
| -* New Feature: singleInstance handle command line arguments [\#520](https://github.com/ElectronNET/Electron.NET/issues/520) |
60 |
| -* New Feature: Add WebContents [insertCSS](https://www.electronjs.org/docs/api/web-contents#contentsinsertcsscss-options) functionality (thanks [nfichter](https://github.com/nfichter)) [\#559](https://github.com/ElectronNET/Electron.NET/pull/559) |
61 |
| -* New Feature: Allow IpcMain to send IPC messages to BrowserViews (thanks [nfichter](https://github.com/nfichter)) [\#560](https://github.com/ElectronNET/Electron.NET/pull/560) |
62 |
| -* New Feature: Add support for proxies that require basic username/password authentication (thanks [nfichter](https://github.com/nfichter)) [\#561](https://github.com/ElectronNET/Electron.NET/pull/561) |
63 |
| -* New Feature: Add PostData to LoadURLOptions to allow http-posts in LoadURL calls (thanks [Funkrusha](https://github.com/Funkrusha)) [\#547](https://github.com/ElectronNET/Electron.NET/pull/547) |
64 |
| -* Fixed bug: Fix splash screen interaction causing crashes, ghost dragging, and resizable behavior #540 (thanks [MiniguyBrendan](https://github.com/MiniguyBrendan)) [\#540](https://github.com/ElectronNET/Electron.NET/pull/540) |
65 |
| -* Fixed bug: Vibrancy serialization fix (thanks [tantumalice](https://github.com/tantumalice)) [\#573](https://github.com/ElectronNET/Electron.NET/pull/573) |
| 50 | +* New Feature: Using exit code instead of seek for the term 'error' (thanks [TSrgy](https://github.com/TSrgy)) [\#562](https://github.com/ElectronNET/Electron.NET/pull/562) |
| 51 | +* Fixed bug: Allow for property overrides to be passed in (thanks [danatcofo](https://github.com/danatcofo)) [\#531](https://github.com/ElectronNET/Electron.NET/pull/531) |
| 52 | +Use `/p:propertyName=value` or `/property:propertyName=value` to pass in property overrides. This is equivalent to the `-p:` option documented here: [https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-publish](https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-publish) |
| 53 | +* Fixed bug: Add ability to pass an argument for "Version" for both the "dotnet publish" and "electron-builder" commands (thanks [tub5](https://github.com/tub5)) [\#546](https://github.com/ElectronNET/Electron.NET/pull/546) |
| 54 | +* Fixed bug: Version flag not persisting with the referenced executable (thanks [tub5](https://github.com/tub5)) [\#585](https://github.com/ElectronNET/Electron.NET/pull/585) |
| 55 | +* Fixed bug: Changes PublishSingleFile default to false for NET5 compatibility (thanks [cristiangiagante](https://github.com/cristiangiagante)) [\#570](https://github.com/ElectronNET/Electron.NET/pull/570) |
| 56 | + |
| 57 | +ElectronNET.API: |
| 58 | + |
| 59 | +* New Feature: Native Electron 13.1.5 support, but not all new features (we search contributors) |
| 60 | +* Breaking API Changes (from native Electron 13.1.5): |
| 61 | + - `Shell.MoveItemToTrashAsync` renamed with `Shell.TrashItemAsync` |
| 62 | + - The deprecated extension APIs have been removed: `BrowserWindow.GetAllExtensionsAsync()`, `BrowserWindow.RemoveExtension()`, `BrowserWindow.AddExtensionAsync()`. Use the session APIs instead: `Session.GetAllExtensionsAsync()`, `Session.RemoveExtension()`, `Session.LoadExtensionAsync()`. |
| 63 | +* New Feature: singleInstance handle command line arguments [\#520](https://github.com/ElectronNET/Electron.NET/issues/520) |
| 64 | +* New Feature: Add WebContents [insertCSS](https://www.electronjs.org/docs/api/web-contents#contentsinsertcsscss-options) functionality (thanks [nfichter](https://github.com/nfichter)) [\#559](https://github.com/ElectronNET/Electron.NET/pull/559) |
| 65 | +* New Feature: Allow IpcMain to send IPC messages to BrowserViews (thanks [nfichter](https://github.com/nfichter)) [\#560](https://github.com/ElectronNET/Electron.NET/pull/560) |
| 66 | +* New Feature: Add support for proxies that require basic username/password authentication (thanks [nfichter](https://github.com/nfichter)) [\#561](https://github.com/ElectronNET/Electron.NET/pull/561) |
| 67 | +* New Feature: Add PostData to LoadURLOptions to allow http-posts in LoadURL calls (thanks [Funkrusha](https://github.com/Funkrusha)) [\#547](https://github.com/ElectronNET/Electron.NET/pull/547) |
| 68 | +* Fixed bug: Fix splash screen interaction causing crashes, ghost dragging, and resizable behavior #540 (thanks [MiniguyBrendan](https://github.com/MiniguyBrendan)) [\#540](https://github.com/ElectronNET/Electron.NET/pull/540) |
| 69 | +* Fixed bug: Vibrancy serialization fix (thanks [tantumalice](https://github.com/tantumalice)) [\#573](https://github.com/ElectronNET/Electron.NET/pull/573) |
66 | 70 |
|
67 | 71 | # 11.5.1
|
68 | 72 |
|
@@ -150,24 +154,24 @@ Thank you for donation [Phil Seeman](https://github.com/mpnow) ❤
|
150 | 154 |
|
151 | 155 | ElectronNET.CLI:
|
152 | 156 | * New Feature: Deactivate PublishReadyToRun for build or start [\#395](https://github.com/ElectronNET/Electron.NET/issues/395)
|
153 |
| - |
154 |
| - `electronize build /target win /PublishReadyToRun false` |
155 |
| - `electronize start /PublishReadyToRun false` |
| 157 | + |
| 158 | + `electronize build /target win /PublishReadyToRun false` |
| 159 | + `electronize start /PublishReadyToRun false` |
156 | 160 | * Fixed bug: Application window doesn't open after packaging [\#387](https://github.com/ElectronNET/Electron.NET/issues/387)
|
157 | 161 |
|
158 | 162 | ElectronNET.API:
|
159 | 163 |
|
160 |
| -* New Feature: NativeImage Support (thanks [ThrDev](https://github.com/ThrDev)) [\#394](https://github.com/ElectronNET/Electron.NET/pull/394) |
161 |
| -* New Feature: Update menu items for context menu and system tray on-the-fly. [\#270](https://github.com/ElectronNET/Electron.NET/pull/270) |
| 164 | +* New Feature: NativeImage Support (thanks [ThrDev](https://github.com/ThrDev)) [\#394](https://github.com/ElectronNET/Electron.NET/pull/394) |
| 165 | +* New Feature: Update menu items for context menu and system tray on-the-fly. [\#270](https://github.com/ElectronNET/Electron.NET/pull/270) |
162 | 166 |
|
163 | 167 |
|
164 | 168 | # 8.31.1
|
165 | 169 |
|
166 | 170 | ElectronNET.CLI:
|
167 | 171 | * 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)
|
168 |
| -* New Feature: Live reload (thanks [syedadeel2](https://github.com/syedadeel2)) [\#390](https://github.com/ElectronNET/Electron.NET/pull/390) |
| 172 | +* New Feature: Live reload (thanks [syedadeel2](https://github.com/syedadeel2)) [\#390](https://github.com/ElectronNET/Electron.NET/pull/390) |
169 | 173 | `electronize start /watch`
|
170 |
| -* New Feature: Every new window will created with an clear cache [\#273](https://github.com/ElectronNET/Electron.NET/issues/273) |
| 174 | +* New Feature: Every new window will created with an clear cache [\#273](https://github.com/ElectronNET/Electron.NET/issues/273) |
171 | 175 | `electronize start /clear-cache`
|
172 | 176 |
|
173 | 177 | ElectronNET.API:
|
@@ -247,7 +251,7 @@ ElectronNET.API:
|
247 | 251 |
|
248 | 252 | * Fixed bug: Menu Item visibility [\#257](https://github.com/ElectronNET/Electron.NET/issues/257)
|
249 | 253 | * Fixed bug: electron.manifest.json - singleInstance not working [\#258](https://github.com/ElectronNET/Electron.NET/issues/258)
|
250 |
| -* Fixed security issue: ASP.NET Core process is now bound to 127.0.0.1 instead of the broader localhost [\#258](https://github.com/ElectronNET/Electron.NET/pull/266) |
| 254 | +* Fixed security issue: ASP.NET Core process is now bound to 127.0.0.1 instead of the broader localhost [\#258](https://github.com/ElectronNET/Electron.NET/pull/266) |
251 | 255 |
|
252 | 256 | # 5.22.12
|
253 | 257 |
|
@@ -337,7 +341,7 @@ ElectronNET.CLI:
|
337 | 341 | ElectronNET.CLI:
|
338 | 342 |
|
339 | 343 | * nuget packages are now release bits and have the correct assembly version
|
340 |
| -* Version command |
| 344 | +* Version command |
341 | 345 | * better devCleanup.cmd
|
342 | 346 | * Better Platform Support Issue - thanks to @Petermarcu
|
343 | 347 | * Start Command should now work on OSX/Linux - thanks to @r105m
|
@@ -369,7 +373,7 @@ ElectronNET.CLI:
|
369 | 373 | * Build for all platforms (well... for newest OSX/Linux/Windows)
|
370 | 374 |
|
371 | 375 | ElectronNET.API:
|
372 |
| -* Moar XML documentation |
| 376 | +* Moar XML documentation |
373 | 377 | * Hybrid support (e.g. running as normal website and electron app)
|
374 | 378 | * Event bugfixing
|
375 | 379 |
|
|
0 commit comments