Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Port shortcut parser to main #7643

Merged
merged 2 commits into from
Feb 11, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
176 changes: 156 additions & 20 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -11,6 +11,7 @@ resolver = "2"
members = [
"android/translations-converter",
"desktop/packages/nseventforwarder",
"desktop/packages/win-shortcuts",
"mullvad-api",
"mullvad-cli",
"mullvad-daemon",
Loading
Oops, something went wrong.
Loading
Oops, something went wrong.