Skip to content

Commit 349762b

Browse files
committed
Updated changelog
1 parent 0b49467 commit 349762b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,19 @@
55
- Updated `PrintToPDFOptions` to also allow specifying the `PageSize` with an object (#769)
66
- Updated splashscreen image to have 0 margin (#622)
77
- Updated the IPC API w.r.t. naming and consistency (#905) @agracio
8+
- Updated the IPC bridge w.r.t. synchronization and thread-safety (#918) @agracio
9+
- Updated serialization to use `System.Text.Json` replacing `Newtonsoft.Json` (#917) @Denny09310
10+
- Fixed parameter handling for the `sendToIpcRenderer` function (#922) @softworkz
11+
- Fixed synchronization on removing event handlers (#921) @softworkz
812
- Fixed creation of windows with `contextIsolation` enabled (#906) @NimbusFox
913
- Fixed single instance behavior using the `ElectronSingleInstance` property (#901)
1014
- Fixed potential race conditions (#908) @softworkz
1115
- Added option to use `ElectronSplashScreen` with an HTML file (#799)
1216
- Added option to provide floating point value as aspect ratios with `SetAspectRatio` (#793)
17+
- Added option to provide `TitleBarOverlay` as an object (#911) @Denny09310
1318
- Added `TitleBarOverlay` property to `BrowserWindowOptions` (#909)
1419
- Added `RoundedCorners` property to `BrowserWindowOptions`
20+
- Added integration tests and robustness checks (#913) @softworkz
1521
- Added .NET 10 as an explicit target
1622

1723
# 0.0.18

0 commit comments

Comments
 (0)