- Upgraded to
deep-link@2.4.1
6f345870(#2860 by @MorpheusXAUT) Fix D-Bus name replacement logic on Linux to prevent multiple instances from acquiring the same well-known name.
This patch updates thezbusdependency to the latest compatible version (^5.9) and explicitly setsRequestNameFlagsto ensure a second instance fails to acquire the D-Bus name when another one is already running.
- Upgraded to
deep-link@2.4.0
dc84f8d8(#2609 by @Simon-Laux) fixcwdin single instance on macOS, which was the cwd of the first instance, instead of the second (like it is on windows and linux)
- Upgraded to
deep-link@2.3.0
- Upgraded to
deep-link@2.2.1
1ab5f157(#2452 by @FabianLars) Fixednull pointer dereferencepanic on rust nightly on Windows.
3a79266b(#2173 by @FabianLars) Bumped all plugins tov2.2.0. From now, the versions for the Rust and JavaScript packages of each plugin will be in sync with each other.
- Upgraded to
deep-link@2.1.0
- Upgraded to
deep-link@2.0.2
a1a82208(#1873 by @lucasfernog) Downgrade MSRV to 1.77.2 to support Windows 7.
- Upgraded to
deep-link@2.0.1
e2c4dfb6Update to tauri v2 stable release.
- Upgraded to
deep-link@2.0.0
- Upgraded to
deep-link@2.0.0-rc.7
- Upgraded to
deep-link@2.0.0-rc.6
b2269333(#1766 by @Legend-Master) Put deep link integration behined a feature
- Upgraded to
deep-link@2.0.0-rc.5
64a6240f(#1759 by @lucasfernog) Integrate with the deep link plugin out of the box.
- Upgraded to
deep-link@2.0.0-rc.4
3c52f30e(#1665 by @amrbashir) Updatedwindows-syscrate to0.59e2e97db5(#1701 by @lucasfernog) Update to tauri 2.0.0-rc.8
9887d1Update to tauri RC.
e847cedc(#1402 by @Legend-Master) Use no default features on tauri for all plugins so that consumers can usedefault-features = falseon tauri, note that this will still enable wry feature on iOS6de87966(#1597 by @Legend-Master) Update to tauri beta.25.
22a17980(#1537 by @lucasfernog) Update to tauri beta.24.
ed46dcaAdded thesemverfeature flag to make the single instance mechanism only trigger for semver compatible versions.
a04ea2f(#1071) The global API script is now only added to the binary when thewithGlobalTauriconfig is true.