Browse Source

apply version updates (#11361)

Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
github-actions[bot] 9 months ago
parent
commit
df83e5c7fc

+ 0 - 5
.changes/android-unescaped.md

@@ -1,5 +0,0 @@
----
-"tauri": "patch:bug"
----
-
-Fix `TAURI_ANDROID_PACKAGE_UNESCAPED not set` panic during compilation for Android when using an older tauri cli.

+ 0 - 5
.changes/channel-interceptor.md

@@ -1,5 +0,0 @@
----
-"tauri": patch:enhance
----
-
-Added `Builder::channel_interceptor` to intercept messages to be sent to the frontend, complemeting the `Builder::invoke_system` interface.

+ 0 - 5
.changes/hpopupmenu.md

@@ -1,5 +0,0 @@
----
-"tauri": "patch:feat"
----
-
-On Windows, Add `ContextMenu::hpopupmenu` method to get the [`HMENU`](https://learn.microsoft.com/en-us/windows/win32/winprog/windows-data-types#HMENU) used for popups and tray icon menu.

+ 0 - 5
.changes/wry-fix-crash-macos-below-14.md

@@ -1,5 +0,0 @@
----
-"tauri-runtime-wry": patch:bug
----
-
-Update wry to 0.46.1 to fix a crash on macOS older than Sequoia.

+ 2 - 2
Cargo.lock

@@ -8784,7 +8784,7 @@ checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
 
 [[package]]
 name = "tauri"
-version = "2.0.3"
+version = "2.0.4"
 dependencies = [
  "anyhow",
  "bytes",
@@ -9178,7 +9178,7 @@ dependencies = [
 
 [[package]]
 name = "tauri-runtime-wry"
-version = "2.1.0"
+version = "2.1.1"
 dependencies = [
  "gtk",
  "http 1.1.0",

File diff suppressed because it is too large
+ 1 - 1
crates/tauri-cli/config.schema.json


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

@@ -3,7 +3,7 @@
     "version": "2.0.3",
     "node": ">= 10.0.0"
   },
-  "tauri": "2.0.3",
+  "tauri": "2.0.4",
   "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.1]
+
+### Bug Fixes
+
+- [`ef2482dde`](https://www.github.com/tauri-apps/tauri/commit/ef2482ddecf533181211ee435931fac650495bc5) ([#11366](https://www.github.com/tauri-apps/tauri/pull/11366)) Update wry to 0.46.1 to fix a crash on macOS older than Sequoia.
+
 ## \[2.1.0]
 
 ### Bug Fixes

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

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

File diff suppressed because it is too large
+ 1 - 1
crates/tauri-schema-generator/schemas/config.schema.json


+ 19 - 0
crates/tauri/CHANGELOG.md

@@ -1,5 +1,24 @@
 # Changelog
 
+## \[2.0.4]
+
+### New Features
+
+- [`bcf279278`](https://www.github.com/tauri-apps/tauri/commit/bcf279278dd36e05836be9568c432a679143258c) ([#11354](https://www.github.com/tauri-apps/tauri/pull/11354)) On Windows, Add `ContextMenu::hpopupmenu` method to get the [`HMENU`](https://learn.microsoft.com/en-us/windows/win32/winprog/windows-data-types#HMENU) used for popups and tray icon menu.
+
+### Enhancements
+
+- [`e3b09be7f`](https://www.github.com/tauri-apps/tauri/commit/e3b09be7f0b7d47407cf51d6c2aafed741a96efe) ([#11362](https://www.github.com/tauri-apps/tauri/pull/11362)) Added `Builder::channel_interceptor` to intercept messages to be sent to the frontend, complemeting the `Builder::invoke_system` interface.
+- [`3cb73d08c`](https://www.github.com/tauri-apps/tauri/commit/3cb73d08c6d9b1e9f8a60c6ef6c492415cb41029) ([#11355](https://www.github.com/tauri-apps/tauri/pull/11355)) Mark the event commands as async so they do not block the main thread.
+
+### Bug Fixes
+
+- [`f3f521f03`](https://www.github.com/tauri-apps/tauri/commit/f3f521f038fa94ad583392092efe5bf1098fc94a) ([#11348](https://www.github.com/tauri-apps/tauri/pull/11348)) Fix `TAURI_ANDROID_PACKAGE_UNESCAPED not set` panic during compilation for Android when using an older tauri cli.
+
+### Dependencies
+
+- Upgraded to `tauri-runtime-wry@2.1.1`
+
 ## \[2.0.3]
 
 ### New Features

+ 2 - 2
crates/tauri/Cargo.toml

@@ -1,6 +1,6 @@
 [package]
 name = "tauri"
-version = "2.0.3"
+version = "2.0.4"
 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.1", path = "../tauri-macros" }
 tauri-utils = { version = "2.0.1", features = [
   "resources",
 ], path = "../tauri-utils" }
-tauri-runtime-wry = { version = "2.1.0", path = "../tauri-runtime-wry", optional = true }
+tauri-runtime-wry = { version = "2.1.1", path = "../tauri-runtime-wry", optional = true }
 getrandom = "0.2"
 serde_repr = "0.1"
 http = "1.1"

Some files were not shown because too many files changed in this diff