Merged
Conversation
a8b50c3 to
f57f596
Compare
f57f596 to
c0f733d
Compare
FabianLars
approved these changes
Feb 5, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Version Updates
Merging this PR will release new versions of the following packages based on your change files.
deep-link-example-js
[2.2.10]
Dependencies
deep-link-js@2.4.7deep-link
[2.4.7]
deep-link-js
[2.4.7]
single-instance
[2.4.0]
Dependencies
deep-link@2.4.7fix
98e2c11 (fix(single-instance): unconventional dbus names (fix #3184) #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").