You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: plugins/dialog/CHANGELOG.md
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,10 @@
1
1
# Changelog
2
2
3
+
## \[2.0.0-rc.1]
4
+
5
+
-[`448846b8`](https://github.com/tauri-apps/plugins-workspace/commit/448846b834d23df6e7c5dc66c5dd9aa0cb01846d) ([#1658](https://github.com/tauri-apps/plugins-workspace/pull/1658) by [@mikoto2000](https://github.com/tauri-apps/plugins-workspace/../../mikoto2000)) The `open` function now returns a string representing either the file path or URI instead of an object.
6
+
To read the file data, use the `fs` APIs.
7
+
3
8
## \[2.0.0-rc.2]
4
9
5
10
-[`b9147758`](https://github.com/tauri-apps/plugins-workspace/commit/b914775898c2bee7ceb20bd17ee595005cd17a64) ([#1679](https://github.com/tauri-apps/plugins-workspace/pull/1679) by [@lucasfernog](https://github.com/tauri-apps/plugins-workspace/../../lucasfernog)) Explicitly set a minimum macOS version for the Swift package.
Copy file name to clipboardExpand all lines: plugins/fs/CHANGELOG.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,16 @@
2
2
3
3
## \[2.0.0-rc.1]
4
4
5
+
### enhance
6
+
7
+
-[`0d5e7e28`](https://github.com/tauri-apps/plugins-workspace/commit/0d5e7e2892bef1d35a22280d1eef68b6958fb28e) ([#1696](https://github.com/tauri-apps/plugins-workspace/pull/1696) by [@lucasfernog](https://github.com/tauri-apps/plugins-workspace/../../lucasfernog)) The `scope-*-recursive` permissions now also allow reading the contents of the directory.
8
+
9
+
### feat
10
+
11
+
-[`448846b8`](https://github.com/tauri-apps/plugins-workspace/commit/448846b834d23df6e7c5dc66c5dd9aa0cb01846d) ([#1658](https://github.com/tauri-apps/plugins-workspace/pull/1658) by [@mikoto2000](https://github.com/tauri-apps/plugins-workspace/../../mikoto2000)) Resolve `content://` path URIs on Android.
12
+
13
+
## \[2.0.0-rc.1]
14
+
5
15
-[`5f689902`](https://github.com/tauri-apps/plugins-workspace/commit/5f68990297f2cefac4220649a469adb7fa94fe1b) ([#1645](https://github.com/tauri-apps/plugins-workspace/pull/1645) by [@lucasfernog](https://github.com/tauri-apps/plugins-workspace/../../lucasfernog)) Update documentation.
0 commit comments