Skip to content

Latest commit

 

History

History
139 lines (76 loc) · 10.5 KB

CHANGELOG.md

File metadata and controls

139 lines (76 loc) · 10.5 KB

Changelog

[2.0.1]

[2.0.1]

[2.0.0]

  • e2c4dfb6 Update to tauri v2 stable release.

[2.0.0-rc.7]

[2.0.0-rc.6]

  • 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.

[2.0.0-rc.5]

  • 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.

[2.0.0-rc.2]

[2.0.0-rc.3]

[2.0.0-rc.1]

[2.0.0-rc.1]

  • 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.

changes

[2.0.0-rc.0]

[2.0.0-beta.10]

[2.0.0-beta.9]

[2.0.0-beta.8]

[2.0.0-beta.7]

[2.0.0-beta.6]

[2.0.0-beta.5]

[2.0.0-beta.4]

[2.0.0-beta.3]

[2.0.0-beta.3]

  • a04ea2f(#1071) The global API script is now only added to the binary when the withGlobalTauri config is true.

[2.0.0-beta.2]

[2.0.0-beta.1]

[2.0.0-beta.0]

[2.0.0-alpha.5]

[2.0.0-alpha.4]

  • 387c2f9(#802) Update to @tauri-apps/api v2.0.0-alpha.13.

[2.0.0-alpha.3]

  • 387c2f9(#802) Update to @tauri-apps/api v2.0.0-alpha.12.

[2.0.0-alpha.2]

  • e438e0a(#676) Update to @tauri-apps/api v2.0.0-alpha.11.

[2.0.0-alpha.1]

  • 5c13736(#673) Update to @tauri-apps/api v2.0.0-alpha.9.

[2.0.0-alpha.0]