mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-06 05:34:35 +00:00
[PR #986] [MERGED] Release 0.3.0 #1397
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/ElectronNET/Electron.NET/pull/986
Author: @FlorianRappl
Created: 12/14/2025
Status: ✅ Merged
Merged: 12/14/2025
Merged by: @FlorianRappl
Base:
main← Head:develop📝 Commits (10+)
ac05dedMove PR comment creation to separate workflow on:pull_request_target54eac4bAdd workflow files to solution91ed116Harden reading of PR number against injection attacksbfad0cdMerge pull request #937 from softworkz/submit_move_workflow8ff8754Fix API break: public API must not expose JsonElement objectsb89c08eIpcMainTests: Properly test for the types of values (must not be JsonElement)5f6e4a9Disable Nullable for all projects (was already for API/AspNet)9e9558bSocketIoFacade: Remove unused methodbe518a7IpcMain: Properly handle Ipc message params (always 2-elem array)2e5c620ShowItemInFolderAsync: Fix endless hang📊 Changes
197 files changed (+3806 additions, -1142 deletions)
View changed files
➕
.github/CONTRIBUTING.md(+137 -0)📝
.github/workflows/Build and Publish.yml(+12 -20)➕
.github/workflows/PR Validation.yml(+39 -0)📝
.github/workflows/integration-tests.yml(+55 -44)➕
.github/workflows/pr-comment.yml(+81 -0)➕
.github/workflows/retry-test-jobs.yml(+50 -0)📝
.github/workflows/trailing-whitespace-check.yml(+3 -4)📝
Changelog.md(+22 -0)📝
README.md(+5 -4)➕
docs/Core/Migration-Checks.md(+235 -0)📝
docs/GettingStarted/Console-App.md(+1 -1)📝
docs/Using/Package-Building.md(+98 -6)📝
docs/_Sidebar.md(+1 -0)📝
nuke/_build.csproj(+4 -4)📝
src/ElectronNET.API/API/ApiBase.cs(+10 -5)📝
src/ElectronNET.API/API/App.cs(+2 -2)📝
src/ElectronNET.API/API/BrowserWindow.cs(+3 -3)📝
src/ElectronNET.API/API/Dialog.cs(+2 -2)📝
src/ElectronNET.API/API/Dock.cs(+1 -1)📝
src/ElectronNET.API/API/Entities/AboutPanelOptions.cs(+16 -6)...and 80 more files
📄 Description
Releases the latest set of fixes and enhancements:
electron-builder(#942) @softworkzJsonElementobjects (#938) @softworkzBrowserWindowOptions(#945) @softworkzAutoMenuHideto reflect platform capabilities (#982) @markatosiElectronHostHook(#967) @adityashirsatrao007🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.