From d6a3898001a4bcc659e045f9501498751b77dbe6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 4 Apr 2026 18:47:18 +0200 Subject: [PATCH] Publish New Versions (v2) (#3268) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .../change-plugin-sql-numeric-custom-types.md | 6 ------ .changes/change-pr-3214.md | 6 ------ .changes/change-pr-3244.md | 6 ------ .changes/change-pr-3252.md | 6 ------ .changes/change-pr-3285.md | 6 ------ .changes/fs-remove-tauri-utils-build.md | 6 ------ .changes/nfc-lambda.md | 6 ------ .changes/re-use-message-dialog-command.md | 6 ------ .changes/security-scoped-ios.md | 6 ------ .changes/validate-android-deep-link.md | 6 ------ Cargo.lock | 20 +++++++++---------- examples/api/CHANGELOG.md | 10 ++++++++++ examples/api/package.json | 12 +++++------ examples/api/src-tauri/CHANGELOG.md | 10 ++++++++++ examples/api/src-tauri/Cargo.toml | 12 +++++------ plugins/deep-link/CHANGELOG.md | 5 +++++ plugins/deep-link/Cargo.toml | 2 +- plugins/deep-link/examples/app/CHANGELOG.md | 6 ++++++ plugins/deep-link/examples/app/package.json | 4 ++-- plugins/deep-link/package.json | 2 +- plugins/dialog/CHANGELOG.md | 8 ++++++++ plugins/dialog/Cargo.toml | 4 ++-- plugins/dialog/package.json | 2 +- plugins/fs/CHANGELOG.md | 6 ++++++ plugins/fs/Cargo.toml | 2 +- plugins/fs/package.json | 2 +- plugins/http/CHANGELOG.md | 8 ++++++++ plugins/http/Cargo.toml | 4 ++-- plugins/http/package.json | 2 +- plugins/nfc/CHANGELOG.md | 4 ++++ plugins/nfc/Cargo.toml | 2 +- plugins/nfc/package.json | 2 +- plugins/persisted-scope/CHANGELOG.md | 6 ++++++ plugins/persisted-scope/Cargo.toml | 4 ++-- plugins/single-instance/CHANGELOG.md | 6 ++++++ plugins/single-instance/Cargo.toml | 4 ++-- plugins/sql/CHANGELOG.md | 4 ++++ plugins/sql/Cargo.toml | 2 +- plugins/sql/package.json | 2 +- plugins/updater/CHANGELOG.md | 4 ++++ plugins/updater/Cargo.toml | 2 +- plugins/updater/package.json | 2 +- pnpm-lock.yaml | 12 +++++------ 43 files changed, 127 insertions(+), 110 deletions(-) delete mode 100644 .changes/change-plugin-sql-numeric-custom-types.md delete mode 100644 .changes/change-pr-3214.md delete mode 100644 .changes/change-pr-3244.md delete mode 100644 .changes/change-pr-3252.md delete mode 100644 .changes/change-pr-3285.md delete mode 100644 .changes/fs-remove-tauri-utils-build.md delete mode 100644 .changes/nfc-lambda.md delete mode 100644 .changes/re-use-message-dialog-command.md delete mode 100644 .changes/security-scoped-ios.md delete mode 100644 .changes/validate-android-deep-link.md diff --git a/.changes/change-plugin-sql-numeric-custom-types.md b/.changes/change-plugin-sql-numeric-custom-types.md deleted file mode 100644 index 7fb49bdbb..000000000 --- a/.changes/change-plugin-sql-numeric-custom-types.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"sql": minor -"sql-js": minor ---- - -Add support for Postgres `NUMERIC` and custom data types. diff --git a/.changes/change-pr-3214.md b/.changes/change-pr-3214.md deleted file mode 100644 index 8da80a941..000000000 --- a/.changes/change-pr-3214.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"deep-link": patch -"deep-link-js": patch ---- - -Account for differing Android VIEW intent in ChromeOS, fixing deep-link behaviour on Chromium platforms. diff --git a/.changes/change-pr-3244.md b/.changes/change-pr-3244.md deleted file mode 100644 index 32ce2d6a9..000000000 --- a/.changes/change-pr-3244.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"fs": minor -"fs-js": minor ---- - -Add `encoding` option for `readTextFile` and `readTextFileLines` diff --git a/.changes/change-pr-3252.md b/.changes/change-pr-3252.md deleted file mode 100644 index 3deb57428..000000000 --- a/.changes/change-pr-3252.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"http": patch -"http-js": patch ---- - -Correct Response header initialization to support cloning and ensure Set-Cookie visibility. diff --git a/.changes/change-pr-3285.md b/.changes/change-pr-3285.md deleted file mode 100644 index 9ac269c5a..000000000 --- a/.changes/change-pr-3285.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"updater": patch -"updater-js": patch ---- - -fix: preserve file extension of updater package, otherwise users may get confused when presented with a sudo dialog suggesting to install a file with the extension `.rpm` using `dpkg -i` diff --git a/.changes/fs-remove-tauri-utils-build.md b/.changes/fs-remove-tauri-utils-build.md deleted file mode 100644 index 31c293ff2..000000000 --- a/.changes/fs-remove-tauri-utils-build.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"fs": patch -"fs-js": patch ---- - -Removed the dependency on `tauri-utils`'s `build` feature diff --git a/.changes/nfc-lambda.md b/.changes/nfc-lambda.md deleted file mode 100644 index dc99eb8bd..000000000 --- a/.changes/nfc-lambda.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -nfc: patch -nfc-js: patch ---- - -Fixed syntax error in kotlin files potentially causing issues when trying to write to tags when no prior session existed. diff --git a/.changes/re-use-message-dialog-command.md b/.changes/re-use-message-dialog-command.md deleted file mode 100644 index 72c8584ab..000000000 --- a/.changes/re-use-message-dialog-command.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"dialog": minor -"dialog-js": minor ---- - -Re-use `message` command in Rust side for `ask` and `confirm` commands, `allow-ask` and `allow-confirm` permissions are now aliases to `allow-message` diff --git a/.changes/security-scoped-ios.md b/.changes/security-scoped-ios.md deleted file mode 100644 index 0b7343491..000000000 --- a/.changes/security-scoped-ios.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"fs": minor -"fs-js": minor ---- - -Enable access for security-scoped resources on iOS by automatically calling `NSURL::startAccessingSecurityScopedResource` on resource access and adding the `stopAccessingSecurityScopedResource` API. diff --git a/.changes/validate-android-deep-link.md b/.changes/validate-android-deep-link.md deleted file mode 100644 index 03d6c2faf..000000000 --- a/.changes/validate-android-deep-link.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"deep-link": patch -"deep-link-js": patch ---- - -Validate Android new intent is actually a deep link before triggering the onOpenUrl event. diff --git a/Cargo.lock b/Cargo.lock index 6b8b4fc3b..50a05a9dc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -207,7 +207,7 @@ checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487" [[package]] name = "api" -version = "2.0.41" +version = "2.0.42" dependencies = [ "log", "serde", @@ -6665,7 +6665,7 @@ dependencies = [ [[package]] name = "tauri-plugin-deep-link" -version = "2.4.7" +version = "2.4.8" dependencies = [ "dunce", "plist", @@ -6684,7 +6684,7 @@ dependencies = [ [[package]] name = "tauri-plugin-dialog" -version = "2.6.0" +version = "2.7.0" dependencies = [ "log", "raw-window-handle", @@ -6700,7 +6700,7 @@ dependencies = [ [[package]] name = "tauri-plugin-fs" -version = "2.4.5" +version = "2.5.0" dependencies = [ "anyhow", "dunce", @@ -6763,7 +6763,7 @@ dependencies = [ [[package]] name = "tauri-plugin-http" -version = "2.5.7" +version = "2.5.8" dependencies = [ "bytes", "cookie_store", @@ -6820,7 +6820,7 @@ dependencies = [ [[package]] name = "tauri-plugin-nfc" -version = "2.3.4" +version = "2.3.5" dependencies = [ "log", "serde", @@ -6888,7 +6888,7 @@ dependencies = [ [[package]] name = "tauri-plugin-persisted-scope" -version = "2.3.5" +version = "2.3.6" dependencies = [ "aho-corasick", "bincode", @@ -6942,7 +6942,7 @@ dependencies = [ [[package]] name = "tauri-plugin-single-instance" -version = "2.4.0" +version = "2.4.1" dependencies = [ "semver", "serde", @@ -6957,7 +6957,7 @@ dependencies = [ [[package]] name = "tauri-plugin-sql" -version = "2.3.2" +version = "2.4.0" dependencies = [ "futures-core", "indexmap 2.9.0", @@ -7011,7 +7011,7 @@ dependencies = [ [[package]] name = "tauri-plugin-updater" -version = "2.10.0" +version = "2.10.1" dependencies = [ "base64 0.22.1", "dirs 6.0.0", diff --git a/examples/api/CHANGELOG.md b/examples/api/CHANGELOG.md index e471582b8..d7f83d0a3 100644 --- a/examples/api/CHANGELOG.md +++ b/examples/api/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## \[2.0.38] + +### Dependencies + +- Upgraded to `fs-js@2.5.0` +- Upgraded to `http-js@2.5.8` +- Upgraded to `updater-js@2.10.1` +- Upgraded to `nfc-js@2.3.5` +- Upgraded to `dialog-js@2.7.0` + ## \[2.0.37] ### Dependencies diff --git a/examples/api/package.json b/examples/api/package.json index c75a30bcb..4d28727bb 100644 --- a/examples/api/package.json +++ b/examples/api/package.json @@ -1,7 +1,7 @@ { "name": "api", "private": true, - "version": "2.0.37", + "version": "2.0.38", "type": "module", "scripts": { "dev": "vite --clearScreen false", @@ -15,20 +15,20 @@ "@tauri-apps/plugin-biometric": "^2.3.2", "@tauri-apps/plugin-cli": "^2.4.1", "@tauri-apps/plugin-clipboard-manager": "^2.3.2", - "@tauri-apps/plugin-dialog": "^2.6.0", - "@tauri-apps/plugin-fs": "^2.4.5", + "@tauri-apps/plugin-dialog": "^2.7.0", + "@tauri-apps/plugin-fs": "^2.5.0", "@tauri-apps/plugin-geolocation": "^2.3.2", "@tauri-apps/plugin-global-shortcut": "^2.3.1", "@tauri-apps/plugin-haptics": "^2.3.2", - "@tauri-apps/plugin-http": "^2.5.7", - "@tauri-apps/plugin-nfc": "^2.3.4", + "@tauri-apps/plugin-http": "^2.5.8", + "@tauri-apps/plugin-nfc": "^2.3.5", "@tauri-apps/plugin-notification": "^2.3.3", "@tauri-apps/plugin-opener": "^2.5.3", "@tauri-apps/plugin-os": "^2.3.2", "@tauri-apps/plugin-process": "^2.3.1", "@tauri-apps/plugin-shell": "^2.3.5", "@tauri-apps/plugin-store": "^2.4.2", - "@tauri-apps/plugin-updater": "^2.10.0", + "@tauri-apps/plugin-updater": "^2.10.1", "@tauri-apps/plugin-upload": "^2.4.0", "@zerodevx/svelte-json-view": "1.0.11" }, diff --git a/examples/api/src-tauri/CHANGELOG.md b/examples/api/src-tauri/CHANGELOG.md index a07e697c6..916d2bde5 100644 --- a/examples/api/src-tauri/CHANGELOG.md +++ b/examples/api/src-tauri/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## \[2.0.42] + +### Dependencies + +- Upgraded to `fs@2.5.0` +- Upgraded to `http@2.5.8` +- Upgraded to `updater@2.10.1` +- Upgraded to `nfc@2.3.5` +- Upgraded to `dialog@2.7.0` + ## \[2.0.41] ### Dependencies diff --git a/examples/api/src-tauri/Cargo.toml b/examples/api/src-tauri/Cargo.toml index afbb0c459..caf45ed67 100644 --- a/examples/api/src-tauri/Cargo.toml +++ b/examples/api/src-tauri/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "api" publish = false -version = "2.0.41" +version = "2.0.42" description = "An example Tauri Application showcasing the api" edition = "2021" rust-version = { workspace = true } @@ -21,15 +21,15 @@ tiny_http = "0.12" time = "0.3" log = { workspace = true } tauri-plugin-log = { path = "../../../plugins/log", version = "2.8.0" } -tauri-plugin-fs = { path = "../../../plugins/fs", version = "2.4.5", features = [ +tauri-plugin-fs = { path = "../../../plugins/fs", version = "2.5.0", features = [ "watch", ] } tauri-plugin-clipboard-manager = { path = "../../../plugins/clipboard-manager", version = "2.3.2" } -tauri-plugin-dialog = { path = "../../../plugins/dialog", version = "2.6.0" } +tauri-plugin-dialog = { path = "../../../plugins/dialog", version = "2.7.0" } tauri-plugin-http = { path = "../../../plugins/http", features = [ "multipart", "cookies", -], version = "2.5.7" } +], version = "2.5.8" } tauri-plugin-notification = { path = "../../../plugins/notification", version = "2.3.3", features = [ "windows7-compat", ] } @@ -57,12 +57,12 @@ features = [ [target."cfg(any(target_os = \"macos\", windows, target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies] tauri-plugin-cli = { path = "../../../plugins/cli", version = "2.4.1" } tauri-plugin-global-shortcut = { path = "../../../plugins/global-shortcut", version = "2.3.1" } -tauri-plugin-updater = { path = "../../../plugins/updater", version = "2.10.0" } +tauri-plugin-updater = { path = "../../../plugins/updater", version = "2.10.1" } tauri-plugin-window-state = { path = "../../../plugins/window-state", version = "2.2.0" } [target."cfg(any(target_os = \"android\", target_os = \"ios\"))".dependencies] tauri-plugin-barcode-scanner = { path = "../../../plugins/barcode-scanner/", version = "2.4.4" } -tauri-plugin-nfc = { path = "../../../plugins/nfc", version = "2.3.4" } +tauri-plugin-nfc = { path = "../../../plugins/nfc", version = "2.3.5" } tauri-plugin-biometric = { path = "../../../plugins/biometric/", version = "2.3.2" } tauri-plugin-geolocation = { path = "../../../plugins/geolocation/", version = "2.3.2" } tauri-plugin-haptics = { path = "../../../plugins/haptics/", version = "2.3.2" } diff --git a/plugins/deep-link/CHANGELOG.md b/plugins/deep-link/CHANGELOG.md index adee890a1..b3afb7d3f 100644 --- a/plugins/deep-link/CHANGELOG.md +++ b/plugins/deep-link/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## \[2.4.8] + +- [`024ec0c2`](https://github.com/tauri-apps/plugins-workspace/commit/024ec0c29c20cf94579dab9b79d6be0da61a8daa) ([#3214](https://github.com/tauri-apps/plugins-workspace/pull/3214) by [@joshIsCoding](https://github.com/tauri-apps/plugins-workspace/../../joshIsCoding)) Account for differing Android VIEW intent in ChromeOS, fixing deep-link behaviour on Chromium platforms. +- [`015e817c`](https://github.com/tauri-apps/plugins-workspace/commit/015e817cf2d7f66c1b9268606af8318dfe0bc4ee) ([#3186](https://github.com/tauri-apps/plugins-workspace/pull/3186) by [@lucasfernog](https://github.com/tauri-apps/plugins-workspace/../../lucasfernog)) Validate Android new intent is actually a deep link before triggering the onOpenUrl event. + ## \[2.4.7] - [`8374e997`](https://github.com/tauri-apps/plugins-workspace/commit/8374e997b82c95516fc0c1f6d665d9fc3b52edf8) ([#3258](https://github.com/tauri-apps/plugins-workspace/pull/3258) by [@lucasfernog](https://github.com/tauri-apps/plugins-workspace/../../lucasfernog)) Fix runtime deep link registration failing on Linux when the app path has spaces. diff --git a/plugins/deep-link/Cargo.toml b/plugins/deep-link/Cargo.toml index 38bb8aae8..7cbf3fa0f 100644 --- a/plugins/deep-link/Cargo.toml +++ b/plugins/deep-link/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tauri-plugin-deep-link" -version = "2.4.7" +version = "2.4.8" description = "Set your Tauri application as the default handler for an URL" authors = { workspace = true } license = { workspace = true } diff --git a/plugins/deep-link/examples/app/CHANGELOG.md b/plugins/deep-link/examples/app/CHANGELOG.md index cebbbbc0a..e6a0e74b7 100644 --- a/plugins/deep-link/examples/app/CHANGELOG.md +++ b/plugins/deep-link/examples/app/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## \[2.2.11] + +### Dependencies + +- Upgraded to `deep-link-js@2.4.8` + ## \[2.2.10] ### Dependencies diff --git a/plugins/deep-link/examples/app/package.json b/plugins/deep-link/examples/app/package.json index c8872b2de..1cb6db4e2 100644 --- a/plugins/deep-link/examples/app/package.json +++ b/plugins/deep-link/examples/app/package.json @@ -1,7 +1,7 @@ { "name": "deep-link-example", "private": true, - "version": "2.2.10", + "version": "2.2.11", "type": "module", "scripts": { "dev": "vite", @@ -11,7 +11,7 @@ }, "dependencies": { "@tauri-apps/api": "^2.10.1", - "@tauri-apps/plugin-deep-link": "2.4.7" + "@tauri-apps/plugin-deep-link": "2.4.8" }, "devDependencies": { "@tauri-apps/cli": "2.10.1", diff --git a/plugins/deep-link/package.json b/plugins/deep-link/package.json index 4e0b002c6..0a186fb6a 100644 --- a/plugins/deep-link/package.json +++ b/plugins/deep-link/package.json @@ -1,6 +1,6 @@ { "name": "@tauri-apps/plugin-deep-link", - "version": "2.4.7", + "version": "2.4.8", "description": "Set your Tauri application as the default handler for an URL", "license": "MIT OR Apache-2.0", "authors": [ diff --git a/plugins/dialog/CHANGELOG.md b/plugins/dialog/CHANGELOG.md index ddf3ae201..7a6d7c108 100644 --- a/plugins/dialog/CHANGELOG.md +++ b/plugins/dialog/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## \[2.7.0] + +- [`24154472`](https://github.com/tauri-apps/plugins-workspace/commit/24154472a6710a690173df0a121125d1f1b871e8) ([#3287](https://github.com/tauri-apps/plugins-workspace/pull/3287) by [@Legend-Master](https://github.com/tauri-apps/plugins-workspace/../../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.0] - [`d7a0bb32`](https://github.com/tauri-apps/plugins-workspace/commit/d7a0bb325dad919d6cc132eb3898c33540de77c4) ([#3136](https://github.com/tauri-apps/plugins-workspace/pull/3136) by [@onehumandev](https://github.com/tauri-apps/plugins-workspace/../../onehumandev)) Add `fileAccessMode` option to file picker. diff --git a/plugins/dialog/Cargo.toml b/plugins/dialog/Cargo.toml index 6764f4eee..9683c2b05 100644 --- a/plugins/dialog/Cargo.toml +++ b/plugins/dialog/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tauri-plugin-dialog" -version = "2.6.0" +version = "2.7.0" description = "Native system dialogs for opening and saving files along with message dialogs on your Tauri application." edition = { workspace = true } authors = { workspace = true } @@ -37,7 +37,7 @@ tauri = { workspace = true } log = { workspace = true } thiserror = { workspace = true } url = { workspace = true } -tauri-plugin-fs = { path = "../fs", version = "2.4.5" } +tauri-plugin-fs = { path = "../fs", version = "2.5.0" } [target.'cfg(target_os = "ios")'.dependencies] tauri = { workspace = true, features = ["wry"] } diff --git a/plugins/dialog/package.json b/plugins/dialog/package.json index 3609fe590..8d3dad447 100644 --- a/plugins/dialog/package.json +++ b/plugins/dialog/package.json @@ -1,6 +1,6 @@ { "name": "@tauri-apps/plugin-dialog", - "version": "2.6.0", + "version": "2.7.0", "license": "MIT OR Apache-2.0", "authors": [ "Tauri Programme within The Commons Conservancy" diff --git a/plugins/fs/CHANGELOG.md b/plugins/fs/CHANGELOG.md index cc760bc3f..2f382a2ff 100644 --- a/plugins/fs/CHANGELOG.md +++ b/plugins/fs/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## \[2.5.0] + +- [`e97a4ded`](https://github.com/tauri-apps/plugins-workspace/commit/e97a4dedab8608d9d57029784ee8a2607ca3a996) ([#3244](https://github.com/tauri-apps/plugins-workspace/pull/3244) by [@SeijiOkuda](https://github.com/tauri-apps/plugins-workspace/../../SeijiOkuda)) Add `encoding` option for `readTextFile` and `readTextFileLines` +- [`f75d21db`](https://github.com/tauri-apps/plugins-workspace/commit/f75d21db3351d6f12adf585c2c797c20ece94f7f) ([#3360](https://github.com/tauri-apps/plugins-workspace/pull/3360) by [@Legend-Master](https://github.com/tauri-apps/plugins-workspace/../../Legend-Master)) Removed the dependency on `tauri-utils`'s `build` feature +- [`f5f68063`](https://github.com/tauri-apps/plugins-workspace/commit/f5f68063e459c33522f44a04df3120d9d039ec13) ([#3185](https://github.com/tauri-apps/plugins-workspace/pull/3185) by [@lucasfernog](https://github.com/tauri-apps/plugins-workspace/../../lucasfernog)) Enable access for security-scoped resources on iOS by automatically calling `NSURL::startAccessingSecurityScopedResource` on resource access and adding the `stopAccessingSecurityScopedResource` API. + ## \[2.4.5] - [`521cd8b3`](https://github.com/tauri-apps/plugins-workspace/commit/521cd8b372c862d96b1637775710e4d7cf2443e2) ([#3155](https://github.com/tauri-apps/plugins-workspace/pull/3155) by [@EliasStar](https://github.com/tauri-apps/plugins-workspace/../../EliasStar)) Fix off by one error in the implementation of readTextFileLines causing all lines to end with an (additional) null byte. diff --git a/plugins/fs/Cargo.toml b/plugins/fs/Cargo.toml index b349266ac..2029f01fc 100644 --- a/plugins/fs/Cargo.toml +++ b/plugins/fs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tauri-plugin-fs" -version = "2.4.5" +version = "2.5.0" description = "Access the file system." authors = { workspace = true } license = { workspace = true } diff --git a/plugins/fs/package.json b/plugins/fs/package.json index 647730d0a..d0a61d12b 100644 --- a/plugins/fs/package.json +++ b/plugins/fs/package.json @@ -1,6 +1,6 @@ { "name": "@tauri-apps/plugin-fs", - "version": "2.4.5", + "version": "2.5.0", "description": "Access the file system.", "license": "MIT OR Apache-2.0", "authors": [ diff --git a/plugins/http/CHANGELOG.md b/plugins/http/CHANGELOG.md index ff21ffa0c..ba6defa83 100644 --- a/plugins/http/CHANGELOG.md +++ b/plugins/http/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## \[2.5.8] + +- [`29712892`](https://github.com/tauri-apps/plugins-workspace/commit/29712892526cfc2d35c9002e0a56925084ae1b73) ([#3252](https://github.com/tauri-apps/plugins-workspace/pull/3252) by [@NVolcz](https://github.com/tauri-apps/plugins-workspace/../../NVolcz)) Correct Response header initialization to support cloning and ensure Set-Cookie visibility. + +### Dependencies + +- Upgraded to `fs-js@2.5.0` + ## \[2.5.7] - [`61e9b0ab`](https://github.com/tauri-apps/plugins-workspace/commit/61e9b0ab64c56cc5f7a5cb3b92b386671da6e0a2) ([#3228](https://github.com/tauri-apps/plugins-workspace/pull/3228)) Cleanup resource when the returned `ReadableStream.cancel` is called to avoid memory leaks diff --git a/plugins/http/Cargo.toml b/plugins/http/Cargo.toml index 669bf5a08..51aee7d5d 100644 --- a/plugins/http/Cargo.toml +++ b/plugins/http/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tauri-plugin-http" -version = "2.5.7" +version = "2.5.8" description = "Access an HTTP client written in Rust." edition = { workspace = true } authors = { workspace = true } @@ -30,7 +30,7 @@ serde_json = { workspace = true } tauri = { workspace = true } thiserror = { workspace = true } tokio = { version = "1", features = ["sync", "macros"] } -tauri-plugin-fs = { path = "../fs", version = "2.4.5" } +tauri-plugin-fs = { path = "../fs", version = "2.5.0" } urlpattern = "0.3" regex = "1" http = "1" diff --git a/plugins/http/package.json b/plugins/http/package.json index 20e9e5996..21f17fea1 100644 --- a/plugins/http/package.json +++ b/plugins/http/package.json @@ -1,6 +1,6 @@ { "name": "@tauri-apps/plugin-http", - "version": "2.5.7", + "version": "2.5.8", "license": "MIT OR Apache-2.0", "authors": [ "Tauri Programme within The Commons Conservancy" diff --git a/plugins/nfc/CHANGELOG.md b/plugins/nfc/CHANGELOG.md index 5f1b60d20..2dd0bc614 100644 --- a/plugins/nfc/CHANGELOG.md +++ b/plugins/nfc/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## \[2.3.5] + +- [`ab037b70`](https://github.com/tauri-apps/plugins-workspace/commit/ab037b70d6fb54f1ad07d5fe21c41bd1997b34dd) ([#3339](https://github.com/tauri-apps/plugins-workspace/pull/3339) by [@crazy-genius](https://github.com/tauri-apps/plugins-workspace/../../crazy-genius)) Fixed syntax error in kotlin files potentially causing issues when trying to write to tags when no prior session existed. + ## \[2.3.4] - [`b4348cee`](https://github.com/tauri-apps/plugins-workspace/commit/b4348cee926ee3d1db151bc831cdb9049bee717f) ([#3101](https://github.com/tauri-apps/plugins-workspace/pull/3101) by [@bclarke123](https://github.com/tauri-apps/plugins-workspace/../../bclarke123)) Update return value of `isAvailable` to match TypeScript function signature diff --git a/plugins/nfc/Cargo.toml b/plugins/nfc/Cargo.toml index f0e6bc232..e4e7360c8 100644 --- a/plugins/nfc/Cargo.toml +++ b/plugins/nfc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tauri-plugin-nfc" -version = "2.3.4" +version = "2.3.5" description = "Read and write NFC tags on Android and iOS." edition = { workspace = true } authors = { workspace = true } diff --git a/plugins/nfc/package.json b/plugins/nfc/package.json index 5c1f57d1a..e75d15b2c 100644 --- a/plugins/nfc/package.json +++ b/plugins/nfc/package.json @@ -1,6 +1,6 @@ { "name": "@tauri-apps/plugin-nfc", - "version": "2.3.4", + "version": "2.3.5", "license": "MIT OR Apache-2.0", "authors": [ "Tauri Programme within The Commons Conservancy" diff --git a/plugins/persisted-scope/CHANGELOG.md b/plugins/persisted-scope/CHANGELOG.md index 6e60cd92a..29baed4b3 100644 --- a/plugins/persisted-scope/CHANGELOG.md +++ b/plugins/persisted-scope/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## \[2.3.6] + +### Dependencies + +- Upgraded to `fs@2.5.0` + ## \[2.3.5] ### Dependencies diff --git a/plugins/persisted-scope/Cargo.toml b/plugins/persisted-scope/Cargo.toml index 4ca1cadc9..04e736f08 100644 --- a/plugins/persisted-scope/Cargo.toml +++ b/plugins/persisted-scope/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tauri-plugin-persisted-scope" -version = "2.3.5" +version = "2.3.6" description = "Save filesystem and asset scopes and restore them when the app is reopened." authors = { workspace = true } license = { workspace = true } @@ -23,7 +23,7 @@ log = { workspace = true } thiserror = { workspace = true } aho-corasick = "1" bincode = "1" -tauri-plugin-fs = { path = "../fs", version = "2.4.5" } +tauri-plugin-fs = { path = "../fs", version = "2.5.0" } [features] protocol-asset = ["tauri/protocol-asset"] diff --git a/plugins/single-instance/CHANGELOG.md b/plugins/single-instance/CHANGELOG.md index d1a824773..c8dd013c6 100644 --- a/plugins/single-instance/CHANGELOG.md +++ b/plugins/single-instance/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## \[2.4.1] + +### Dependencies + +- Upgraded to `deep-link@2.4.8` + ## \[2.4.0] ### Dependencies diff --git a/plugins/single-instance/Cargo.toml b/plugins/single-instance/Cargo.toml index 2fa0b30a8..65edc053a 100644 --- a/plugins/single-instance/Cargo.toml +++ b/plugins/single-instance/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tauri-plugin-single-instance" -version = "2.4.0" +version = "2.4.1" description = "Ensure a single instance of your tauri app is running." authors = { workspace = true } license = { workspace = true } @@ -22,7 +22,7 @@ serde_json = { workspace = true } tauri = { workspace = true } tracing = { workspace = true } thiserror = { workspace = true } -tauri-plugin-deep-link = { path = "../deep-link", version = "2.4.7", optional = true } +tauri-plugin-deep-link = { path = "../deep-link", version = "2.4.8", optional = true } semver = { version = "1", optional = true } [target."cfg(target_os = \"windows\")".dependencies.windows-sys] diff --git a/plugins/sql/CHANGELOG.md b/plugins/sql/CHANGELOG.md index dfe49b11c..034c43fb4 100644 --- a/plugins/sql/CHANGELOG.md +++ b/plugins/sql/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## \[2.4.0] + +- [`1dc36128`](https://github.com/tauri-apps/plugins-workspace/commit/1dc36128624f6954e09ea1574f68615e34e83f63) ([#3275](https://github.com/tauri-apps/plugins-workspace/pull/3275) by [@mikenikles](https://github.com/tauri-apps/plugins-workspace/../../mikenikles)) Add support for Postgres `NUMERIC` and custom data types. + ## \[2.3.2] - [`2dc3f3f0`](https://github.com/tauri-apps/plugins-workspace/commit/2dc3f3f0397fa91b1f3ffbc4b42ca2b4ae55bbe0) ([#3144](https://github.com/tauri-apps/plugins-workspace/pull/3144)) Fixes issue with UUIDs returned as null in sql query results. diff --git a/plugins/sql/Cargo.toml b/plugins/sql/Cargo.toml index 350c9d883..1608412e3 100644 --- a/plugins/sql/Cargo.toml +++ b/plugins/sql/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tauri-plugin-sql" -version = "2.3.2" +version = "2.4.0" description = "Interface with SQL databases." authors = { workspace = true } license = { workspace = true } diff --git a/plugins/sql/package.json b/plugins/sql/package.json index 6b0bf812a..1a6c60030 100644 --- a/plugins/sql/package.json +++ b/plugins/sql/package.json @@ -1,6 +1,6 @@ { "name": "@tauri-apps/plugin-sql", - "version": "2.3.2", + "version": "2.4.0", "description": "Interface with SQL databases", "license": "MIT OR Apache-2.0", "authors": [ diff --git a/plugins/updater/CHANGELOG.md b/plugins/updater/CHANGELOG.md index 537d88f54..8e84961f1 100644 --- a/plugins/updater/CHANGELOG.md +++ b/plugins/updater/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## \[2.10.1] + +- [`31ab6f8d`](https://github.com/tauri-apps/plugins-workspace/commit/31ab6f8d2466d86c80b1d70510c0400ce2cdcb0a) ([#3285](https://github.com/tauri-apps/plugins-workspace/pull/3285) by [@hrzlgnm](https://github.com/tauri-apps/plugins-workspace/../../hrzlgnm)) fix: preserve file extension of updater package, otherwise users may get confused when presented with a sudo dialog suggesting to install a file with the extension `.rpm` using `dpkg -i` + ## \[2.10.0] - [`4375c98b`](https://github.com/tauri-apps/plugins-workspace/commit/4375c98bed1769a1fc1be26eded4db9f7c095d95) ([#3073](https://github.com/tauri-apps/plugins-workspace/pull/3073)) Add no_proxy config to disable system proxy for updater plugin. diff --git a/plugins/updater/Cargo.toml b/plugins/updater/Cargo.toml index da444fa24..332482508 100644 --- a/plugins/updater/Cargo.toml +++ b/plugins/updater/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tauri-plugin-updater" -version = "2.10.0" +version = "2.10.1" description = "In-app updates for Tauri applications." edition = { workspace = true } authors = { workspace = true } diff --git a/plugins/updater/package.json b/plugins/updater/package.json index 387897cbe..1eceda8ee 100644 --- a/plugins/updater/package.json +++ b/plugins/updater/package.json @@ -1,6 +1,6 @@ { "name": "@tauri-apps/plugin-updater", - "version": "2.10.0", + "version": "2.10.1", "license": "MIT OR Apache-2.0", "authors": [ "Tauri Programme within The Commons Conservancy" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c5b869d62..caa362b80 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -66,10 +66,10 @@ importers: specifier: ^2.3.2 version: link:../../plugins/clipboard-manager '@tauri-apps/plugin-dialog': - specifier: ^2.6.0 + specifier: ^2.7.0 version: link:../../plugins/dialog '@tauri-apps/plugin-fs': - specifier: ^2.4.5 + specifier: ^2.5.0 version: link:../../plugins/fs '@tauri-apps/plugin-geolocation': specifier: ^2.3.2 @@ -81,10 +81,10 @@ importers: specifier: ^2.3.2 version: link:../../plugins/haptics '@tauri-apps/plugin-http': - specifier: ^2.5.7 + specifier: ^2.5.8 version: link:../../plugins/http '@tauri-apps/plugin-nfc': - specifier: ^2.3.4 + specifier: ^2.3.5 version: link:../../plugins/nfc '@tauri-apps/plugin-notification': specifier: ^2.3.3 @@ -105,7 +105,7 @@ importers: specifier: ^2.4.2 version: link:../../plugins/store '@tauri-apps/plugin-updater': - specifier: ^2.10.0 + specifier: ^2.10.1 version: link:../../plugins/updater '@tauri-apps/plugin-upload': specifier: ^2.4.0 @@ -185,7 +185,7 @@ importers: specifier: ^2.10.1 version: 2.10.1 '@tauri-apps/plugin-deep-link': - specifier: 2.4.7 + specifier: 2.4.8 version: link:../.. devDependencies: '@tauri-apps/cli':