Skip to content

deep-link full changelog

May 2, 2026
Apr 4, 2026
  • 024ec0c2 (#3214 by @joshIsCoding) Account for differing Android VIEW intent in ChromeOS, fixing deep-link behaviour on Chromium platforms.
  • 015e817c (#3186 by @lucasfernog) Validate Android new intent is actually a deep link before triggering the onOpenUrl event.
Feb 5, 2026
Jan 8, 2026
Oct 27, 2025
  • 93426f85 Fixed an issue that caused docs.rs builds to fail. No user facing changes.
Oct 26, 2025
Sep 2, 2025
Aug 21, 2025
Jul 22, 2025
  • d4f8299b (#2844 by @yobson1) Fix deep link protocol handler not set as default on linux Fix duplicate protocols added to MimeType section in .desktop files on linux
Jun 25, 2025
May 20, 2025
  • 4d10acee (#993 by @m00nwtchr) Exposed Android's path, pathPattern and pathSuffix configurations.
  • 4d10acee (#993 by @m00nwtchr) Added a scheme configuration to set a scheme other than http/https. This is only supported on Android and will still default to http,https if not set.
Apr 2, 2025
  • 38deef43 (#2483) Fix is_registered not being able to pickup deep link registered in HKEY_LOCAL_MACHINE on Windows
  • 38deef43 (#2483) Fix unregister not being able to remove deep link registered in HKEY_LOCAL_MACHINE on Windows
Dec 9, 2024
  • 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.
Dec 2, 2024
Dec 2, 2024
Oct 2, 2024
  • e2c4dfb6 Update to tauri v2 stable release.
Oct 2, 2024
Sep 15, 2024
  • 6f3f6679 (#1780) Added DeepLink::on_open_url function to match the JavaScript API implementation, which wraps the deep-link://new-url event and also send the current deep link if there's any.
Sep 12, 2024
  • 984110a9 (#1770 by @lucasfernog) Emit the deep-link://new-url event on Linux and Windows when the app is executed with a deep link CLI argument, matching the iOS and macOS behavior.
Sep 4, 2024
Sep 10, 2024
Aug 29, 2024
Aug 29, 2024
  • 2c00c029 (#1630 by @FabianLars) Fixed an issue that caused multi-word IIFE names to not be formatted correctly. For example the barcode-scanner was defined as window.__TAURI_PLUGIN_CLIPBOARDMANAGER__ instead of window.__TAURI_PLUGIN_CLIPBOARD_MANAGER__.
  • 5d170a54 (#1671 by @lucasfernog) Update to tauri 2.0.0-rc.3.
Aug 2, 2024
Jul 31, 2024
Jul 12, 2024
Jul 2, 2024
Jun 17, 2024
May 30, 2024
May 30, 2024
May 11, 2024
May 1, 2024
May 1, 2024
  • a04ea2f(#1071) The global API script is now only added to the binary when the withGlobalTauri config is true.
Mar 7, 2024
Feb 21, 2024
Feb 3, 2024
Dec 20, 2023
Dec 20, 2023
  • 387c2f9(#802) Update to @tauri-apps/api v2.0.0-alpha.13.
Dec 14, 2023
  • 387c2f9(#802) Update to @tauri-apps/api v2.0.0-alpha.12.
Oct 29, 2023
  • e438e0a(#676) Update to @tauri-apps/api v2.0.0-alpha.11.
Oct 23, 2023
  • 5c13736(#673) Update to @tauri-apps/api v2.0.0-alpha.9.
Sep 14, 2023

© 2026 Tauri Contributors. CC-BY / MIT