single-instance@2.4.0
Feb 5, 2026
Dependencies
Section titled “Dependencies”- Upgraded to
deep-link@2.4.7
-
98e2c11e(#3194 by @mrquantumoff) Breaking Change: On Linux, the DBus ID/name will now be<bundle-id>.SingleInstanceinstead oforg.<bundle_id_underscores>.SingleInstanceto follow DBus specifications.This will break the single-instance mechanism across different app versions if the app was installed multiple times.
Added
dbus_idbuilder method, which can be used to restore previous behavior. For a bundle identifier ofcom.tauri.my-examplethis would bedbus_id("org.com_tauri_my_example").
© 2026 Tauri Contributors. CC-BY / MIT