瀏覽代碼

Apply Version Updates From Current Changes (#9222)

Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
github-actions[bot] 1 年之前
父節點
當前提交
7898b601d1

+ 6 - 0
.changes/pre.json

@@ -15,6 +15,7 @@
     ".changes/assets-setup.md",
     ".changes/beta.md",
     ".changes/build-schema-generation.md",
+    ".changes/bundler-deep-link-reg-path.md",
     ".changes/bundler-license.md",
     ".changes/bundler-rpm-license.md",
     ".changes/capabilities-multiwebview.md",
@@ -23,7 +24,9 @@
     ".changes/capability-context-refactor.md",
     ".changes/cli-acl-subcommands.md",
     ".changes/cli-build-no-bundle.md",
+    ".changes/cli-empty-responses.md",
     ".changes/cli-mobile-init-partition.md",
+    ".changes/cli-openssl-cargo-mobile2-removal.md",
     ".changes/cli-plugin-android-init.md",
     ".changes/cli-plugins-migrate.md",
     ".changes/cli-update-deps-fix-log.md",
@@ -43,6 +46,7 @@
     ".changes/core-js-event-anytarget.md",
     ".changes/core-once-event-return-event-id.md",
     ".changes/core-path-basename-replace.md",
+    ".changes/core-window-hasdisplayhandle.md",
     ".changes/csp-header-linux.md",
     ".changes/dev-fn.md",
     ".changes/downgrade-minisign.md",
@@ -61,6 +65,8 @@
     ".changes/fix-fs-scope-check-symlink.md",
     ".changes/fix-invoke-devtools-by-hotkey.md",
     ".changes/fix-ios-dev-logs.md",
+    ".changes/fix-ipc-error-json.md",
+    ".changes/fix-menu-remove-api.md",
     ".changes/fix-migrate-updater.md",
     ".changes/fix-mobile-cmd-case.md",
     ".changes/fix-mobile-process-spawn.md",

+ 1 - 1
Cargo.lock

@@ -3595,7 +3595,7 @@ checksum = "e1fc403891a21bcfb7c37834ba66a547a8f402146eba7265b5a6d88059c9ff2f"
 
 [[package]]
 name = "tauri"
-version = "2.0.0-beta.12"
+version = "2.0.0-beta.13"
 dependencies = [
  "anyhow",
  "bytes",

+ 11 - 0
core/tauri/CHANGELOG.md

@@ -1,5 +1,16 @@
 # Changelog
 
+## \[2.0.0-beta.13]
+
+### Enhancements
+
+- [`75f5cb401`](https://www.github.com/tauri-apps/tauri/commit/75f5cb4015f72745161110ad0076cf4945411a6d)([#9214](https://www.github.com/tauri-apps/tauri/pull/9214)) `tauri::Window` and `tauri::WebviewWindow` now implement `raw_window_handle::HasDisplayHandle`.
+
+### Bug Fixes
+
+- [`81b853bc8`](https://www.github.com/tauri-apps/tauri/commit/81b853bc875ce2da4e300614ca234f10d54966a6)([#9213](https://www.github.com/tauri-apps/tauri/pull/9213)) Fixed an issue where errors where returned as strings instead of objects from commands.
+- [`43230cb6b`](https://www.github.com/tauri-apps/tauri/commit/43230cb6b7a4b14a23ea8f05636ae06f03c718e9)([#9219](https://www.github.com/tauri-apps/tauri/pull/9219)) Fixes the menu plugin `remove` command signature.
+
 ## \[2.0.0-beta.12]
 
 ### New Features

+ 1 - 1
core/tauri/Cargo.toml

@@ -1,6 +1,6 @@
 [package]
 name = "tauri"
-version = "2.0.0-beta.12"
+version = "2.0.0-beta.13"
 description = "Make tiny, secure apps for all desktop platforms with Tauri"
 exclude = [ "/test", "/.scripts", "CHANGELOG.md", "/target" ]
 readme = "README.md"

+ 6 - 0
tooling/bundler/CHANGELOG.md

@@ -1,5 +1,11 @@
 # Changelog
 
+## \[2.0.1-beta.7]
+
+### Bug Fixes
+
+- [`a799f24f9`](https://www.github.com/tauri-apps/tauri/commit/a799f24f97e12c3f3fcdd1864fdd7c6559263fb7)([#9185](https://www.github.com/tauri-apps/tauri/pull/9185)) Fixed an issue that caused the msi bundler to crash when deep link schemes were configured.
+
 ## \[2.0.1-beta.6]
 
 ### Dependencies

+ 1 - 1
tooling/bundler/Cargo.toml

@@ -2,7 +2,7 @@ workspace = { }
 
 [package]
 name = "tauri-bundler"
-version = "2.0.1-beta.6"
+version = "2.0.1-beta.7"
 authors = [
   "George Burton <burtonageo@gmail.com>",
   "Tauri Programme within The Commons Conservancy"

+ 11 - 0
tooling/cli/CHANGELOG.md

@@ -1,5 +1,16 @@
 # Changelog
 
+## \[2.0.0-beta.11]
+
+### Enhancements
+
+- [`ac76a22f3`](https://www.github.com/tauri-apps/tauri/commit/ac76a22f383028d9bacdedebeb41d3fca5ec9dac)([#9183](https://www.github.com/tauri-apps/tauri/pull/9183)) Allow empty responses for `devUrl`, `beforeDevCommand` and `beforeBuildCommands` questions in `tauri init`.
+- [`b525ddadf`](https://www.github.com/tauri-apps/tauri/commit/b525ddadf7e7588c3e195cf0f821c9862c545d06)([#9237](https://www.github.com/tauri-apps/tauri/pull/9237)) `openssl` is no longer a required dependency on macOS.
+
+### Dependencies
+
+- Upgraded to `tauri-bundler@2.0.1-beta.7`
+
 ## \[2.0.0-beta.10]
 
 ### New Features

+ 2 - 2
tooling/cli/Cargo.lock

@@ -4856,7 +4856,7 @@ dependencies = [
 
 [[package]]
 name = "tauri-bundler"
-version = "2.0.1-beta.6"
+version = "2.0.1-beta.7"
 dependencies = [
  "anyhow",
  "ar",
@@ -4898,7 +4898,7 @@ dependencies = [
 
 [[package]]
 name = "tauri-cli"
-version = "2.0.0-beta.10"
+version = "2.0.0-beta.11"
 dependencies = [
  "anyhow",
  "axum",

+ 2 - 2
tooling/cli/Cargo.toml

@@ -3,7 +3,7 @@ members = [ "node" ]
 
 [package]
 name = "tauri-cli"
-version = "2.0.0-beta.10"
+version = "2.0.0-beta.11"
 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.6", default-features = false, path = "../bundler" }
+tauri-bundler = { version = "2.0.1-beta.7", default-features = false, path = "../bundler" }
 colored = "2.1"
 serde = { version = "1.0", features = [ "derive" ] }
 serde_json = { version = "1.0", features = [ "preserve_order" ] }

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

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

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

@@ -1,5 +1,16 @@
 # Changelog
 
+## \[2.0.0-beta.11]
+
+### Enhancements
+
+- [`ac76a22f3`](https://www.github.com/tauri-apps/tauri/commit/ac76a22f383028d9bacdedebeb41d3fca5ec9dac)([#9183](https://www.github.com/tauri-apps/tauri/pull/9183)) Allow empty responses for `devUrl`, `beforeDevCommand` and `beforeBuildCommands` questions in `tauri init`.
+- [`b525ddadf`](https://www.github.com/tauri-apps/tauri/commit/b525ddadf7e7588c3e195cf0f821c9862c545d06)([#9237](https://www.github.com/tauri-apps/tauri/pull/9237)) `openssl` is no longer a required dependency on macOS.
+
+### Dependencies
+
+- Upgraded to `tauri-cli@2.0.0-beta.11`
+
 ## \[2.0.0-beta.10]
 
 ### New Features

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

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