Skip to content

Commit 8a45c35

Browse files
publish new versions (#1764)
Co-authored-by: lucasfernog <[email protected]>
1 parent ebf821a commit 8a45c35

File tree

16 files changed

+71
-22
lines changed

16 files changed

+71
-22
lines changed

.changes/pre.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@
55
".changes/barcode-dependencies.md",
66
".changes/barcode-scanner-validate-plist.md",
77
".changes/consolidate-permission-state.md",
8+
".changes/deep-link-event.md",
89
".changes/deep-link-get-current-desktop.md",
910
".changes/deep-link-register-all.md",
11+
".changes/dialog-asset-scope.md",
1012
".changes/dialog-file-response-non-exhaustive.md",
1113
".changes/dialog-return-path.md",
1214
".changes/fix-deep-link-config.md",
@@ -21,6 +23,7 @@
2123
".changes/fs-dialog-safe-file-path.md",
2224
".changes/fs-scope-recursive-allow-read-dir.md",
2325
".changes/fs-windows-path.md",
26+
".changes/fs-write-file-utf8-chars.md",
2427
".changes/geolocation-release.md",
2528
".changes/global-shortcut-0.6.md",
2629
".changes/haptics-release.md",
@@ -34,6 +37,7 @@
3437
".changes/shell-open-regex-match-string.md",
3538
".changes/shell-regex-match-string.md",
3639
".changes/single-instance-deep-link.md",
40+
".changes/single-instance-optional-deep-link.md",
3741
".changes/single-instance-windows-sys.0.59.md",
3842
".changes/sql-uuid-type.md",
3943
".changes/store-remove-mobile-plugin.md",

Cargo.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/api/src-tauri/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## \[2.0.0-rc.6]
4+
5+
### Dependencies
6+
7+
- Upgraded to `[email protected]`
8+
- Upgraded to `[email protected]`
9+
- Upgraded to `[email protected]`
10+
311
## \[2.0.0-rc.5]
412

513
### Dependencies

examples/api/src-tauri/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "api"
33
publish = false
4-
version = "2.0.0-rc.5"
4+
version = "2.0.0-rc.6"
55
description = "An example Tauri Application showcasing the api"
66
edition = "2021"
77
rust-version = { workspace = true }
@@ -20,14 +20,14 @@ serde = { workspace = true }
2020
tiny_http = "0.12"
2121
log = { workspace = true }
2222
tauri-plugin-log = { path = "../../../plugins/log", version = "2.0.0-rc.2" }
23-
tauri-plugin-fs = { path = "../../../plugins/fs", version = "2.0.0-rc.3", features = [
23+
tauri-plugin-fs = { path = "../../../plugins/fs", version = "2.0.0-rc.4", features = [
2424
"watch",
2525
] }
2626
tauri-plugin-clipboard-manager = { path = "../../../plugins/clipboard-manager", version = "2.0.0-rc.3" }
27-
tauri-plugin-dialog = { path = "../../../plugins/dialog", version = "2.0.0-rc.5" }
27+
tauri-plugin-dialog = { path = "../../../plugins/dialog", version = "2.0.0-rc.6" }
2828
tauri-plugin-http = { path = "../../../plugins/http", features = [
2929
"multipart",
30-
], version = "2.0.0-rc.3" }
30+
], version = "2.0.0-rc.4" }
3131
tauri-plugin-notification = { path = "../../../plugins/notification", version = "2.0.0-rc.4", features = [
3232
"windows7-compat",
3333
] }

plugins/deep-link/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## \[2.0.0-rc.5]
4+
5+
- [`984110a9`](https://github.com/tauri-apps/plugins-workspace/commit/984110a978774712bad4d746ed06134d54debcd0) ([#1770](https://github.com/tauri-apps/plugins-workspace/pull/1770) by [@lucasfernog](https://github.com/tauri-apps/plugins-workspace/../../lucasfernog)) Emit the `deep-link://new-url` event on Linux and Windows when the app is executed with a deep link CLI argument,
6+
matching the iOS and macOS behavior.
7+
38
## \[2.0.0-rc.2]
49

510
- [`64a6240f`](https://github.com/tauri-apps/plugins-workspace/commit/64a6240f79fcd52267c8d721b727ae695055d7ff) ([#1759](https://github.com/tauri-apps/plugins-workspace/pull/1759) by [@lucasfernog](https://github.com/tauri-apps/plugins-workspace/../../lucasfernog)) Implement `get_current` on Linux and Windows.
@@ -108,6 +113,6 @@
108113
- [`eccd6f9`](https://github.com/tauri-apps/plugins-workspace/commit/eccd6f977af7629255b6f5a5205666c9079a86ed)([#504](https://github.com/tauri-apps/plugins-workspace/pull/504)) Initial release.
109114
commit/eccd6f977af7629255b6f5a5205666c9079a86ed)([#504](https://github.com/tauri-apps/plugins-workspace/pull/504)) Initial release.
110115
ithub.com/tauri-apps/plugins-workspace/pull/504)) Initial release.
111-
](https://github.com/tauri-apps/plugins-workspace/commit/eccd6f977af7629255b6f5a5205666c9079a86ed)([#504](https://github.com/tauri-apps/plugins-workspace/pull/504)) Initial release.
116+
]\(https://github.com/tauri-apps/plugins-workspace/commit/eccd6f977af7629255b6f5a5205666c9079a86ed)([#504](https://github.com/tauri-apps/plugins-workspace/pull/504)) Initial release.
112117
commit/eccd6f977af7629255b6f5a5205666c9079a86ed)([#504](https://github.com/tauri-apps/plugins-workspace/pull/504)) Initial release.
113118
ithub.com/tauri-apps/plugins-workspace/pull/504)) Initial release.

plugins/deep-link/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tauri-plugin-deep-link"
3-
version = "2.0.0-rc.4"
3+
version = "2.0.0-rc.5"
44
description = "Set your Tauri application as the default handler for an URL"
55
authors = { workspace = true }
66
license = { workspace = true }

plugins/dialog/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## \[2.0.0-rc.6]
4+
5+
- [`2b898f07`](https://github.com/tauri-apps/plugins-workspace/commit/2b898f078688c57309ca17962bf02e665c406514) ([#1769](https://github.com/tauri-apps/plugins-workspace/pull/1769) by [@lucasfernog](https://github.com/tauri-apps/plugins-workspace/../../lucasfernog)) Update Tauri scopes (asset protocol) when using the `open()` command to select directories.
6+
7+
### Dependencies
8+
9+
- Upgraded to `[email protected]`
10+
311
## \[2.0.0-rc.5]
412

513
- [`a2fe5551`](https://github.com/tauri-apps/plugins-workspace/commit/a2fe55512f908dd11c814ce021d164f01677572a) ([#1727](https://github.com/tauri-apps/plugins-workspace/pull/1727) by [@amrbashir](https://github.com/tauri-apps/plugins-workspace/../../amrbashir)) Add utility methods on `FilePath` and `SafeFilePath` enums which are:

plugins/dialog/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tauri-plugin-dialog"
3-
version = "2.0.0-rc.5"
3+
version = "2.0.0-rc.6"
44
description = "Native system dialogs for opening and saving files along with message dialogs on your Tauri application."
55
edition = { workspace = true }
66
authors = { workspace = true }
@@ -27,7 +27,7 @@ tauri = { workspace = true }
2727
log = { workspace = true }
2828
thiserror = { workspace = true }
2929
url = { workspace = true }
30-
tauri-plugin-fs = { path = "../fs", version = "2.0.0-rc.3" }
30+
tauri-plugin-fs = { path = "../fs", version = "2.0.0-rc.4" }
3131

3232
[target.'cfg(target_os = "ios")'.dependencies]
3333
tauri = { workspace = true, features = ["wry"] }

plugins/fs/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## \[2.0.0-rc.4]
4+
5+
- [`9291e4d2`](https://github.com/tauri-apps/plugins-workspace/commit/9291e4d2caa31c883c71e55f2193bd8754d72f03) ([#1640](https://github.com/tauri-apps/plugins-workspace/pull/1640) by [@SRutile](https://github.com/tauri-apps/plugins-workspace/../../SRutile)) Support any UTF-8 character in the writeFile API.
6+
37
## \[2.0.0-rc.3]
48

59
- [`a2fe5551`](https://github.com/tauri-apps/plugins-workspace/commit/a2fe55512f908dd11c814ce021d164f01677572a) ([#1727](https://github.com/tauri-apps/plugins-workspace/pull/1727) by [@amrbashir](https://github.com/tauri-apps/plugins-workspace/../../amrbashir)) Add utility methods on `FilePath` and `SafeFilePath` enums which are:

plugins/fs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tauri-plugin-fs"
3-
version = "2.0.0-rc.3"
3+
version = "2.0.0-rc.4"
44
description = "Access the file system."
55
authors = { workspace = true }
66
license = { workspace = true }

0 commit comments

Comments
 (0)