Procházet zdrojové kódy

Apply Version Updates From Current Changes (#9162)

Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
github-actions[bot] před 1 rokem
rodič
revize
f1df6b2c35

+ 12 - 1
.changes/pre.json

@@ -1,11 +1,13 @@
 {
   "tag": "beta",
   "changes": [
+    ".changes/acl-default-permission-verification.md",
     ".changes/acl-platform-refactor.md",
     ".changes/acl-scope-refactor.md",
     ".changes/acl-urlpattern.md",
     ".changes/allow-recursive-asset-scope-on-file-drop-directory.md",
     ".changes/api-tauri-event-file-drop-rename.md",
+    ".changes/api-tray-by-id.md",
     ".changes/api-webview-window-new-methods.md",
     ".changes/api-webview-window.md",
     ".changes/api-window-on-filedrop.md",
@@ -35,14 +37,18 @@
     ".changes/context-remove-assets-generics.md",
     ".changes/context-remove-assets-mut.md",
     ".changes/context-runtime-authority.md",
+    ".changes/core-app-tray-remove-tray-apis-removed.md",
     ".changes/core-center-window.md",
     ".changes/core-emit-js-all-targets.md",
     ".changes/core-js-event-anytarget.md",
     ".changes/core-once-event-return-event-id.md",
+    ".changes/core-path-basename-replace.md",
     ".changes/csp-header-linux.md",
     ".changes/dev-fn.md",
     ".changes/downgrade-minisign.md",
+    ".changes/enhance-event-emit.md",
     ".changes/enhance-resource-dir-resolution.md",
+    ".changes/expose-image-constructor.md",
     ".changes/expose-js-image.md",
     ".changes/fix-acl-webview-check.md",
     ".changes/fix-add-child-deadlock.md",
@@ -55,7 +61,6 @@
     ".changes/fix-fs-scope-check-symlink.md",
     ".changes/fix-invoke-devtools-by-hotkey.md",
     ".changes/fix-ios-dev-logs.md",
-    ".changes/fix-js-unlisten-all-race.md",
     ".changes/fix-migrate-updater.md",
     ".changes/fix-mobile-cmd-case.md",
     ".changes/fix-mobile-process-spawn.md",
@@ -69,9 +74,12 @@
     ".changes/fix-webview-close.md",
     ".changes/fix-window-center-monitor-scale.md",
     ".changes/fix-window-destroy-deadlock.md",
+    ".changes/global-api-script-path-plugins.md",
     ".changes/handle-empty-permissions.md",
     ".changes/ico-featrue-flags.md",
     ".changes/image-crate.md",
+    ".changes/image-rgba-uint8array.md",
+    ".changes/image-size-refactor.md",
     ".changes/inline-plugins.md",
     ".changes/ios-signing-optional.md",
     ".changes/ipc-post-message-fallback.md",
@@ -81,6 +89,7 @@
     ".changes/path-result-error-rexport.md",
     ".changes/permission-platforms.md",
     ".changes/permission-table.md",
+    ".changes/plugin-global-api-script.md",
     ".changes/preserve-channel-order.md",
     ".changes/progress-bar-state-refactor.md",
     ".changes/re-export-progress-bar-status.md",
@@ -101,6 +110,7 @@
     ".changes/strict-csp-isolation-frame.md",
     ".changes/tauri-build-codegen-capabilities.md",
     ".changes/tauri-build-dev-changes.md",
+    ".changes/tauri-cli-add-default-perm.md",
     ".changes/tauri-close-requested-target-specific.md",
     ".changes/tauri-context-icon-methods.md",
     ".changes/tauri-error-sync.md",
@@ -111,6 +121,7 @@
     ".changes/tauri-runtime-webview-events.md",
     ".changes/tauri-scope-object-error-sync.md",
     ".changes/tauri-utils-capability-refactor.md",
+    ".changes/tauri-utils-plugin-module.md",
     ".changes/tauri-webview-events.md",
     ".changes/truncate-before-write-buildtask.md",
     ".changes/unstable-child-webview.md",

+ 8 - 8
Cargo.lock

@@ -3595,7 +3595,7 @@ checksum = "e1fc403891a21bcfb7c37834ba66a547a8f402146eba7265b5a6d88059c9ff2f"
 
 [[package]]
 name = "tauri"
-version = "2.0.0-beta.11"
+version = "2.0.0-beta.12"
 dependencies = [
  "anyhow",
  "bytes",
@@ -3651,7 +3651,7 @@ dependencies = [
 
 [[package]]
 name = "tauri-build"
-version = "2.0.0-beta.9"
+version = "2.0.0-beta.10"
 dependencies = [
  "anyhow",
  "cargo_toml",
@@ -3673,7 +3673,7 @@ dependencies = [
 
 [[package]]
 name = "tauri-codegen"
-version = "2.0.0-beta.9"
+version = "2.0.0-beta.10"
 dependencies = [
  "base64 0.22.0",
  "brotli",
@@ -3710,7 +3710,7 @@ dependencies = [
 
 [[package]]
 name = "tauri-macros"
-version = "2.0.0-beta.9"
+version = "2.0.0-beta.10"
 dependencies = [
  "heck",
  "proc-macro2",
@@ -3722,7 +3722,7 @@ dependencies = [
 
 [[package]]
 name = "tauri-plugin"
-version = "2.0.0-beta.9"
+version = "2.0.0-beta.10"
 dependencies = [
  "anyhow",
  "glob",
@@ -3737,7 +3737,7 @@ dependencies = [
 
 [[package]]
 name = "tauri-runtime"
-version = "2.0.0-beta.9"
+version = "2.0.0-beta.10"
 dependencies = [
  "gtk",
  "http",
@@ -3753,7 +3753,7 @@ dependencies = [
 
 [[package]]
 name = "tauri-runtime-wry"
-version = "2.0.0-beta.9"
+version = "2.0.0-beta.10"
 dependencies = [
  "cocoa",
  "gtk",
@@ -3776,7 +3776,7 @@ dependencies = [
 
 [[package]]
 name = "tauri-utils"
-version = "2.0.0-beta.9"
+version = "2.0.0-beta.10"
 dependencies = [
  "aes-gcm",
  "brotli",

+ 15 - 0
core/tauri-build/CHANGELOG.md

@@ -1,5 +1,20 @@
 # Changelog
 
+## \[2.0.0-beta.10]
+
+### New Features
+
+- [`e227fe02f`](https://www.github.com/tauri-apps/tauri/commit/e227fe02f986e145c0731a64693e1c830a9eb5b0)([#9156](https://www.github.com/tauri-apps/tauri/pull/9156)) Allow plugins to define (at compile time) JavaScript that are initialized when `withGlobalTauri` is true.
+
+### Enhancements
+
+- [`7213b9e47`](https://www.github.com/tauri-apps/tauri/commit/7213b9e47242bef814aa7257e0bf84631bf5fe7e)([#9124](https://www.github.com/tauri-apps/tauri/pull/9124)) Fallback to an empty permission set if the plugin did not define its `default` permissions.
+
+### Dependencies
+
+- Upgraded to `tauri-utils@2.0.0-beta.10`
+- Upgraded to `tauri-codegen@2.0.0-beta.10`
+
 ## \[2.0.0-beta.9]
 
 ### Dependencies

+ 3 - 3
core/tauri-build/Cargo.toml

@@ -1,6 +1,6 @@
 [package]
 name = "tauri-build"
-version = "2.0.0-beta.9"
+version = "2.0.0-beta.10"
 description = "build time code to pair with https://crates.io/crates/tauri"
 exclude = [ "CHANGELOG.md", "/target" ]
 readme = "README.md"
@@ -28,8 +28,8 @@ rustdoc-args = [ "--cfg", "docsrs" ]
 [dependencies]
 anyhow = "1"
 quote = { version = "1", optional = true }
-tauri-codegen = { version = "2.0.0-beta.9", path = "../tauri-codegen", optional = true }
-tauri-utils = { version = "2.0.0-beta.9", path = "../tauri-utils", features = [ "build", "resources" ] }
+tauri-codegen = { version = "2.0.0-beta.10", path = "../tauri-codegen", optional = true }
+tauri-utils = { version = "2.0.0-beta.10", path = "../tauri-utils", features = [ "build", "resources" ] }
 cargo_toml = "0.17"
 serde = "1"
 serde_json = "1"

+ 10 - 0
core/tauri-codegen/CHANGELOG.md

@@ -1,5 +1,15 @@
 # Changelog
 
+## \[2.0.0-beta.10]
+
+### New Features
+
+- [`e227fe02f`](https://www.github.com/tauri-apps/tauri/commit/e227fe02f986e145c0731a64693e1c830a9eb5b0)([#9156](https://www.github.com/tauri-apps/tauri/pull/9156)) Allow plugins to define (at compile time) JavaScript that are initialized when `withGlobalTauri` is true.
+
+### Dependencies
+
+- Upgraded to `tauri-utils@2.0.0-beta.10`
+
 ## \[2.0.0-beta.9]
 
 ### New Features

+ 2 - 2
core/tauri-codegen/Cargo.toml

@@ -1,6 +1,6 @@
 [package]
 name = "tauri-codegen"
-version = "2.0.0-beta.9"
+version = "2.0.0-beta.10"
 description = "code generation meant to be consumed inside of `tauri` through `tauri-build` or `tauri-macros`"
 exclude = [ "CHANGELOG.md", "/target" ]
 readme = "README.md"
@@ -20,7 +20,7 @@ quote = "1"
 syn = "2"
 serde = { version = "1", features = [ "derive" ] }
 serde_json = "1"
-tauri-utils = { version = "2.0.0-beta.9", path = "../tauri-utils", features = [ "build" ] }
+tauri-utils = { version = "2.0.0-beta.10", path = "../tauri-utils", features = [ "build" ] }
 thiserror = "1"
 walkdir = "2"
 brotli = { version = "3", optional = true, default-features = false, features = [ "std" ] }

+ 7 - 0
core/tauri-macros/CHANGELOG.md

@@ -1,5 +1,12 @@
 # Changelog
 
+## \[2.0.0-beta.10]
+
+### Dependencies
+
+- Upgraded to `tauri-utils@2.0.0-beta.10`
+- Upgraded to `tauri-codegen@2.0.0-beta.10`
+
 ## \[2.0.0-beta.9]
 
 ### New Features

+ 3 - 3
core/tauri-macros/Cargo.toml

@@ -1,6 +1,6 @@
 [package]
 name = "tauri-macros"
-version = "2.0.0-beta.9"
+version = "2.0.0-beta.10"
 description = "Macros for the tauri crate."
 exclude = [ "CHANGELOG.md", "/target" ]
 readme = "README.md"
@@ -20,8 +20,8 @@ proc-macro2 = { version = "1", features = [ "span-locations" ] }
 quote = "1"
 syn = { version = "2", features = [ "full" ] }
 heck = "0.4"
-tauri-codegen = { version = "2.0.0-beta.9", default-features = false, path = "../tauri-codegen" }
-tauri-utils = { version = "2.0.0-beta.9", path = "../tauri-utils" }
+tauri-codegen = { version = "2.0.0-beta.10", default-features = false, path = "../tauri-codegen" }
+tauri-utils = { version = "2.0.0-beta.10", path = "../tauri-utils" }
 
 [features]
 custom-protocol = [ ]

+ 11 - 0
core/tauri-plugin/CHANGELOG.md

@@ -1,5 +1,16 @@
 # Changelog
 
+## \[2.0.0-beta.10]
+
+### New Features
+
+- [`e227fe02f`](https://www.github.com/tauri-apps/tauri/commit/e227fe02f986e145c0731a64693e1c830a9eb5b0)([#9156](https://www.github.com/tauri-apps/tauri/pull/9156)) Allow plugins to define (at compile time) JavaScript that are initialized when `withGlobalTauri` is true.
+- [`e227fe02f`](https://www.github.com/tauri-apps/tauri/commit/e227fe02f986e145c0731a64693e1c830a9eb5b0)([#9156](https://www.github.com/tauri-apps/tauri/pull/9156)) Added `Builder::global_api_script_path` to define a JavaScript file containing the initialization script for the plugin API bindings when `withGlobalTauri` is used.
+
+### Dependencies
+
+- Upgraded to `tauri-utils@2.0.0-beta.10`
+
 ## \[2.0.0-beta.9]
 
 ### Dependencies

+ 2 - 2
core/tauri-plugin/Cargo.toml

@@ -1,6 +1,6 @@
 [package]
 name = "tauri-plugin"
-version = "2.0.0-beta.9"
+version = "2.0.0-beta.10"
 description = "Build script and runtime Tauri plugin definitions"
 authors = { workspace = true }
 homepage = { workspace = true }
@@ -30,7 +30,7 @@ runtime = [ ]
 [dependencies]
 anyhow = { version = "1", optional = true }
 serde = { version = "1", optional = true }
-tauri-utils = { version = "2.0.0-beta.9", default-features = false, features = [ "build" ], path = "../tauri-utils" }
+tauri-utils = { version = "2.0.0-beta.10", default-features = false, features = [ "build" ], path = "../tauri-utils" }
 serde_json = { version = "1", optional = true }
 glob = { version = "0.3", optional = true }
 toml = { version = "0.8", optional = true }

+ 7 - 0
core/tauri-runtime-wry/CHANGELOG.md

@@ -1,5 +1,12 @@
 # Changelog
 
+## \[2.0.0-beta.10]
+
+### Dependencies
+
+- Upgraded to `tauri-utils@2.0.0-beta.10`
+- Upgraded to `tauri-runtime@2.0.0-beta.10`
+
 ## \[2.0.0-beta.9]
 
 ### Dependencies

+ 3 - 3
core/tauri-runtime-wry/Cargo.toml

@@ -1,6 +1,6 @@
 [package]
 name = "tauri-runtime-wry"
-version = "2.0.0-beta.9"
+version = "2.0.0-beta.10"
 description = "Wry bindings to the Tauri runtime"
 exclude = [ "CHANGELOG.md", "/target" ]
 readme = "README.md"
@@ -15,8 +15,8 @@ rust-version = { workspace = true }
 [dependencies]
 wry = { version = "0.37", default-features = false, features = [ "file-drop", "protocol", "os-webview" ] }
 tao = { version = "0.26", default-features = false, features = [ "rwh_06" ] }
-tauri-runtime = { version = "2.0.0-beta.9", path = "../tauri-runtime" }
-tauri-utils = { version = "2.0.0-beta.9", path = "../tauri-utils" }
+tauri-runtime = { version = "2.0.0-beta.10", path = "../tauri-runtime" }
+tauri-utils = { version = "2.0.0-beta.10", path = "../tauri-utils" }
 raw-window-handle = "0.6"
 http = "0.2"
 url = "2"

+ 6 - 0
core/tauri-runtime/CHANGELOG.md

@@ -1,5 +1,11 @@
 # Changelog
 
+## \[2.0.0-beta.10]
+
+### Dependencies
+
+- Upgraded to `tauri-utils@2.0.0-beta.10`
+
 ## \[2.0.0-beta.9]
 
 ### Dependencies

+ 2 - 2
core/tauri-runtime/Cargo.toml

@@ -1,6 +1,6 @@
 [package]
 name = "tauri-runtime"
-version = "2.0.0-beta.9"
+version = "2.0.0-beta.10"
 description = "Runtime for Tauri applications"
 exclude = [ "CHANGELOG.md", "/target" ]
 readme = "README.md"
@@ -29,7 +29,7 @@ targets = [
 serde = { version = "1.0", features = [ "derive" ] }
 serde_json = "1.0"
 thiserror = "1.0"
-tauri-utils = { version = "2.0.0-beta.9", path = "../tauri-utils" }
+tauri-utils = { version = "2.0.0-beta.10", path = "../tauri-utils" }
 http = "0.2.4"
 raw-window-handle = "0.6"
 url = { version = "2" }

+ 10 - 0
core/tauri-utils/CHANGELOG.md

@@ -1,5 +1,15 @@
 # Changelog
 
+## \[2.0.0-beta.10]
+
+### New Features
+
+- [`e227fe02f`](https://www.github.com/tauri-apps/tauri/commit/e227fe02f986e145c0731a64693e1c830a9eb5b0)([#9156](https://www.github.com/tauri-apps/tauri/pull/9156)) Added the `plugin` module.
+
+### Enhancements
+
+- [`7213b9e47`](https://www.github.com/tauri-apps/tauri/commit/7213b9e47242bef814aa7257e0bf84631bf5fe7e)([#9124](https://www.github.com/tauri-apps/tauri/pull/9124)) Fallback to an empty permission set if the plugin did not define its `default` permissions.
+
 ## \[2.0.0-beta.9]
 
 ### Breaking Changes

+ 1 - 1
core/tauri-utils/Cargo.toml

@@ -1,6 +1,6 @@
 [package]
 name = "tauri-utils"
-version = "2.0.0-beta.9"
+version = "2.0.0-beta.10"
 description = "Utilities for Tauri"
 exclude = [ "CHANGELOG.md", "/target" ]
 readme = "README.md"

+ 27 - 0
core/tauri/CHANGELOG.md

@@ -1,5 +1,32 @@
 # Changelog
 
+## \[2.0.0-beta.12]
+
+### New Features
+
+- [`e227fe02f`](https://www.github.com/tauri-apps/tauri/commit/e227fe02f986e145c0731a64693e1c830a9eb5b0)([#9156](https://www.github.com/tauri-apps/tauri/pull/9156)) Allow plugins to define (at compile time) JavaScript that are initialized when `withGlobalTauri` is true.
+
+### Enhancements
+
+- [`79b8a3514`](https://www.github.com/tauri-apps/tauri/commit/79b8a3514baedcd9c35e777d2b6d89a7a086ddec)([#9151](https://www.github.com/tauri-apps/tauri/pull/9151)) Improve and optimize event emit calls.
+
+### Bug Fixes
+
+- [`379cc2b35`](https://www.github.com/tauri-apps/tauri/commit/379cc2b3547395474d4b66b4222679cf4538428d)([#9165](https://www.github.com/tauri-apps/tauri/pull/9165)) Fix `basename(path, 'ext')` JS API when removing all occurances of `ext` where it should only remove the last one.
+
+### Dependencies
+
+- Upgraded to `tauri-build@2.0.0-beta.10`
+- Upgraded to `tauri-utils@2.0.0-beta.10`
+- Upgraded to `tauri-runtime@2.0.0-beta.10`
+- Upgraded to `tauri-runtime-wry@2.0.0-beta.10`
+- Upgraded to `tauri-macros@2.0.0-beta.10`
+
+### Breaking Changes
+
+- [`acdd76833`](https://www.github.com/tauri-apps/tauri/commit/acdd76833db6d81f4012418133d0042220de100b)([#9155](https://www.github.com/tauri-apps/tauri/pull/9155)) Removed `App/AppHandle::tray` and `App/AppHandle::remove_tray`, use `App/AppHandle::tray_by_id` and `App/AppHandle::remove_tray_by_id` instead. If these APIs were used to access tray icon configured in `tauri.conf.json`, you can use `App/AppHandle::tray_by_id` with ID `main` or the configured value.
+- [`ea0242db4`](https://www.github.com/tauri-apps/tauri/commit/ea0242db4aa6c127d2bb4a2e275000ba47c9e68c)([#9179](https://www.github.com/tauri-apps/tauri/pull/9179)) Removed `width` and `height` methods on the JS `Image` class, use `size` instead.
+
 ## \[2.0.0-beta.11]
 
 ### New Features

+ 7 - 7
core/tauri/Cargo.toml

@@ -1,6 +1,6 @@
 [package]
 name = "tauri"
-version = "2.0.0-beta.11"
+version = "2.0.0-beta.12"
 description = "Make tiny, secure apps for all desktop platforms with Tauri"
 exclude = [ "/test", "/.scripts", "CHANGELOG.md", "/target" ]
 readme = "README.md"
@@ -50,10 +50,10 @@ uuid = { version = "1", features = [ "v4" ], optional = true }
 url = "2"
 anyhow = "1.0"
 thiserror = "1.0"
-tauri-runtime = { version = "2.0.0-beta.9", path = "../tauri-runtime" }
-tauri-macros = { version = "2.0.0-beta.9", path = "../tauri-macros" }
-tauri-utils = { version = "2.0.0-beta.9", features = [ "resources" ], path = "../tauri-utils" }
-tauri-runtime-wry = { version = "2.0.0-beta.9", path = "../tauri-runtime-wry", optional = true }
+tauri-runtime = { version = "2.0.0-beta.10", path = "../tauri-runtime" }
+tauri-macros = { version = "2.0.0-beta.10", path = "../tauri-macros" }
+tauri-utils = { version = "2.0.0-beta.10", features = [ "resources" ], path = "../tauri-utils" }
+tauri-runtime-wry = { version = "2.0.0-beta.10", path = "../tauri-runtime-wry", optional = true }
 getrandom = "0.2"
 serde_repr = "0.1"
 state = "0.6"
@@ -107,8 +107,8 @@ swift-rs = "1.0.6"
 
 [build-dependencies]
 heck = "0.4"
-tauri-build = { path = "../tauri-build/", default-features = false, version = "2.0.0-beta.9" }
-tauri-utils = { path = "../tauri-utils/", version = "2.0.0-beta.9", features = [ "build" ] }
+tauri-build = { path = "../tauri-build/", default-features = false, version = "2.0.0-beta.10" }
+tauri-utils = { path = "../tauri-utils/", version = "2.0.0-beta.10", features = [ "build" ] }
 
 [dev-dependencies]
 proptest = "1.4.0"

+ 19 - 0
tooling/api/CHANGELOG.md

@@ -1,5 +1,24 @@
 # Changelog
 
+## \[2.0.0-beta.6]
+
+### New Features
+
+- [`acdd76833`](https://www.github.com/tauri-apps/tauri/commit/acdd76833db6d81f4012418133d0042220de100b)([#9155](https://www.github.com/tauri-apps/tauri/pull/9155)) Add `TrayIcon.getById` and `TrayIcon.removeById` static methods.
+
+### Enhancements
+
+- [`ea0242db4`](https://www.github.com/tauri-apps/tauri/commit/ea0242db4aa6c127d2bb4a2e275000ba47c9e68c)([#9179](https://www.github.com/tauri-apps/tauri/pull/9179)) The `Image` constructor is now public (for internal use only).
+
+### Bug Fixes
+
+- [`379cc2b35`](https://www.github.com/tauri-apps/tauri/commit/379cc2b3547395474d4b66b4222679cf4538428d)([#9165](https://www.github.com/tauri-apps/tauri/pull/9165)) Fix `basename(path, 'ext')` JS API when removing all occurances of `ext` where it should only remove the last one.
+
+### Breaking Changes
+
+- [`ea0242db4`](https://www.github.com/tauri-apps/tauri/commit/ea0242db4aa6c127d2bb4a2e275000ba47c9e68c)([#9179](https://www.github.com/tauri-apps/tauri/pull/9179)) `Image::rgba()` now returns `Promise<Uint8Array>`.
+- [`ea0242db4`](https://www.github.com/tauri-apps/tauri/commit/ea0242db4aa6c127d2bb4a2e275000ba47c9e68c)([#9179](https://www.github.com/tauri-apps/tauri/pull/9179)) Removed `width` and `height` methods on the JS `Image` class, use `size` instead.
+
 ## \[2.0.0-beta.5]
 
 ### Breaking Changes

+ 1 - 1
tooling/api/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@tauri-apps/api",
-  "version": "2.0.0-beta.5",
+  "version": "2.0.0-beta.6",
   "description": "Tauri API definitions",
   "funding": {
     "type": "opencollective",

+ 6 - 0
tooling/bundler/CHANGELOG.md

@@ -1,5 +1,11 @@
 # Changelog
 
+## \[2.0.1-beta.6]
+
+### Dependencies
+
+- Upgraded to `tauri-utils@2.0.0-beta.10`
+
 ## \[2.0.1-beta.5]
 
 ### Dependencies

+ 2 - 2
tooling/bundler/Cargo.toml

@@ -2,7 +2,7 @@ workspace = { }
 
 [package]
 name = "tauri-bundler"
-version = "2.0.1-beta.5"
+version = "2.0.1-beta.6"
 authors = [
   "George Burton <burtonageo@gmail.com>",
   "Tauri Programme within The Commons Conservancy"
@@ -17,7 +17,7 @@ rust-version = "1.70"
 exclude = [ "CHANGELOG.md", "/target", "rustfmt.toml" ]
 
 [dependencies]
-tauri-utils = { version = "2.0.0-beta.9", path = "../../core/tauri-utils", features = [ "resources" ] }
+tauri-utils = { version = "2.0.0-beta.10", path = "../../core/tauri-utils", features = [ "resources" ] }
 image = "0.24.9"
 flate2 = "1.0"
 anyhow = "1.0"

+ 11 - 0
tooling/cli/CHANGELOG.md

@@ -1,5 +1,16 @@
 # Changelog
 
+## \[2.0.0-beta.10]
+
+### New Features
+
+- [`7213b9e47`](https://www.github.com/tauri-apps/tauri/commit/7213b9e47242bef814aa7257e0bf84631bf5fe7e)([#9124](https://www.github.com/tauri-apps/tauri/pull/9124)) Add default permission for a plugin to capabilities when using `tauri add <plugin>`.
+
+### Dependencies
+
+- Upgraded to `tauri-utils@2.0.0-beta.10`
+- Upgraded to `tauri-bundler@2.0.1-beta.6`
+
 ## \[2.0.0-beta.9]
 
 ### Bug Fixes

+ 5 - 5
tooling/cli/Cargo.lock

@@ -4830,7 +4830,7 @@ dependencies = [
 
 [[package]]
 name = "tauri-bundler"
-version = "2.0.1-beta.5"
+version = "2.0.1-beta.6"
 dependencies = [
  "anyhow",
  "ar",
@@ -4858,7 +4858,7 @@ dependencies = [
  "strsim 0.11.0",
  "tar",
  "tauri-icns",
- "tauri-utils 2.0.0-beta.9",
+ "tauri-utils 2.0.0-beta.10",
  "tempfile",
  "thiserror",
  "time",
@@ -4872,7 +4872,7 @@ dependencies = [
 
 [[package]]
 name = "tauri-cli"
-version = "2.0.0-beta.9"
+version = "2.0.0-beta.10"
 dependencies = [
  "anyhow",
  "axum",
@@ -4924,7 +4924,7 @@ dependencies = [
  "tauri-bundler",
  "tauri-icns",
  "tauri-utils 1.5.3",
- "tauri-utils 2.0.0-beta.9",
+ "tauri-utils 2.0.0-beta.10",
  "thiserror",
  "tokio",
  "toml 0.8.10",
@@ -4990,7 +4990,7 @@ dependencies = [
 
 [[package]]
 name = "tauri-utils"
-version = "2.0.0-beta.9"
+version = "2.0.0-beta.10"
 dependencies = [
  "aes-gcm",
  "ctor",

+ 3 - 3
tooling/cli/Cargo.toml

@@ -3,7 +3,7 @@ members = [ "node" ]
 
 [package]
 name = "tauri-cli"
-version = "2.0.0-beta.9"
+version = "2.0.0-beta.10"
 authors = [ "Tauri Programme within The Commons Conservancy" ]
 edition = "2021"
 rust-version = "1.70"
@@ -49,7 +49,7 @@ sublime_fuzzy = "0.7"
 clap_complete = "4"
 clap = { version = "4.5", features = [ "derive", "env" ] }
 anyhow = "1.0"
-tauri-bundler = { version = "2.0.1-beta.5", default-features = false, path = "../bundler" }
+tauri-bundler = { version = "2.0.1-beta.6", default-features = false, path = "../bundler" }
 colored = "2.1"
 serde = { version = "1.0", features = [ "derive" ] }
 serde_json = { version = "1.0", features = [ "preserve_order" ] }
@@ -59,7 +59,7 @@ shared_child = "1.0"
 duct = "0.13"
 toml_edit = { version = "0.22", features = [ "serde" ] }
 json-patch = "1.2"
-tauri-utils = { version = "2.0.0-beta.9", path = "../../core/tauri-utils", features = [ "isolation", "schema", "config-json5", "config-toml" ] }
+tauri-utils = { version = "2.0.0-beta.10", path = "../../core/tauri-utils", features = [ "isolation", "schema", "config-json5", "config-toml" ] }
 tauri-utils-v1 = { version = "1", package = "tauri-utils", features = [ "isolation", "schema", "config-json5", "config-toml" ] }
 toml = "0.8"
 jsonschema = "0.17"

+ 4 - 4
tooling/cli/metadata-v2.json

@@ -1,9 +1,9 @@
 {
   "cli.js": {
-    "version": "2.0.0-beta.9",
+    "version": "2.0.0-beta.10",
     "node": ">= 10.0.0"
   },
-  "tauri": "2.0.0-beta.11",
-  "tauri-build": "2.0.0-beta.9",
-  "tauri-plugin": "2.0.0-beta.9"
+  "tauri": "2.0.0-beta.12",
+  "tauri-build": "2.0.0-beta.10",
+  "tauri-plugin": "2.0.0-beta.10"
 }

+ 10 - 0
tooling/cli/node/CHANGELOG.md

@@ -1,5 +1,15 @@
 # Changelog
 
+## \[2.0.0-beta.10]
+
+### New Features
+
+- [`7213b9e47`](https://www.github.com/tauri-apps/tauri/commit/7213b9e47242bef814aa7257e0bf84631bf5fe7e)([#9124](https://www.github.com/tauri-apps/tauri/pull/9124)) Add default permission for a plugin to capabilities when using `tauri add <plugin>`.
+
+### Dependencies
+
+- Upgraded to `tauri-cli@2.0.0-beta.10`
+
 ## \[2.0.0-beta.9]
 
 ### Bug Fixes

+ 1 - 1
tooling/cli/node/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@tauri-apps/cli",
-  "version": "2.0.0-beta.9",
+  "version": "2.0.0-beta.10",
   "description": "Command line interface for building Tauri apps",
   "funding": {
     "type": "opencollective",