Skip to content

tauri-plugin full changelog

Jun 17, 2026
  • Upgraded to tauri-utils@2.9.3
May 16, 2026
  • Upgraded to tauri-utils@2.9.2
May 6, 2026
  • Upgraded to tauri-utils@2.9.1
Apr 30, 2026
  • Upgraded to tauri-utils@2.9.0
Mar 4, 2026
  • Upgraded to tauri-utils@2.8.3
Feb 2, 2026
  • Upgraded to tauri-utils@2.8.2
Nov 30, 2025
  • Upgraded to tauri-utils@2.8.1
Oct 22, 2025
Oct 20, 2025
  • Upgraded to tauri-utils@2.8.0
  • 6aa7f2d85 Upgraded to tauri-utils@2.8.0
Aug 18, 2025
  • a0113a8c6 (#13888 by @lucasfernog) Added build::mobile::update_info_plist to allow a plugin to update the iOS project Info.plist file.
  • Upgraded to tauri-utils@2.7.0
Jul 20, 2025
  • Upgraded to tauri-utils@2.6.0
  • Upgraded to tauri-utils@2.5.0
Apr 15, 2025
  • Upgraded to tauri-utils@2.4.0
  • 48b12b440 Update to tauri-utils@2.4.0
Apr 1, 2025
  • Upgraded to tauri-utils@2.3.1
Mar 20, 2025
  • 013f8f652 (#12890 by @Legend-Master) Added build > removeUnusedCommands to trigger the build scripts and macros to remove unused commands based on the capabilities you defined. Note this won't be accounting for dynamically added ACLs so make sure to check it when using this.
  • Upgraded to tauri-utils@2.3.0
Feb 26, 2025
  • Upgraded to tauri-utils@2.2.0
Jan 2, 2025
  • Upgraded to tauri-utils@2.1.1
Nov 9, 2024
  • Upgraded to tauri-utils@2.1.0
Oct 21, 2024
  • Upgraded to tauri-utils@2.0.2
Oct 3, 2024
  • Upgraded to tauri-utils@2.0.1
Oct 2, 2024
  • Upgraded to tauri-utils@2.0.0
Sep 27, 2024
  • Upgraded to tauri-utils@2.0.0-rc.13
Sep 17, 2024
  • Upgraded to tauri-utils@2.0.0-rc.12
Sep 15, 2024
  • Upgraded to tauri-utils@2.0.0-rc.11
Sep 10, 2024
  • Upgraded to tauri-utils@2.0.0-rc.10
Sep 5, 2024
  • Upgraded to tauri-utils@2.0.0-rc.9
Sep 4, 2024
  • Upgraded to tauri-utils@2.0.0-rc.8
Aug 28, 2024
  • Upgraded to tauri-utils@2.0.0-rc.7
Aug 22, 2024
  • Upgraded to tauri-utils@2.0.0-rc.6
Aug 20, 2024
  • Upgraded to tauri-utils@2.0.0-rc.5
Aug 20, 2024
  • Upgraded to tauri-utils@2.0.0-rc.4
Aug 17, 2024
  • Upgraded to tauri-utils@2.0.0-rc.3
Aug 9, 2024
  • Upgraded to tauri-utils@2.0.0-rc.2
Aug 7, 2024
  • Upgraded to tauri-utils@2.0.0-rc.1
Aug 2, 2024
  • Upgraded to tauri-utils@2.0.0-rc.0
  • 758d28c8a (#10390) Core plugin permissions are now prefixed with core:, the core:default permission set can now be used and the core plugin name is reserved. The tauri migrate tool will automate the migration process, which involves prefixing all app, event, image, menu, path, resources, tray, webview and window permissions with core:.
Jul 12, 2024
  • Upgraded to tauri-utils@2.0.0-beta.19
Jul 2, 2024
  • Upgraded to tauri-utils@2.0.0-beta.18
May 29, 2024
  • 8a1ae2dea(#9843) Added an option to use a Xcode project for the iOS plugin instead of a plain SwiftPM project.
  • 9ac930380(#9850) Emit cargo:rustc-check-cfg instruction so Cargo validates custom cfg attributes on Rust 1.80 (or nightly-2024-05-05).
  • Upgraded to tauri-utils@2.0.0-beta.17
May 23, 2024
  • Upgraded to tauri-utils@2.0.0-beta.16
May 9, 2024
  • Upgraded to tauri-utils@2.0.0-beta.15
May 6, 2024
  • bf2635ab6(#9632) Improve the error message that is shown when the links property is missing from a Tauri Plugin.
  • Upgraded to tauri-utils@2.0.0-beta.14
Apr 22, 2024
  • Upgraded to tauri-utils@2.0.0-beta.13
Apr 15, 2024
  • Upgraded to tauri-utils@2.0.0-beta.12
Apr 2, 2024
  • Upgraded to tauri-utils@2.0.0-beta.11
Mar 18, 2024
  • e227fe02f(#9156) Allow plugins to define (at compile time) JavaScript that are initialized when withGlobalTauri is true.
  • e227fe02f(#9156) Added Builder::global_api_script_path to define a JavaScript file containing the initialization script for the plugin API bindings when withGlobalTauri is used.
  • Upgraded to tauri-utils@2.0.0-beta.10
Mar 11, 2024
  • Upgraded to tauri-utils@2.0.0-beta.9
Mar 7, 2024
  • Upgraded to tauri-utils@2.0.0-beta.8
Mar 6, 2024
  • Upgraded to tauri-utils@2.0.0-beta.7
Feb 29, 2024
  • Upgraded to tauri-utils@2.0.0-beta.6
  • 3657ad82(#9008) Allow defining permissions for the application commands via tauri_build::Attributes::app_manifest.
Feb 27, 2024
  • Upgraded to tauri-utils@2.0.0-beta.5
Feb 22, 2024
  • Upgraded to tauri-utils@2.0.0-beta.4
Feb 21, 2024
  • Upgraded to tauri-utils@2.0.0-beta.3
Feb 19, 2024
  • dd7571a7(#8815) Do not generate JSON schema and markdown reference file if the plugin does not define any permissions and delete those files if they exist.
  • Upgraded to tauri-utils@2.0.0-beta.2
Feb 4, 2024
  • 4e101f80(#8756) Rerun build script when a new permission is added.
  • Upgraded to tauri-utils@2.0.0-beta.1
Feb 3, 2024

© 2026 Tauri Contributors. CC-BY / MIT