Update Changelog für Electron.NET 23.6.1

pull/749/head
Gregor Biswanger 2 years ago
parent b339485fdc
commit a82e714ef8

32
.vscode/tasks.json vendored

@ -1,16 +1,18 @@
{ {
"version": "0.1.0", "version": "2.0.0",
"command": "dotnet", "command": "dotnet",
"isShellCommand": true, "args": [],
"args": [], "tasks": [
"tasks": [ {
{ "label": "build",
"taskName": "build", "type": "shell",
"args": [ "command": "dotnet",
"${workspaceRoot}/ElectronNET.CLI/ElectronNET.CLI.csproj" "args": ["build", "${workspaceRoot}/ElectronNET.CLI/ElectronNET.CLI.csproj"],
], "problemMatcher": "$msCompile",
"isBuildCommand": true, "group": {
"problemMatcher": "$msCompile" "_id": "build",
} "isDefault": false
] }
} }
]
}

@ -1,5 +1,22 @@
# Not released # Not released
# 23.6.2
# Released
# 23.6.1
ElectronNET.CLI:
* New Feature: Upgrade to .NET 6 support
ElectronNET.API:
* New Feature: Native Electron 23.2.0 support, but not all new API features included (we search contributors)
* New Feature: Upgrade to .NET 6 support
* New Feature: Changed Web-Socket .NET Library to [SocketIOClient](https://github.com/doghappy/socket.io-client-csharp)
* Breaking Changes: We removed deprecated API events/methods from ElectronNET.API [(More Details)](https://www.electronjs.org/docs/latest/breaking-changes)
# 13.5.1 # 13.5.1
ElectronNET.CLI: ElectronNET.CLI:
@ -25,9 +42,6 @@ ElectronNET.API:
* 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) * 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)
* Fixed bug: Vibrancy serialization fix (thanks [tantumalice](https://github.com/tantumalice)) [\#573](https://github.com/ElectronNET/Electron.NET/pull/573) * Fixed bug: Vibrancy serialization fix (thanks [tantumalice](https://github.com/tantumalice)) [\#573](https://github.com/ElectronNET/Electron.NET/pull/573)
# Released
# 11.5.1 # 11.5.1
ElectronNET.CLI: ElectronNET.CLI:

Loading…
Cancel
Save