diff options
| -rw-r--r-- | CHANGELOG.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 868d7a072e..0a4b48b1a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,15 @@ Line wrap the file at 100 chars. Th - Add support for DAITA V2. - Add back wireguard-go (userspace WireGuard) support. +### Changed +#### Windows +- Replace the Electron API `shell.readShortcutLink` with a custom, native rust module + `win-shortcuts`. + +### Fixed +#### Windows +- Fix GUI crashing at launch on some systems by replacing Electron's shortcut parser. + ## [2025.3] - 2025-02-07 ### Changed |
