From 1bfe2485bb2fb33a99eee27d8996daaa78a2bc83 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 12 Oct 2024 12:28:16 -0300 Subject: [PATCH] Apply Version Updates From Current Changes (#11255) * apply version updates * tauri 2.0.3 (patch bump) --------- Co-authored-by: lucasfernog Co-authored-by: Lucas Nogueira --- .changes/android-proguard.md | 7 ------- .changes/asset-protocol-head-empty-body.md | 5 ----- .changes/builder-on-menu-event.md | 5 ----- .changes/bundler-nsis-italian.md | 7 ------- .changes/cli-crash-icon-glob.md | 7 ------- .changes/deno.md | 6 ------ .changes/enhance-dmg-bundle.md | 5 ----- .changes/expose-invoke.md | 5 ----- .changes/incorrect-label-linux-command.md | 7 ------- .changes/incorrect-label-linux-event.md | 7 ------- .changes/incorrect-label-linux-protocol.md | 7 ------- Cargo.lock | 10 +++++----- crates/tauri-bundler/CHANGELOG.md | 14 +++++++++++++ crates/tauri-bundler/Cargo.toml | 2 +- crates/tauri-cli/CHANGELOG.md | 16 +++++++++++++++ crates/tauri-cli/Cargo.toml | 4 ++-- crates/tauri-cli/config.schema.json | 2 +- crates/tauri-cli/metadata-v2.json | 4 ++-- crates/tauri-runtime-wry/CHANGELOG.md | 12 +++++++++++ crates/tauri-runtime-wry/Cargo.toml | 4 ++-- crates/tauri-runtime/CHANGELOG.md | 8 ++++++++ crates/tauri-runtime/Cargo.toml | 2 +- .../schemas/config.schema.json | 2 +- crates/tauri/CHANGELOG.md | 20 +++++++++++++++++++ crates/tauri/Cargo.toml | 6 +++--- packages/cli/CHANGELOG.md | 16 +++++++++++++++ packages/cli/package.json | 2 +- 27 files changed, 105 insertions(+), 87 deletions(-) delete mode 100644 .changes/android-proguard.md delete mode 100644 .changes/asset-protocol-head-empty-body.md delete mode 100644 .changes/builder-on-menu-event.md delete mode 100644 .changes/bundler-nsis-italian.md delete mode 100644 .changes/cli-crash-icon-glob.md delete mode 100644 .changes/deno.md delete mode 100644 .changes/enhance-dmg-bundle.md delete mode 100644 .changes/expose-invoke.md delete mode 100644 .changes/incorrect-label-linux-command.md delete mode 100644 .changes/incorrect-label-linux-event.md delete mode 100644 .changes/incorrect-label-linux-protocol.md diff --git a/.changes/android-proguard.md b/.changes/android-proguard.md deleted file mode 100644 index d9914873e766..000000000000 --- a/.changes/android-proguard.md +++ /dev/null @@ -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 diff --git a/.changes/asset-protocol-head-empty-body.md b/.changes/asset-protocol-head-empty-body.md deleted file mode 100644 index 2631c02098a9..000000000000 --- a/.changes/asset-protocol-head-empty-body.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tauri": patch:bug ---- - -Respond with empty body for `HEAD` requests to `asset` protocol diff --git a/.changes/builder-on-menu-event.md b/.changes/builder-on-menu-event.md deleted file mode 100644 index 313cc91adb4a..000000000000 --- a/.changes/builder-on-menu-event.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tauri": "patch:feat" ---- - -Add `tauri::Builder::on_menu_event`. diff --git a/.changes/bundler-nsis-italian.md b/.changes/bundler-nsis-italian.md deleted file mode 100644 index ce86667bac0b..000000000000 --- a/.changes/bundler-nsis-italian.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"tauri-bundler": patch:feat -"@tauri-apps/cli": patch:feat -"tauri-cli": patch:feat ---- - -Add `Italian` to supported NSIS installer languages diff --git a/.changes/cli-crash-icon-glob.md b/.changes/cli-crash-icon-glob.md deleted file mode 100644 index b0778a58f8e6..000000000000 --- a/.changes/cli-crash-icon-glob.md +++ /dev/null @@ -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`. diff --git a/.changes/deno.md b/.changes/deno.md deleted file mode 100644 index 8b16b671ed6f..000000000000 --- a/.changes/deno.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"tauri-cli": "patch:feat" -"@tauri-apps/cli": "patch:feat" ---- - -Add Deno support in tauri-cli operations. diff --git a/.changes/enhance-dmg-bundle.md b/.changes/enhance-dmg-bundle.md deleted file mode 100644 index 54433da1bf91..000000000000 --- a/.changes/enhance-dmg-bundle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tauri-bundler": patch:enhance ---- - -Pull upstream changes for the DMG creation script. diff --git a/.changes/expose-invoke.md b/.changes/expose-invoke.md deleted file mode 100644 index b5b7adf90710..000000000000 --- a/.changes/expose-invoke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tauri": patch:bug ---- - -Export the `ipc::Invoke` struct. diff --git a/.changes/incorrect-label-linux-command.md b/.changes/incorrect-label-linux-command.md deleted file mode 100644 index f83b05a61b11..000000000000 --- a/.changes/incorrect-label-linux-command.md +++ /dev/null @@ -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. diff --git a/.changes/incorrect-label-linux-event.md b/.changes/incorrect-label-linux-event.md deleted file mode 100644 index f4338739bf87..000000000000 --- a/.changes/incorrect-label-linux-event.md +++ /dev/null @@ -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. diff --git a/.changes/incorrect-label-linux-protocol.md b/.changes/incorrect-label-linux-protocol.md deleted file mode 100644 index 521ede310f56..000000000000 --- a/.changes/incorrect-label-linux-protocol.md +++ /dev/null @@ -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 diff --git a/Cargo.lock b/Cargo.lock index 3d3a167bbde0..3efffa1753ca 100644 --- a/Cargo.lock +++ b/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", diff --git a/crates/tauri-bundler/CHANGELOG.md b/crates/tauri-bundler/CHANGELOG.md index 74947ef51e29..77d3a8853e1f 100644 --- a/crates/tauri-bundler/CHANGELOG.md +++ b/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 diff --git a/crates/tauri-bundler/Cargo.toml b/crates/tauri-bundler/Cargo.toml index 470c2ea2730c..485795a2fd6e 100644 --- a/crates/tauri-bundler/Cargo.toml +++ b/crates/tauri-bundler/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tauri-bundler" -version = "2.0.2" +version = "2.0.3" authors = [ "George Burton ", "Tauri Programme within The Commons Conservancy", diff --git a/crates/tauri-cli/CHANGELOG.md b/crates/tauri-cli/CHANGELOG.md index 7bd5825fffb5..71fc5eaf9bf9 100644 --- a/crates/tauri-cli/CHANGELOG.md +++ b/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 diff --git a/crates/tauri-cli/Cargo.toml b/crates/tauri-cli/Cargo.toml index d981a8fd15c3..820a5092aef7 100644 --- a/crates/tauri-cli/Cargo.toml +++ b/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"] } diff --git a/crates/tauri-cli/config.schema.json b/crates/tauri-cli/config.schema.json index d5d3d429a790..d889051c26a0 100644 --- a/crates/tauri-cli/config.schema.json +++ b/crates/tauri-cli/config.schema.json @@ -1,6 +1,6 @@ { "$schema": "http://json-schema.org/draft-07/schema#", - "$id": "https://schema.tauri.app/config/2.0.2", + "$id": "https://schema.tauri.app/config/2.0.3", "title": "Config", "description": "The Tauri configuration object.\n It is read from a file where you can define your frontend assets,\n configure the bundler and define a tray icon.\n\n The configuration file is generated by the\n [`tauri init`](https://v2.tauri.app/reference/cli/#init) command that lives in\n your Tauri application source directory (src-tauri).\n\n Once generated, you may modify it at will to customize your Tauri application.\n\n ## File Formats\n\n By default, the configuration is defined as a JSON file named `tauri.conf.json`.\n\n Tauri also supports JSON5 and TOML files via the `config-json5` and `config-toml` Cargo features, respectively.\n The JSON5 file name must be either `tauri.conf.json` or `tauri.conf.json5`.\n The TOML file name is `Tauri.toml`.\n\n ## Platform-Specific Configuration\n\n In addition to the default configuration file, Tauri can\n read a platform-specific configuration from `tauri.linux.conf.json`,\n `tauri.windows.conf.json`, `tauri.macos.conf.json`, `tauri.android.conf.json` and `tauri.ios.conf.json`\n (or `Tauri.linux.toml`, `Tauri.windows.toml`, `Tauri.macos.toml`, `Tauri.android.toml` and `Tauri.ios.toml` if the `Tauri.toml` format is used),\n which gets merged with the main configuration object.\n\n ## Configuration Structure\n\n The configuration is composed of the following objects:\n\n - [`app`](#appconfig): The Tauri configuration\n - [`build`](#buildconfig): The build configuration\n - [`bundle`](#bundleconfig): The bundle configurations\n - [`plugins`](#pluginconfig): The plugins configuration\n\n Example tauri.config.json file:\n\n ```json\n {\n \"productName\": \"tauri-app\",\n \"version\": \"0.1.0\",\n \"build\": {\n \"beforeBuildCommand\": \"\",\n \"beforeDevCommand\": \"\",\n \"devUrl\": \"../dist\",\n \"frontendDist\": \"../dist\"\n },\n \"app\": {\n \"security\": {\n \"csp\": null\n },\n \"windows\": [\n {\n \"fullscreen\": false,\n \"height\": 600,\n \"resizable\": true,\n \"title\": \"Tauri App\",\n \"width\": 800\n }\n ]\n },\n \"bundle\": {},\n \"plugins\": {}\n }\n ```", "type": "object", diff --git a/crates/tauri-cli/metadata-v2.json b/crates/tauri-cli/metadata-v2.json index 5af38d43914e..77e3fc78ae26 100644 --- a/crates/tauri-cli/metadata-v2.json +++ b/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" } diff --git a/crates/tauri-runtime-wry/CHANGELOG.md b/crates/tauri-runtime-wry/CHANGELOG.md index 8991f75ca3c5..22d406394a86 100644 --- a/crates/tauri-runtime-wry/CHANGELOG.md +++ b/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 diff --git a/crates/tauri-runtime-wry/Cargo.toml b/crates/tauri-runtime-wry/Cargo.toml index 959f5ea851c3..3496dd948a16 100644 --- a/crates/tauri-runtime-wry/Cargo.toml +++ b/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" diff --git a/crates/tauri-runtime/CHANGELOG.md b/crates/tauri-runtime/CHANGELOG.md index da78fb63290f..a1575926f9b1 100644 --- a/crates/tauri-runtime/CHANGELOG.md +++ b/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 diff --git a/crates/tauri-runtime/Cargo.toml b/crates/tauri-runtime/Cargo.toml index 5ca2abe41b6d..0971ddef9638 100644 --- a/crates/tauri-runtime/Cargo.toml +++ b/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" diff --git a/crates/tauri-schema-generator/schemas/config.schema.json b/crates/tauri-schema-generator/schemas/config.schema.json index d5d3d429a790..d889051c26a0 100644 --- a/crates/tauri-schema-generator/schemas/config.schema.json +++ b/crates/tauri-schema-generator/schemas/config.schema.json @@ -1,6 +1,6 @@ { "$schema": "http://json-schema.org/draft-07/schema#", - "$id": "https://schema.tauri.app/config/2.0.2", + "$id": "https://schema.tauri.app/config/2.0.3", "title": "Config", "description": "The Tauri configuration object.\n It is read from a file where you can define your frontend assets,\n configure the bundler and define a tray icon.\n\n The configuration file is generated by the\n [`tauri init`](https://v2.tauri.app/reference/cli/#init) command that lives in\n your Tauri application source directory (src-tauri).\n\n Once generated, you may modify it at will to customize your Tauri application.\n\n ## File Formats\n\n By default, the configuration is defined as a JSON file named `tauri.conf.json`.\n\n Tauri also supports JSON5 and TOML files via the `config-json5` and `config-toml` Cargo features, respectively.\n The JSON5 file name must be either `tauri.conf.json` or `tauri.conf.json5`.\n The TOML file name is `Tauri.toml`.\n\n ## Platform-Specific Configuration\n\n In addition to the default configuration file, Tauri can\n read a platform-specific configuration from `tauri.linux.conf.json`,\n `tauri.windows.conf.json`, `tauri.macos.conf.json`, `tauri.android.conf.json` and `tauri.ios.conf.json`\n (or `Tauri.linux.toml`, `Tauri.windows.toml`, `Tauri.macos.toml`, `Tauri.android.toml` and `Tauri.ios.toml` if the `Tauri.toml` format is used),\n which gets merged with the main configuration object.\n\n ## Configuration Structure\n\n The configuration is composed of the following objects:\n\n - [`app`](#appconfig): The Tauri configuration\n - [`build`](#buildconfig): The build configuration\n - [`bundle`](#bundleconfig): The bundle configurations\n - [`plugins`](#pluginconfig): The plugins configuration\n\n Example tauri.config.json file:\n\n ```json\n {\n \"productName\": \"tauri-app\",\n \"version\": \"0.1.0\",\n \"build\": {\n \"beforeBuildCommand\": \"\",\n \"beforeDevCommand\": \"\",\n \"devUrl\": \"../dist\",\n \"frontendDist\": \"../dist\"\n },\n \"app\": {\n \"security\": {\n \"csp\": null\n },\n \"windows\": [\n {\n \"fullscreen\": false,\n \"height\": 600,\n \"resizable\": true,\n \"title\": \"Tauri App\",\n \"width\": 800\n }\n ]\n },\n \"bundle\": {},\n \"plugins\": {}\n }\n ```", "type": "object", diff --git a/crates/tauri/CHANGELOG.md b/crates/tauri/CHANGELOG.md index 0d6917ef3562..5a49ea8aad25 100644 --- a/crates/tauri/CHANGELOG.md +++ b/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 diff --git a/crates/tauri/Cargo.toml b/crates/tauri/Cargo.toml index 04f167b5ce69..75aa98d4f35f 100644 --- a/crates/tauri/Cargo.toml +++ b/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" diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 67d968ee6f82..de363cfd77b3 100644 --- a/packages/cli/CHANGELOG.md +++ b/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 diff --git a/packages/cli/package.json b/packages/cli/package.json index 3182ad5fc6cc..89acd241eba5 100644 --- a/packages/cli/package.json +++ b/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",