Skip to content

Commit 0cf84de

Browse files
committed
Merge branch 'port-link-parser'
2 parents e93aba7 + da5ff27 commit 0cf84de

20 files changed

+570
-35
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,15 @@ Line wrap the file at 100 chars. Th
2727
- Add support for DAITA V2.
2828
- Add back wireguard-go (userspace WireGuard) support.
2929

30+
### Changed
31+
#### Windows
32+
- Replace the Electron API `shell.readShortcutLink` with a custom, native rust module
33+
`win-shortcuts`.
34+
35+
### Fixed
36+
#### Windows
37+
- Fix GUI crashing at launch on some systems by replacing Electron's shortcut parser.
38+
3039

3140
## [2025.3] - 2025-02-07
3241
### Changed

Cargo.lock

+156-20
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ resolver = "2"
1111
members = [
1212
"android/translations-converter",
1313
"desktop/packages/nseventforwarder",
14+
"desktop/packages/win-shortcuts",
1415
"mullvad-api",
1516
"mullvad-cli",
1617
"mullvad-daemon",

0 commit comments

Comments
 (0)