瀏覽代碼

apply version updates

amrbashir 9 月之前
父節點
當前提交
fcd3ea2a1d

+ 0 - 5
.changes/android-home-dir.md

@@ -1,5 +0,0 @@
----
-"tauri": "patch:feat"
----
-
-Add `PathResolver::home_dir()` method on Android.

+ 0 - 6
.changes/bundler-linux-recommends.md

@@ -1,6 +0,0 @@
----
-"tauri-bundler": "patch:feat"
----
-
-Add `bundle > linux > deb > recommends` and `bundle > linux > rpm > recommends` fields to declare a strong, but not absolute, dependency for your `.deb` and `.rpm` packages.
-

+ 0 - 7
.changes/cli-updater-errorr.md

@@ -1,7 +0,0 @@
----
-"tauri-cli": "patch:enhance"
-"@tauri-apps/cli": "patch:enhance"
----
-
-Add more context for errors when decoding secret and public keys for signing updater artifacts.
-

+ 0 - 6
.changes/curosr-position-gtk.md

@@ -1,6 +0,0 @@
----
-"tauri": "patch:bug"
-"tauri-runtime-wry": "patch:bug"
----
-
-Fix `App/AppHandle/Window/Webview/WebviewWindow::cursor_position` getter method failing on Linux with `GDK may only be used from the main thread`.

+ 0 - 5
.changes/js-submenu-in-options.md

@@ -1,5 +0,0 @@
----
-"@tauri-apps/api": "patch:bug"
----
-
-Fix submenu created as a menu item instead of a submenu when created by using an object in the `items` field in the options object passed to `Menu.new` or `Submenu.new`.

+ 0 - 6
.changes/migrate-schema.md

@@ -1,6 +0,0 @@
----
-"@tauri-apps/cli": patch:enhance
-"tauri-cli": patch:enhance
----
-
-Migrate the `$schema` Tauri configuration to the v2 format.

+ 0 - 5
.changes/resolve_command_scope.md

@@ -1,5 +0,0 @@
----
-"tauri": patch:feat
----
-
-Added `WebviewWindow::resolve_command_scope` to check a command scope at runtime.

+ 4 - 4
Cargo.lock

@@ -8831,7 +8831,7 @@ checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
 
 [[package]]
 name = "tauri"
