3a79266b
(#2173 by @FabianLars) Bumped all plugins tov2.2.0
. From now, the versions for the Rust and JavaScript packages of each plugin will be in sync with each other.
- Upgraded to
[email protected]
- Upgraded to
[email protected]
76f99ce9
(#2108 by @FabianLars) TheDialog
struct is now correctly exported, primarily to fix the documentation ondocs.rs
.
- Upgraded to
[email protected]
- Upgraded to
[email protected]
2302c2db
(#1910 by @Legend-Master) Fixask
andconfirm
not using system button textsaee14ed4
(#1892 by @nashaofu) Setsave
dialog mime type from thefilters
extensions on Android.
a1a82208
(#1873 by @lucasfernog) Downgrade MSRV to 1.77.2 to support Windows 7.
- Upgraded to
[email protected]
e2c4dfb6
Update to tauri v2 stable release.
- Upgraded to
[email protected]
- Upgraded to
[email protected]
04459afb
(#1842 by @Legend-Master) ChangedMessageDialogBuilder::ok_button_label
andMessageDialogBuilder::cancel_button_label
toMessageDialogBuilder::buttons
which takes an enum now
- Upgraded to
[email protected]
2b898f07
(#1769 by @lucasfernog) Update Tauri scopes (asset protocol) when using theopen()
command to select directories.
- Upgraded to
[email protected]
-
a2fe5551
(#1727 by @amrbashir) Add utility methods onFilePath
andSafeFilePath
enums which are:path
simplified
into_path
-
a2fe5551
(#1727 by @amrbashir) ImplementSerialize
,Deserialize
,From
,TryFrom
andFromStr
traits forFilePath
andSafeFilePath
enums. -
a2fe5551
(#1727 by @amrbashir) MarkError
enum as#[non_exhuastive]
. -
a2fe5551
(#1727 by @amrbashir) AddSafeFilePath
enum.
- Upgraded to
[email protected]
- Upgraded to
[email protected]
0cb99bda
(#1706 by @lucasfernog) If no filters are specified, the file picker dialog now defaults to a file selection instead of photos.
feb1e93f
(#1707 by @lucasfernog) Implementsave
API on iOS.
448846b8
(#1658 by @mikoto2000) Theopen
function now returns a string representing either the file path or URI instead of an object. To read the file data, use thefs
APIs.e2e97db5
(#1701 by @lucasfernog) Update to tauri 2.0.0-rc.8
b9147758
(#1679 by @lucasfernog) Explicitly set a minimum macOS version for the Swift package.
bc7eecf4
(#1657 by @mikoto2000) Implementsave
API on Android.
6b079cfd
(#1649 by @ahqsoftwares) Remove targetSdk from build.kts files as it is deprecated and will be removed from DSL v9.0
9887d1
Update to tauri RC.
99d6ac0f
(#1606 by @FabianLars) The JS packages now specify the minimum@tauri-apps/api
version instead of a single exact version.6de87966
(#1597 by @Legend-Master) Update to tauri beta.25.
22a17980
(#1537 by @lucasfernog) Update to tauri beta.24.
- Upgraded to
[email protected]
bb51a41
(#1168) Breaking Change: All apis that return paths to the frontend will now remove the\\?\
UNC prefix on Windows.
- Upgraded to
[email protected]
4cd8112
(#1056) Fixed an issue where dialogs on android would return the Content URI instead of the file path
- Upgraded to
[email protected]
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 thewithGlobalTauri
config is true.
- Upgraded to
[email protected]
aa25c91
(#978) Allow configuringcanCreateDirectories
for open and save dialogs on macOS, if not configured, it will be set totrue
by default.99bea25
(#1005) Update to tauri beta.8.
569defb
Update to tauri beta.4.
- Upgraded to
[email protected]
387c2f9
(#802) Update to @tauri-apps/api v2.0.0-alpha.12.2e2c0a1
(#769) Fix incorrect result for dialog messages.
- Upgraded to
[email protected]