Skip to content

dialog full changelog

2.7.x

2.7.2

Jul 18, 2026
  • 40ae0a7f (#3491 by @Legend-Master) Use com.google.android.material.dialog.MaterialAlertDialogBuilder instead of AlertDialog so the dialog follows the app's theme

2.7.1

May 2, 2026
Dependencies
  • Upgraded to fs-js@2.5.1

2.7.0

Apr 4, 2026
  • 24154472 (#3287 by @Legend-Master) Re-use message command in Rust side for ask and confirm commands, allow-ask and allow-confirm permissions are now aliases to allow-message
Dependencies
  • Upgraded to fs-js@2.5.0

2.6.x

2.6.0

Jan 14, 2026

2.5.x

2.5.0

Jan 8, 2026
Dependencies
  • Upgraded to fs-js@2.4.5
feat

2.4.x

2.4.2

Oct 27, 2025
  • 93426f85 Fixed an issue that caused docs.rs builds to fail. No user facing changes.
Dependencies
  • Upgraded to fs-js@2.4.4

2.4.1

Oct 26, 2025
Dependencies
  • Upgraded to fs-js@2.4.3

2.4.0

Sep 2, 2025

2.3.x

2.3.3

Aug 20, 2025
Dependencies
  • Upgraded to fs-js@2.4.2

2.3.2

Jul 28, 2025
  • af08c66f (#2871 by @FabianLars) Fixed an issue that caused the file picker not to open on Android when extension filters were set.

2.3.1

Jul 20, 2025
Dependencies
  • Upgraded to fs-js@2.4.1

2.3.0

Jun 25, 2025
Dependencies
  • Upgraded to fs-js@2.4.0

2.2.x

2.2.2

May 20, 2025
Dependencies
  • Upgraded to fs-js@2.3.0

2.2.1

Apr 2, 2025
Dependencies
  • Upgraded to fs-js@2.2.1

2.2.0

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.
Dependencies
  • Upgraded to fs-js@2.1.0

2.0.x

2.0.4

Dec 2, 2024
  • 76f99ce9 (#2108 by @FabianLars) The Dialog struct is now correctly exported, primarily to fix the documentation on docs.rs.
Dependencies
  • Upgraded to fs@2.1.0

2.0.3

Oct 21, 2024
Dependencies
  • Upgraded to fs@2.0.3

2.0.2

Dec 9, 2024
Dependencies
  • Upgraded to fs-js@2.0.4

2.0.1

Oct 20, 2024
Dependencies
  • Upgraded to fs@2.0.1

2.0.0

Oct 2, 2024
  • e2c4dfb6 Update to tauri v2 stable release.
Dependencies
  • Upgraded to fs@2.0.0

2.0.0-rc.x

2.0.0-rc.8

Oct 2, 2024
Dependencies
  • Upgraded to fs@2.0.0-rc.6
breaking
  • 04459afb (#1842 by @Legend-Master) Changed MessageDialogBuilder::ok_button_label and MessageDialogBuilder::cancel_button_label to MessageDialogBuilder::buttons which takes an enum now

2.0.0-rc.7

Sep 15, 2024
Dependencies
  • Upgraded to fs@2.0.0-rc.5

2.0.0-rc.6

Sep 12, 2024
Dependencies
  • Upgraded to fs@2.0.0-rc.4

2.0.0-rc.5

Sep 5, 2024
Dependencies
  • Upgraded to fs@2.0.0-rc.3

2.0.0-rc.4

Sep 4, 2024
Dependencies
  • Upgraded to fs@2.0.0-rc.2
breaking
  • 0cb99bda (#1706 by @lucasfernog) If no filters are specified, the file picker dialog now defaults to a file selection instead of photos.
feat

2.0.0-rc.2

Aug 20, 2024

2.0.0-rc.1

Aug 29, 2024
feat
changes

2.0.0-rc.0

Aug 2, 2024

2.0.0-beta.x

2.0.0-beta.8

Jul 31, 2024

2.0.0-beta.7

Jul 12, 2024

2.0.0-beta.6

Jul 2, 2024
Dependencies
  • Upgraded to fs@2.0.0-beta.6

2.0.0-beta.5

May 30, 2024
  • 9013854f(#1382) Update to tauri beta.22.

  • bb51a41(#1168) Breaking Change: All apis that return paths to the frontend will now remove the \\?\ UNC prefix on Windows.

Dependencies
  • Upgraded to fs@2.0.0-beta.5

2.0.0-beta.4

May 30, 2024
  • 430bd6f4(#1363) Update to tauri beta.20.

  • 4cd8112(#1056) Fixed an issue where dialogs on android would return the Content URI instead of the file path

Dependencies
  • Upgraded to fs@2.0.0-beta.4

2.0.0-beta.3

May 1, 2024
  • bd1ed590(#1237) Update to tauri beta.17.

  • 35ea595(#1073) Fixed an issue where the dialog apis panicked when they were called with no application windows open.

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

Dependencies
  • Upgraded to fs@2.0.0-beta.3

2.0.0-beta.2

Mar 7, 2024
  • aa25c91(#978) Allow configuring canCreateDirectories for open and save dialogs on macOS, if not configured, it will be set to true by default.
  • 99bea25(#1005) Update to tauri beta.8.

2.0.0-beta.1

Feb 21, 2024

2.0.0-beta.0

Feb 3, 2024

2.0.0-alpha.x

2.0.0-alpha.7

Dec 28, 2023
Dependencies
  • Upgraded to fs@2.0.0-alpha.7

2.0.0-alpha.5

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

2.0.0-alpha.4

Dec 14, 2023
  • 387c2f9(#802) Update to @tauri-apps/api v2.0.0-alpha.12.
  • 2e2c0a1(#769) Fix incorrect result for dialog messages.

2.0.0-alpha.3

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

2.0.0-alpha.2

Oct 23, 2023
Dependencies
  • Upgraded to fs@2.0.0-alpha.2

2.0.0-alpha.1

Aug 14, 2023

2.0.0-alpha.0

May 24, 2023
  • 717ae67(#371) First v2 alpha release! d6e80b)(#545) Fixes docs.rs build by enabling the tauri/dox feature flag.

© 2026 Tauri Contributors. CC-BY / MIT