From 75a0c79dea39e3e8372097152a0fa82cf6493686 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 8 Dec 2022 11:57:21 -0300 Subject: [PATCH] Apply Version Updates From Current Changes (#5710) Co-authored-by: lucasfernog --- .changes/add-frameworks.md | 6 ------ .changes/add-solid-js-framework.md | 6 ------ .changes/avoid-errors-in-external-urled-windows.md | 5 ----- .changes/blank-taskbar-icon-windows.md | 5 ----- .changes/cli-corrupted-icns.md | 6 ------ .changes/cli-no-dev-server.md | 5 ----- .changes/core-exit-endpoint-cleanup.md | 5 ----- .changes/linux-webkitgtk-version.md | 6 ------ .changes/macos-disable-default-menu.md | 5 ----- .changes/wry-0.23.md | 5 ----- core/tauri-runtime-wry/CHANGELOG.md | 7 +++++++ core/tauri-runtime-wry/Cargo.toml | 2 +- core/tauri/CHANGELOG.md | 12 ++++++++++++ core/tauri/Cargo.toml | 4 ++-- tooling/bundler/CHANGELOG.md | 5 +++++ tooling/bundler/Cargo.toml | 2 +- tooling/cli/CHANGELOG.md | 11 +++++++++++ tooling/cli/Cargo.lock | 4 ++-- tooling/cli/Cargo.toml | 4 ++-- tooling/cli/metadata.json | 4 ++-- tooling/cli/node/CHANGELOG.md | 9 +++++++++ tooling/cli/node/package.json | 2 +- 22 files changed, 55 insertions(+), 65 deletions(-) delete mode 100644 .changes/add-frameworks.md delete mode 100644 .changes/add-solid-js-framework.md delete mode 100644 .changes/avoid-errors-in-external-urled-windows.md delete mode 100644 .changes/blank-taskbar-icon-windows.md delete mode 100644 .changes/cli-corrupted-icns.md delete mode 100644 .changes/cli-no-dev-server.md delete mode 100644 .changes/core-exit-endpoint-cleanup.md delete mode 100644 .changes/linux-webkitgtk-version.md delete mode 100644 .changes/macos-disable-default-menu.md delete mode 100644 .changes/wry-0.23.md diff --git a/.changes/add-frameworks.md b/.changes/add-frameworks.md deleted file mode 100644 index f1a5d0edb..000000000 --- a/.changes/add-frameworks.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"cli.rs": patch -"cli.js": patch ---- - -Detect SvelteKit and Vite for the init and info commands. diff --git a/.changes/add-solid-js-framework.md b/.changes/add-solid-js-framework.md deleted file mode 100644 index 7cf04271a..000000000 --- a/.changes/add-solid-js-framework.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"cli.rs": patch -"cli.js": patch ---- - -Detect SolidJS and SolidStart for the init and info commands. diff --git a/.changes/avoid-errors-in-external-urled-windows.md b/.changes/avoid-errors-in-external-urled-windows.md deleted file mode 100644 index 28e8649a4..000000000 --- a/.changes/avoid-errors-in-external-urled-windows.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tauri": patch ---- - -Invoke event listener in windows safely to avoid causing uncaught errors in windows that have loaded external urls diff --git a/.changes/blank-taskbar-icon-windows.md b/.changes/blank-taskbar-icon-windows.md deleted file mode 100644 index 6d799477e..000000000 --- a/.changes/blank-taskbar-icon-windows.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tauri-bundler": patch ---- - -Fixes blank taskbar icon on WiX updates. diff --git a/.changes/cli-corrupted-icns.md b/.changes/cli-corrupted-icns.md deleted file mode 100644 index dbf99d722..000000000 --- a/.changes/cli-corrupted-icns.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'cli.rs': 'patch' -'cli.js': 'patch' ---- - -Use older icon types to work around a macOS bug resulting in corrupted 16x16px and 32x32px icons in bundled apps. diff --git a/.changes/cli-no-dev-server.md b/.changes/cli-no-dev-server.md deleted file mode 100644 index 8bbba4449..000000000 --- a/.changes/cli-no-dev-server.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"cli.rs": "patch" ---- - -Add `--no-dev-server` flag to the cli to disable the dev server for static files in dev mode. diff --git a/.changes/core-exit-endpoint-cleanup.md b/.changes/core-exit-endpoint-cleanup.md deleted file mode 100644 index a10f3a93f..000000000 --- a/.changes/core-exit-endpoint-cleanup.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tauri": "patch" ---- - -Cleanup sidecar and tray icons when calling `app.exit()` from JS. diff --git a/.changes/linux-webkitgtk-version.md b/.changes/linux-webkitgtk-version.md deleted file mode 100644 index 8406d303f..000000000 --- a/.changes/linux-webkitgtk-version.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'tauri': 'patch' -'tauri-runtime-wry': 'patch' ---- - -Fix compatibility with older Linux distributions. diff --git a/.changes/macos-disable-default-menu.md b/.changes/macos-disable-default-menu.md deleted file mode 100644 index 8b5fc3b30..000000000 --- a/.changes/macos-disable-default-menu.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tauri": "patch" ---- - -Add `tauri::Builder::enable_macos_default_menu` to enable or disable the default menu creation on macOS. diff --git a/.changes/wry-0.23.md b/.changes/wry-0.23.md deleted file mode 100644 index b3810f4b1..000000000 --- a/.changes/wry-0.23.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tauri-runtime-wry": patch ---- - -Update wry to 0.23. diff --git a/core/tauri-runtime-wry/CHANGELOG.md b/core/tauri-runtime-wry/CHANGELOG.md index 06a7d5291..b67b9b265 100644 --- a/core/tauri-runtime-wry/CHANGELOG.md +++ b/core/tauri-runtime-wry/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## \[0.12.2] + +- Fix compatibility with older Linux distributions. + - [b490308c](https://www.github.com/tauri-apps/tauri/commit/b490308c8897b893292951754607c2253abbc6e1) fix(core): compilation error on older Linux versions, fixes [#5684](https://www.github.com/tauri-apps/tauri/pull/5684) ([#5697](https://www.github.com/tauri-apps/tauri/pull/5697)) on 2022-11-28 +- Update wry to 0.23. + - [fdcd7733](https://www.github.com/tauri-apps/tauri/commit/fdcd77338c1a3a7ef8a8ea1907351c5c350ea7ba) chore(deps): update wry to 0.23 on 2022-12-08 + ## \[0.12.1] - Fix `allowlist > app > show/hide` always disabled when `allowlist > app > all: false`. diff --git a/core/tauri-runtime-wry/Cargo.toml b/core/tauri-runtime-wry/Cargo.toml index 27c5f5caa..54c480e57 100644 --- a/core/tauri-runtime-wry/Cargo.toml +++ b/core/tauri-runtime-wry/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tauri-runtime-wry" -version = "0.12.1" +version = "0.12.2" authors = [ "Tauri Programme within The Commons Conservancy" ] categories = [ "gui", "web-programming" ] license = "Apache-2.0 OR MIT" diff --git a/core/tauri/CHANGELOG.md b/core/tauri/CHANGELOG.md index 489d3c516..8b29b7fba 100644 --- a/core/tauri/CHANGELOG.md +++ b/core/tauri/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## \[1.2.2] + +- Invoke event listener in windows safely to avoid causing uncaught errors in windows that have loaded external urls + - [c14b1df3](https://www.github.com/tauri-apps/tauri/commit/c14b1df37284020b3edb32400eb4b9e32c945472) fix(core): Invoke event listener in windows safely to avoid causing uncaught errors in windows that have loaded external urls ([#5563](https://www.github.com/tauri-apps/tauri/pull/5563)) on 2022-12-08 +- Cleanup sidecar and tray icons when calling `app.exit()` from JS. + - [0f269608](https://www.github.com/tauri-apps/tauri/commit/0f26960891228c5909e06d9f850c44ffaebf536c) fix(core/api): cleanup before exit ([#5765](https://www.github.com/tauri-apps/tauri/pull/5765)) on 2022-12-07 +- Fix compatibility with older Linux distributions. + - [b490308c](https://www.github.com/tauri-apps/tauri/commit/b490308c8897b893292951754607c2253abbc6e1) fix(core): compilation error on older Linux versions, fixes [#5684](https://www.github.com/tauri-apps/tauri/pull/5684) ([#5697](https://www.github.com/tauri-apps/tauri/pull/5697)) on 2022-11-28 +- Add `tauri::Builder::enable_macos_default_menu` to enable or disable the default menu creation on macOS. + - [8866ecac](https://www.github.com/tauri-apps/tauri/commit/8866ecac3cd1af8bf02e29569d605be5a1afe22c) feat(core): add `tauri::Builder::enable_macos_default_menu` ([#5756](https://www.github.com/tauri-apps/tauri/pull/5756)) on 2022-12-07 + - [b293da35](https://www.github.com/tauri-apps/tauri/commit/b293da35dd5ae8c1569a3f3c994b4c1a4c227f4a) fix(changes): change `enable_macos_default_menu` bump to patch on 2022-12-08 + ## \[1.2.1] - Fixes a double serialization on the IPC. diff --git a/core/tauri/Cargo.toml b/core/tauri/Cargo.toml index d86303ccc..14f0b9d0f 100644 --- a/core/tauri/Cargo.toml +++ b/core/tauri/Cargo.toml @@ -10,7 +10,7 @@ license = "Apache-2.0 OR MIT" name = "tauri" readme = "README.md" repository = "https://github.com/tauri-apps/tauri" -version = "1.2.1" +version = "1.2.2" [package.metadata.docs.rs] no-default-features = true @@ -52,7 +52,7 @@ once_cell = "1" tauri-runtime = { version = "0.12.1", path = "../tauri-runtime" } tauri-macros = { version = "1.2.1", path = "../tauri-macros" } tauri-utils = { version = "1.2.1", features = [ "resources" ], path = "../tauri-utils" } -tauri-runtime-wry = { version = "0.12.1", path = "../tauri-runtime-wry", optional = true } +tauri-runtime-wry = { version = "0.12.2", path = "../tauri-runtime-wry", optional = true } rand = "0.8" semver = { version = "1.0", features = [ "serde" ] } serde_repr = "0.1" diff --git a/tooling/bundler/CHANGELOG.md b/tooling/bundler/CHANGELOG.md index 693c36a50..133611269 100644 --- a/tooling/bundler/CHANGELOG.md +++ b/tooling/bundler/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## \[1.1.2] + +- Fixes blank taskbar icon on WiX updates. + - [9093ef33](https://www.github.com/tauri-apps/tauri/commit/9093ef3314c27d2295b4266893fd2290c1bdfb6a) fix(bundler): blank taskbar icon on WiX update, closes [#5631](https://www.github.com/tauri-apps/tauri/pull/5631) ([#5779](https://www.github.com/tauri-apps/tauri/pull/5779)) on 2022-12-08 + ## \[1.1.1] - Fix `allowlist > app > show/hide` always disabled when `allowlist > app > all: false`. diff --git a/tooling/bundler/Cargo.toml b/tooling/bundler/Cargo.toml index e03b73e25..e2ae67422 100644 --- a/tooling/bundler/Cargo.toml +++ b/tooling/bundler/Cargo.toml @@ -2,7 +2,7 @@ workspace = { } [package] name = "tauri-bundler" -version = "1.1.1" +version = "1.1.2" authors = [ "George Burton ", "Tauri Programme within The Commons Conservancy" diff --git a/tooling/cli/CHANGELOG.md b/tooling/cli/CHANGELOG.md index af14169c6..62864b72b 100644 --- a/tooling/cli/CHANGELOG.md +++ b/tooling/cli/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## \[1.2.2] + +- Detect SvelteKit and Vite for the init and info commands. + - [9d872ab8](https://www.github.com/tauri-apps/tauri/commit/9d872ab8728b1b121909af434adcd5936e5afb7d) feat(cli): detect SvelteKit and Vite ([#5742](https://www.github.com/tauri-apps/tauri/pull/5742)) on 2022-12-02 +- Detect SolidJS and SolidStart for the init and info commands. + - [9e7ce0a8](https://www.github.com/tauri-apps/tauri/commit/9e7ce0a8eef4bf3536645976e3e09162fbf772ab) feat(cli): detect SolidJS and SolidStart ([#5758](https://www.github.com/tauri-apps/tauri/pull/5758)) on 2022-12-08 +- Use older icon types to work around a macOS bug resulting in corrupted 16x16px and 32x32px icons in bundled apps. + - [2d545eff](https://www.github.com/tauri-apps/tauri/commit/2d545eff58734ec70f23f11a429d35435cdf090e) fix(cli): corrupted icons in bundled macOS icons ([#5698](https://www.github.com/tauri-apps/tauri/pull/5698)) on 2022-11-28 +- Add `--no-dev-server` flag to the cli to disable the dev server for static files in dev mode. + - [c0989848](https://www.github.com/tauri-apps/tauri/commit/c0989848b9421fb19070ae652a89a5d5675deab8) feat(cli/dev): add `--no-dev-server`, ref [#5708](https://www.github.com/tauri-apps/tauri/pull/5708) ([#5722](https://www.github.com/tauri-apps/tauri/pull/5722)) on 2022-11-30 + ## \[1.2.1] - Fixes injection of Cargo features defined in the configuration file. diff --git a/tooling/cli/Cargo.lock b/tooling/cli/Cargo.lock index c5c283dad..7086e7e50 100644 --- a/tooling/cli/Cargo.lock +++ b/tooling/cli/Cargo.lock @@ -3084,7 +3084,7 @@ dependencies = [ [[package]] name = "tauri-bundler" -version = "1.1.1" +version = "1.1.2" dependencies = [ "anyhow", "ar", @@ -3121,7 +3121,7 @@ dependencies = [ [[package]] name = "tauri-cli" -version = "1.2.1" +version = "1.2.2" dependencies = [ "anyhow", "axum", diff --git a/tooling/cli/Cargo.toml b/tooling/cli/Cargo.toml index 0232e4990..494b33406 100644 --- a/tooling/cli/Cargo.toml +++ b/tooling/cli/Cargo.toml @@ -3,7 +3,7 @@ members = [ "node" ] [package] name = "tauri-cli" -version = "1.2.1" +version = "1.2.2" authors = [ "Tauri Programme within The Commons Conservancy" ] edition = "2021" rust-version = "1.59" @@ -41,7 +41,7 @@ path = "src/main.rs" [dependencies] clap = { version = "4.0", features = [ "derive" ] } anyhow = "1.0" -tauri-bundler = { version = "1.1.1", path = "../bundler" } +tauri-bundler = { version = "1.1.2", path = "../bundler" } colored = "2.0" once_cell = "1" serde = { version = "1.0", features = [ "derive" ] } diff --git a/tooling/cli/metadata.json b/tooling/cli/metadata.json index 0b94959e2..71f5c9bca 100644 --- a/tooling/cli/metadata.json +++ b/tooling/cli/metadata.json @@ -1,8 +1,8 @@ { "cli.js": { - "version": "1.2.1", + "version": "1.2.2", "node": ">= 10.0.0" }, - "tauri": "1.2.1", + "tauri": "1.2.2", "tauri-build": "1.2.1" } diff --git a/tooling/cli/node/CHANGELOG.md b/tooling/cli/node/CHANGELOG.md index b62a60bf4..93e79adcf 100644 --- a/tooling/cli/node/CHANGELOG.md +++ b/tooling/cli/node/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## \[1.2.2] + +- Detect SvelteKit and Vite for the init and info commands. + - [9d872ab8](https://www.github.com/tauri-apps/tauri/commit/9d872ab8728b1b121909af434adcd5936e5afb7d) feat(cli): detect SvelteKit and Vite ([#5742](https://www.github.com/tauri-apps/tauri/pull/5742)) on 2022-12-02 +- Detect SolidJS and SolidStart for the init and info commands. + - [9e7ce0a8](https://www.github.com/tauri-apps/tauri/commit/9e7ce0a8eef4bf3536645976e3e09162fbf772ab) feat(cli): detect SolidJS and SolidStart ([#5758](https://www.github.com/tauri-apps/tauri/pull/5758)) on 2022-12-08 +- Use older icon types to work around a macOS bug resulting in corrupted 16x16px and 32x32px icons in bundled apps. + - [2d545eff](https://www.github.com/tauri-apps/tauri/commit/2d545eff58734ec70f23f11a429d35435cdf090e) fix(cli): corrupted icons in bundled macOS icons ([#5698](https://www.github.com/tauri-apps/tauri/pull/5698)) on 2022-11-28 + ## \[1.2.1] - Fixes injection of Cargo features defined in the configuration file. diff --git a/tooling/cli/node/package.json b/tooling/cli/node/package.json index f5c2eb2e8..a00832893 100644 --- a/tooling/cli/node/package.json +++ b/tooling/cli/node/package.json @@ -1,6 +1,6 @@ { "name": "@tauri-apps/cli", - "version": "1.2.1", + "version": "1.2.2", "description": "Command line interface for building Tauri apps", "funding": { "type": "opencollective",