-version = "2.0.6"
+version = "2.0.7"
 dependencies = [
  "anyhow",
  "bytes",
@@ -8913,7 +8913,7 @@ dependencies = [
 
 [[package]]
 name = "tauri-bundler"
-version = "2.0.4"
+version = "2.0.5"
 dependencies = [
  "anyhow",
  "ar",
@@ -8957,7 +8957,7 @@ dependencies = [
 
 [[package]]
 name = "tauri-cli"
-version = "2.0.4"
+version = "2.0.5"
 dependencies = [
  "anyhow",
  "ar",
@@ -9225,7 +9225,7 @@ dependencies = [
 
 [[package]]
 name = "tauri-runtime-wry"
-version = "2.1.2"
+version = "2.1.3"
 dependencies = [
  "gtk",
  "http 1.1.0",

+ 6 - 0
crates/tauri-bundler/CHANGELOG.md

@@ -1,5 +1,11 @@
 # Changelog
 
+## \[2.0.5]
+
+### New Features
+
+- [`6dea12a06`](https://www.github.com/tauri-apps/tauri/commit/6dea12a0677a905cb1f14969fe05c53e7cd717c6) ([#11402](https://www.github.com/tauri-apps/tauri/pull/11402) by [@amrbashir](https://www.github.com/tauri-apps/tauri/../../amrbashir)) Add `bundle > linux > deb > recommends` and `bundle > linux > rpm > recommends` fields to declare a strong, but not absolute, dependency for your `.deb` and `.rpm` packages.
+
 ## \[2.0.4]
 
 ### New Features

+ 1 - 1
crates/tauri-bundler/Cargo.toml

@@ -1,6 +1,6 @@
 [package]
 name = "tauri-bundler"
-version = "2.0.4"
+version = "2.0.5"
 authors = [
   "George Burton <burtonageo@gmail.com>",
   "Tauri Programme within The Commons Conservancy",

+ 11 - 0
crates/tauri-cli/CHANGELOG.md

@@ -1,5 +1,16 @@
 # Changelog
 
+## \[2.0.5]
+
+### Enhancements
+
+- [`1f311832a`](https://www.github.com/tauri-apps/tauri/commit/1f311832ab5b2d62a533dfcf9b1d78bddf249ae8) ([#11405](https://www.github.com/tauri-apps/tauri/pull/11405) by [@amrbashir](https://www.github.com/tauri-apps/tauri/../../amrbashir)) Add more context for errors when decoding secret and public keys for signing updater artifacts.
+- [`e0d1307d3`](https://www.github.com/tauri-apps/tauri/commit/e0d1307d3f78987d0059921a5ab01ea4b26e0ef1) ([#11414](https://www.github.com/tauri-apps/tauri/pull/11414) by [@Czxck001](https://www.github.com/tauri-apps/tauri/../../Czxck001)) Migrate the `$schema` Tauri configuration to the v2 format.
+
+### Dependencies
+
+- Upgraded to `tauri-bundler@2.0.5`
+
 ## \[2.0.4]
 
 ### Enhancements

+ 2 - 2
crates/tauri-cli/Cargo.toml

@@ -1,6 +1,6 @@
 [package]
 name = "tauri-cli"
-version = "2.0.4"
+version = "2.0.5"
 authors = ["Tauri Programme within The Commons Conservancy"]
 edition = "2021"
 rust-version = "1.77.2"
@@ -47,7 +47,7 @@ sublime_fuzzy = "0.7"
 clap_complete = "4"
 clap = { version = "4.5", features = ["derive", "env"] }
 anyhow = "1.0"
-tauri-bundler = { version = "2.0.4", default-features = false, path = "../tauri-bundler" }
+tauri-bundler = { version = "2.0.5", default-features = false, path = "../tauri-bundler" }
 colored = "2.1"
 serde = { version = "1.0", features = ["derive"] }
 serde_json = { version = "1.0", features = ["preserve_order"] }

文件差異過大導致無法顯示
+ 1 - 1
crates/tauri-cli/config.schema.json


+ 2 - 2
crates/tauri-cli/metadata-v2.json

@@ -1,9 +1,9 @@
 {
   "cli.js": {
-    "version": "2.0.4",
+    "version": "2.0.5",
     "node": ">= 10.0.0"
   },
-  "tauri": "2.0.6",
+  "tauri": "2.0.7",
   "tauri-build": "2.0.1",
   "tauri-plugin": "2.0.1"
 }

+ 6 - 0
crates/tauri-runtime-wry/CHANGELOG.md

@@ -1,5 +1,11 @@
 # Changelog
 
+## \[2.1.3]
+
+### Bug Fixes
+
+- [`8c6d1e8e6`](https://www.github.com/tauri-apps/tauri/commit/8c6d1e8e6c852667bb223b5f4823948868c26d98) ([#11401](https://www.github.com/tauri-apps/tauri/pull/11401) by [@amrbashir](https://www.github.com/tauri-apps/tauri/../../amrbashir)) Fix `App/AppHandle/Window/Webview/WebviewWindow::cursor_position` getter method failing on Linux with `GDK may only be used from the main thread`.
+
 ## \[2.1.2]
 
 ### Dependencies

+ 1 - 1
crates/tauri-runtime-wry/Cargo.toml

@@ -1,6 +1,6 @@
 [package]
 name = "tauri-runtime-wry"
-version = "2.1.2"
+version = "2.1.3"
 description = "Wry bindings to the Tauri runtime"
 exclude = ["CHANGELOG.md", "/target"]
 readme = "README.md"

文件差異過大導致無法顯示
+ 1 - 1
crates/tauri-schema-generator/schemas/config.schema.json


+ 15 - 0
crates/tauri/CHANGELOG.md

@@ -1,5 +1,20 @@
 # Changelog
 
+## \[2.0.7]
+
+### New Features
+
+- [`8036c78e0`](https://www.github.com/tauri-apps/tauri/commit/8036c78e08715b1bc6b9fcb0c59a570eec98014f) ([#11455](https://www.github.com/tauri-apps/tauri/pull/11455) by [@amrbashir](https://www.github.com/tauri-apps/tauri/../../amrbashir)) Add `PathResolver::home_dir()` method on Android.
+- [`f0da0bde8`](https://www.github.com/tauri-apps/tauri/commit/f0da0bde87a80fdca20c588cefcad86e03b9627c) ([#11439](https://www.github.com/tauri-apps/tauri/pull/11439) by [@lucasfernog](https://www.github.com/tauri-apps/tauri/../../lucasfernog)) Added `WebviewWindow::resolve_command_scope` to check a command scope at runtime.
+
+### Bug Fixes
+
+- [`8c6d1e8e6`](https://www.github.com/tauri-apps/tauri/commit/8c6d1e8e6c852667bb223b5f4823948868c26d98) ([#11401](https://www.github.com/tauri-apps/tauri/pull/11401) by [@amrbashir](https://www.github.com/tauri-apps/tauri/../../amrbashir)) Fix `App/AppHandle/Window/Webview/WebviewWindow::cursor_position` getter method failing on Linux with `GDK may only be used from the main thread`.
+
+### Dependencies
+
+- Upgraded to `tauri-runtime-wry@2.1.3`
+
 ## \[2.0.6]
 
 ### Dependencies

+ 2 - 2
crates/tauri/Cargo.toml

@@ -1,6 +1,6 @@
 [package]
 name = "tauri"
-version = "2.0.6"
+version = "2.0.7"
 description = "Make tiny, secure apps for all desktop platforms with Tauri"
 exclude = ["/test", "/.scripts", "CHANGELOG.md", "/target"]
 readme = "README.md"
@@ -62,7 +62,7 @@ tauri-macros = { version = "2.0.2", path = "../tauri-macros" }
 tauri-utils = { version = "2.0.2", features = [
   "resources",
 ], path = "../tauri-utils" }
-tauri-runtime-wry = { version = "2.1.2", path = "../tauri-runtime-wry", optional = true }
+tauri-runtime-wry = { version = "2.1.3", path = "../tauri-runtime-wry", optional = true }
 getrandom = "0.2"
 serde_repr = "0.1"
 http = "1.1"

+ 6 - 0
packages/api/CHANGELOG.md

@@ -1,5 +1,11 @@
 # Changelog
 
+## \[2.0.4]
+
+### Bug Fixes
+
+- [`54cbf59b5`](https://www.github.com/tauri-apps/tauri/commit/54cbf59b5a572570a47237a3b5e6505f2a9e5d5d) ([#11441](https://www.github.com/tauri-apps/tauri/pull/11441) by [@amrbashir](https://www.github.com/tauri-apps/tauri/../../amrbashir)) Fix submenu created as a menu item instead of a submenu when created by using an object in the `items` field in the options object passed to `Menu.new` or `Submenu.new`.
+
 ## \[2.0.3]
 
 ### Bug Fixes

+ 1 - 1
packages/api/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@tauri-apps/api",
-  "version": "2.0.3",
+  "version": "2.0.4",
   "description": "Tauri API definitions",
   "funding": {
     "type": "opencollective",

+ 11 - 0
packages/cli/CHANGELOG.md

@@ -1,5 +1,16 @@
 # Changelog
 
+## \[2.0.5]
+
+### Enhancements
+
+- [`1f311832a`](https://www.github.com/tauri-apps/tauri/commit/1f311832ab5b2d62a533dfcf9b1d78bddf249ae8) ([#11405](https://www.github.com/tauri-apps/tauri/pull/11405) by [@amrbashir](https://www.github.com/tauri-apps/tauri/../../amrbashir)) Add more context for errors when decoding secret and public keys for signing updater artifacts.
+- [`e0d1307d3`](https://www.github.com/tauri-apps/tauri/commit/e0d1307d3f78987d0059921a5ab01ea4b26e0ef1) ([#11414](https://www.github.com/tauri-apps/tauri/pull/11414) by [@Czxck001](https://www.github.com/tauri-apps/tauri/../../Czxck001)) Migrate the `$schema` Tauri configuration to the v2 format.
+
+### Dependencies
+
+- Upgraded to `tauri-cli@2.0.5`
+
 ## \[2.0.4]
 
 ### Enhancements

+ 1 - 1
packages/cli/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@tauri-apps/cli",
-  "version": "2.0.4",
+  "version": "2.0.5",
   "description": "Command line interface for building Tauri apps",
   "funding": {
     "type": "opencollective",

部分文件因文件數量過多而無法顯示