Преглед изворни кода

Apply Version Updates From Current Changes (#11255)

* apply version updates

* tauri 2.0.3 (patch bump)

---------

Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.app>
github-actions[bot] пре 9 месеци
родитељ
комит
1bfe2485bb

+ 0 - 7
.changes/android-proguard.md

@@ -1,7 +0,0 @@
----
-"tauri": "patch:bug"
-"tauri-cli": "patch:bug"
-"@tauri-apps/cli": "patch:bug"
----
-
-Fix android invalid proguard file when using an `identifier` that contains a component that is a reserved kotlin keyword, like `in`, `class`, etc

+ 0 - 5
.changes/asset-protocol-head-empty-body.md

@@ -1,5 +0,0 @@
----
-"tauri": patch:bug
----
-
-Respond with empty body for `HEAD` requests to `asset` protocol

+ 0 - 5
.changes/builder-on-menu-event.md

@@ -1,5 +0,0 @@
----
-"tauri": "patch:feat"
----
-
-Add `tauri::Builder::on_menu_event`.

+ 0 - 7
.changes/bundler-nsis-italian.md

@@ -1,7 +0,0 @@
----
-"tauri-bundler": patch:feat
-"@tauri-apps/cli": patch:feat
-"tauri-cli": patch:feat
----
-
-Add `Italian` to supported NSIS installer languages

+ 0 - 7
.changes/cli-crash-icon-glob.md

@@ -1,7 +0,0 @@
----
-"tauri-cli": "patch:bug"
-"@tauri-apps/cli": "patch:bug"
-"tauri-bundler": "patch:bug"
----
-
-Fix CLI crashing and failing to find a `.ico` file when `bundle > icon` option is using globs and doesn't have a string that ends with `.ico`.

+ 0 - 6
.changes/deno.md

@@ -1,6 +0,0 @@
----
-"tauri-cli": "patch:feat"
-"@tauri-apps/cli": "patch:feat"
----
-
-Add Deno support in tauri-cli operations.

+ 0 - 5
.changes/enhance-dmg-bundle.md

@@ -1,5 +0,0 @@
----
-"tauri-bundler": patch:enhance
----
-
-Pull upstream changes for the DMG creation script.

+ 0 - 5
.changes/expose-invoke.md

@@ -1,5 +0,0 @@
----
-"tauri": patch:bug
----
-
-Export the `ipc::Invoke` struct.

+ 0 - 7
.changes/incorrect-label-linux-command.md

@@ -1,7 +0,0 @@
----
-"tauri": "patch:bug"
-"tauri-runtime": "minor:bug"
-"tauri-runtime-wry": "minor:bug"
----
-
-On Linux, fix commands, that use `Webview` or `WebviewWindow` as an argument, receiving an incorrect webview when using multi webviews.

+ 0 - 7
.changes/incorrect-label-linux-event.md

@@ -1,7 +0,0 @@
----
-"tauri": "minor:bug"
-"tauri-runtime": "minor:bug"
-"tauri-runtime-wry": "minor:bug"
----
-
-On Linux, fix events only emitted to first webview only when using multi webviews.

+ 0 - 7
.changes/incorrect-label-linux-protocol.md

@@ -1,7 +0,0 @@
----
-"tauri": "minor:bug"
-"tauri-runtime": "minor:bug"
-"tauri-runtime-wry": "minor:bug"
----
-
-On Linux, fix custom protocols receiving an incorrect webview label when using multi webviews

+ 5 - 5
Cargo.lock

@@ -8784,7 +8784,7 @@ checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
 
 [[package]]
 name = "tauri"
-version = "2.0.2"
+version = "2.0.3"
 dependencies = [
  "anyhow",
  "bytes",
@@ -8866,7 +8866,7 @@ dependencies = [
 
 [[package]]
 name = "tauri-bundler"
-version = "2.0.2"
+version = "2.0.3"
 dependencies = [
  "anyhow",
  "ar",
@@ -8910,7 +8910,7 @@ dependencies = [
 
 [[package]]
 name = "tauri-cli"
-version = "2.0.2"
+version = "2.0.3"
 dependencies = [
  "anyhow",
  "ar",
@@ -9161,7 +9161,7 @@ dependencies = [
 
 [[package]]
 name = "tauri-runtime"
-version = "2.0.1"
+version = "2.1.0"
 dependencies = [
  "dpi",
  "gtk",
@@ -9178,7 +9178,7 @@ dependencies = [
 
 [[package]]
 name = "tauri-runtime-wry"
-version = "2.0.1"
+version = "2.1.0"
 dependencies = [
  "gtk",
  "http 1.1.0",

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

@@ -1,5 +1,19 @@
 # Changelog
 
+## \[2.0.3]
+
+### New Features
+
+- [`eda5713ea`](https://www.github.com/tauri-apps/tauri/commit/eda5713eab78d28182071ea25ceca5f1994f37ea) ([#11242](https://www.github.com/tauri-apps/tauri/pull/11242) by [@alex-sandri](https://www.github.com/tauri-apps/tauri/../../alex-sandri)) Add `Italian` to supported NSIS installer languages
+
+### Enhancements
+
+- [`504bb8ec8`](https://www.github.com/tauri-apps/tauri/commit/504bb8ec8cb294c5067357e18328580dd2b950c9) ([#11287](https://www.github.com/tauri-apps/tauri/pull/11287) by [@lucasfernog](https://www.github.com/tauri-apps/tauri/../../lucasfernog)) Pull upstream changes for the DMG creation script.
+
+### Bug Fixes
+
+- [`069c05e44`](https://www.github.com/tauri-apps/tauri/commit/069c05e44fd6f30083fdc00dd6c0001278898592) ([#11315](https://www.github.com/tauri-apps/tauri/pull/11315) by [@amrbashir](https://www.github.com/tauri-apps/tauri/../../amrbashir)) Fix CLI crashing and failing to find a `.ico` file when `bundle > icon` option is using globs and doesn't have a string that ends with `.ico`.
+
 ## \[2.0.2]
 
 ### Bug Fixes

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

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

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

@@ -1,5 +1,21 @@
 # Changelog
 
+## \[2.0.3]
+
+### New Features
+
+- [`eda5713ea`](https://www.github.com/tauri-apps/tauri/commit/eda5713eab78d28182071ea25ceca5f1994f37ea) ([#11242](https://www.github.com/tauri-apps/tauri/pull/11242) by [@alex-sandri](https://www.github.com/tauri-apps/tauri/../../alex-sandri)) Add `Italian` to supported NSIS installer languages
+- [`b3563e3d6`](https://www.github.com/tauri-apps/tauri/commit/b3563e3d6ae8dc90ee68f25f575cd5538ab1915b) ([#11304](https://www.github.com/tauri-apps/tauri/pull/11304) by [@amrbashir](https://www.github.com/tauri-apps/tauri/../../amrbashir)) Add Deno support in tauri-cli operations.
+
+### Bug Fixes
+
+- [`d609bef9f`](https://www.github.com/tauri-apps/tauri/commit/d609bef9fd7cd6eeb2bd701558100bd9cfb6e6f6) ([#11314](https://www.github.com/tauri-apps/tauri/pull/11314) by [@amrbashir](https://www.github.com/tauri-apps/tauri/../../amrbashir)) Fix android invalid proguard file when using an `identifier` that contains a component that is a reserved kotlin keyword, like `in`, `class`, etc
+- [`069c05e44`](https://www.github.com/tauri-apps/tauri/commit/069c05e44fd6f30083fdc00dd6c0001278898592) ([#11315](https://www.github.com/tauri-apps/tauri/pull/11315) by [@amrbashir](https://www.github.com/tauri-apps/tauri/../../amrbashir)) Fix CLI crashing and failing to find a `.ico` file when `bundle > icon` option is using globs and doesn't have a string that ends with `.ico`.
+
+### Dependencies
+
+- Upgraded to `tauri-bundler@2.0.3`
+
 ## \[2.0.2]
 
 ### What's Changed

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

@@ -1,6 +1,6 @@
 [package]
 name = "tauri-cli"
-version = "2.0.2"
+version = "2.0.3"
 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.2", default-features = false, path = "../tauri-bundler" }
+tauri-bundler = { version = "2.0.3", 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.2",
+    "version": "2.0.3",
     "node": ">= 10.0.0"
   },
-  "tauri": "2.0.2",
+  "tauri": "2.0.3",
   "tauri-build": "2.0.1",
   "tauri-plugin": "2.0.1"
 }

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

@@ -1,5 +1,17 @@
 # Changelog
 
+## \[2.1.0]
+
+### Bug Fixes
+
+- [`2d087ee4b`](https://www.github.com/tauri-apps/tauri/commit/2d087ee4b7d3e8849933f81284e4f5ed1aaa6455) ([#11268](https://www.github.com/tauri-apps/tauri/pull/11268) by [@amrbashir](https://www.github.com/tauri-apps/tauri/../../amrbashir)) On Linux, fix commands, that use `Webview` or `WebviewWindow` as an argument, receiving an incorrect webview when using multi webviews.
+- [`2d087ee4b`](https://www.github.com/tauri-apps/tauri/commit/2d087ee4b7d3e8849933f81284e4f5ed1aaa6455) ([#11268](https://www.github.com/tauri-apps/tauri/pull/11268) by [@amrbashir](https://www.github.com/tauri-apps/tauri/../../amrbashir)) On Linux, fix events only emitted to first webview only when using multi webviews.
+- [`2d087ee4b`](https://www.github.com/tauri-apps/tauri/commit/2d087ee4b7d3e8849933f81284e4f5ed1aaa6455) ([#11268](https://www.github.com/tauri-apps/tauri/pull/11268) by [@amrbashir](https://www.github.com/tauri-apps/tauri/../../amrbashir)) On Linux, fix custom protocols receiving an incorrect webview label when using multi webviews
+
+### Dependencies
+
+- Upgraded to `tauri-runtime@2.1.0`
+
 ## \[2.0.1]
 
 ### What's Changed

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

@@ -1,6 +1,6 @@
 [package]
 name = "tauri-runtime-wry"
-version = "2.0.1"
+version = "2.1.0"
 description = "Wry bindings to the Tauri runtime"
 exclude = ["CHANGELOG.md", "/target"]
 readme = "README.md"
@@ -24,7 +24,7 @@ wry = { version = "0.46", default-features = false, features = [
   "linux-body",
 ] }
 tao = { version = "0.30.2", default-features = false, features = ["rwh_06"] }
-tauri-runtime = { version = "2.0.1", path = "../tauri-runtime" }
+tauri-runtime = { version = "2.1.0", path = "../tauri-runtime" }
 tauri-utils = { version = "2.0.1", path = "../tauri-utils" }
 raw-window-handle = "0.6"
 http = "1.1"

+ 8 - 0
crates/tauri-runtime/CHANGELOG.md

@@ -1,5 +1,13 @@
 # Changelog
 
+## \[2.1.0]
+
+### Bug Fixes
+
+- [`2d087ee4b`](https://www.github.com/tauri-apps/tauri/commit/2d087ee4b7d3e8849933f81284e4f5ed1aaa6455) ([#11268](https://www.github.com/tauri-apps/tauri/pull/11268) by [@amrbashir](https://www.github.com/tauri-apps/tauri/../../amrbashir)) On Linux, fix commands, that use `Webview` or `WebviewWindow` as an argument, receiving an incorrect webview when using multi webviews.
+- [`2d087ee4b`](https://www.github.com/tauri-apps/tauri/commit/2d087ee4b7d3e8849933f81284e4f5ed1aaa6455) ([#11268](https://www.github.com/tauri-apps/tauri/pull/11268) by [@amrbashir](https://www.github.com/tauri-apps/tauri/../../amrbashir)) On Linux, fix events only emitted to first webview only when using multi webviews.
+- [`2d087ee4b`](https://www.github.com/tauri-apps/tauri/commit/2d087ee4b7d3e8849933f81284e4f5ed1aaa6455) ([#11268](https://www.github.com/tauri-apps/tauri/pull/11268) by [@amrbashir](https://www.github.com/tauri-apps/tauri/../../amrbashir)) On Linux, fix custom protocols receiving an incorrect webview label when using multi webviews
+
 ## \[2.0.1]
 
 ### What's Changed

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

@@ -1,6 +1,6 @@
 [package]
 name = "tauri-runtime"
-version = "2.0.1"
+version = "2.1.0"
 description = "Runtime for Tauri applications"
 exclude = ["CHANGELOG.md", "/target"]
 readme = "README.md"

Разлика између датотеке није приказан због своје велике величине
+ 1 - 1
crates/tauri-schema-generator/schemas/config.schema.json


+ 20 - 0
crates/tauri/CHANGELOG.md

@@ -1,5 +1,25 @@
 # Changelog
 
+## \[2.0.3]
+
+### New Features
+
+- [`1d3f51e10`](https://www.github.com/tauri-apps/tauri/commit/1d3f51e100b0efc0e4ce164796460e9acdc458da) ([#11228](https://www.github.com/tauri-apps/tauri/pull/11228) by [@amrbashir](https://www.github.com/tauri-apps/tauri/../../amrbashir)) Add `tauri::Builder::on_menu_event`.
+
+### Bug Fixes
+
+- [`d609bef9f`](https://www.github.com/tauri-apps/tauri/commit/d609bef9fd7cd6eeb2bd701558100bd9cfb6e6f6) ([#11314](https://www.github.com/tauri-apps/tauri/pull/11314) by [@amrbashir](https://www.github.com/tauri-apps/tauri/../../amrbashir)) Fix android invalid proguard file when using an `identifier` that contains a component that is a reserved kotlin keyword, like `in`, `class`, etc
+- [`04fd3a7db`](https://www.github.com/tauri-apps/tauri/commit/04fd3a7db556a5d83989c9de2a03095061996c9d) ([#11264](https://www.github.com/tauri-apps/tauri/pull/11264) by [@chrox](https://www.github.com/tauri-apps/tauri/../../chrox)) Respond with empty body for `HEAD` requests to `asset` protocol
+- [`4731f0cf3`](https://www.github.com/tauri-apps/tauri/commit/4731f0cf31fc99876f17a9b0e8170c1ef759443b) ([#11290](https://www.github.com/tauri-apps/tauri/pull/11290) by [@lucasfernog](https://www.github.com/tauri-apps/tauri/../../lucasfernog)) Export the `ipc::Invoke` struct.
+- [`2d087ee4b`](https://www.github.com/tauri-apps/tauri/commit/2d087ee4b7d3e8849933f81284e4f5ed1aaa6455) ([#11268](https://www.github.com/tauri-apps/tauri/pull/11268) by [@amrbashir](https://www.github.com/tauri-apps/tauri/../../amrbashir)) On Linux, fix commands, that use `Webview` or `WebviewWindow` as an argument, receiving an incorrect webview when using multi webviews.
+- [`2d087ee4b`](https://www.github.com/tauri-apps/tauri/commit/2d087ee4b7d3e8849933f81284e4f5ed1aaa6455) ([#11268](https://www.github.com/tauri-apps/tauri/pull/11268) by [@amrbashir](https://www.github.com/tauri-apps/tauri/../../amrbashir)) On Linux, fix events only emitted to first webview only when using multi webviews.
+- [`2d087ee4b`](https://www.github.com/tauri-apps/tauri/commit/2d087ee4b7d3e8849933f81284e4f5ed1aaa6455) ([#11268](https://www.github.com/tauri-apps/tauri/pull/11268) by [@amrbashir](https://www.github.com/tauri-apps/tauri/../../amrbashir)) On Linux, fix custom protocols receiving an incorrect webview label when using multi webviews
+
+### Dependencies
+
+- Upgraded to `tauri-runtime@2.1.0`
+- Upgraded to `tauri-runtime-wry@2.1.0`
+
 ## \[2.0.2]
 
 ### Enhancements

+ 3 - 3
crates/tauri/Cargo.toml

@@ -1,6 +1,6 @@
 [package]
 name = "tauri"
-version = "2.0.2"
+version = "2.0.3"
 description = "Make tiny, secure apps for all desktop platforms with Tauri"
 exclude = ["/test", "/.scripts", "CHANGELOG.md", "/target"]
 readme = "README.md"
@@ -57,12 +57,12 @@ uuid = { version = "1", features = ["v4"], optional = true }
 url = "2"
 anyhow = "1.0"
 thiserror = "1.0"
-tauri-runtime = { version = "2.0.1", path = "../tauri-runtime" }
+tauri-runtime = { version = "2.1.0", path = "../tauri-runtime" }
 tauri-macros = { version = "2.0.1", path = "../tauri-macros" }
 tauri-utils = { version = "2.0.1", features = [
   "resources",
 ], path = "../tauri-utils" }
-tauri-runtime-wry = { version = "2.0.1", path = "../tauri-runtime-wry", optional = true }
+tauri-runtime-wry = { version = "2.1.0", path = "../tauri-runtime-wry", optional = true }
 getrandom = "0.2"
 serde_repr = "0.1"
 http = "1.1"

+ 16 - 0
packages/cli/CHANGELOG.md

@@ -1,5 +1,21 @@
 # Changelog
 
+## \[2.0.3]
+
+### New Features
+
+- [`eda5713ea`](https://www.github.com/tauri-apps/tauri/commit/eda5713eab78d28182071ea25ceca5f1994f37ea) ([#11242](https://www.github.com/tauri-apps/tauri/pull/11242) by [@alex-sandri](https://www.github.com/tauri-apps/tauri/../../alex-sandri)) Add `Italian` to supported NSIS installer languages
+- [`b3563e3d6`](https://www.github.com/tauri-apps/tauri/commit/b3563e3d6ae8dc90ee68f25f575cd5538ab1915b) ([#11304](https://www.github.com/tauri-apps/tauri/pull/11304) by [@amrbashir](https://www.github.com/tauri-apps/tauri/../../amrbashir)) Add Deno support in tauri-cli operations.
+
+### Bug Fixes
+
+- [`d609bef9f`](https://www.github.com/tauri-apps/tauri/commit/d609bef9fd7cd6eeb2bd701558100bd9cfb6e6f6) ([#11314](https://www.github.com/tauri-apps/tauri/pull/11314) by [@amrbashir](https://www.github.com/tauri-apps/tauri/../../amrbashir)) Fix android invalid proguard file when using an `identifier` that contains a component that is a reserved kotlin keyword, like `in`, `class`, etc
+- [`069c05e44`](https://www.github.com/tauri-apps/tauri/commit/069c05e44fd6f30083fdc00dd6c0001278898592) ([#11315](https://www.github.com/tauri-apps/tauri/pull/11315) by [@amrbashir](https://www.github.com/tauri-apps/tauri/../../amrbashir)) Fix CLI crashing and failing to find a `.ico` file when `bundle > icon` option is using globs and doesn't have a string that ends with `.ico`.
+
+### Dependencies
+
+- Upgraded to `tauri-cli@2.0.3`
+
 ## \[2.0.2]
 
 ### What's Changed

+ 1 - 1
packages/cli/package.json

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

Неке датотеке нису приказане због велике количине промена