93426f85 Fixed an issue that caused docs.rs builds to fail. No user facing changes.
Dependencies
Upgraded to deep-link@2.4.5
[2.3.5]
Dependencies
Upgraded to deep-link@2.4.4
[2.3.4]
Dependencies
Upgraded to deep-link@2.4.3
[2.3.3]
Dependencies
Upgraded to deep-link@2.4.2
[2.3.2]
Dependencies
Upgraded to deep-link@2.4.1
[2.3.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 the zbus dependency to the latest compatible version (^5.9) and explicitly sets RequestNameFlags to ensure a second instance fails to acquire the D-Bus name when another one is already running.
dc84f8d8 (#2609 by @Simon-Laux) fix cwd in single instance on macOS, which was the cwd of the first instance, instead of the second (like it is on windows and linux)
Dependencies
Upgraded to deep-link@2.3.0
[2.2.3]
Dependencies
Upgraded to deep-link@2.2.1
[2.2.2]
1ab5f157 (#2452 by @FabianLars) Fixed null pointer dereference panic on rust nightly on Windows.
3a79266b (#2173 by @FabianLars) Bumped all plugins to v2.2.0. From now, the versions for the Rust and JavaScript packages of each plugin will be in sync with each other.
e847cedc (#1402 by @Legend-Master) Use no default features on tauri for all plugins so that consumers can use default-features = false on tauri, note that this will still enable wry feature on iOS