From c3b85cd56d1af64f2083e19c02ed0daef33d63cc Mon Sep 17 00:00:00 2001 From: Legend-Master Date: Tue, 9 Sep 2025 14:22:34 +0000 Subject: [PATCH] apply version updates --- .changes/blurry-ico-icon.md | 6 ------ CHANGELOG.md | 4 ++++ Cargo.lock | 2 +- Cargo.toml | 2 +- create-tauri-app.ps1 | 2 +- create-tauri-app.sh | 2 +- node/CHANGELOG.md | 8 ++++++++ node/package.json | 2 +- worker/scripts/create-tauri-app.ps1 | 2 +- worker/scripts/create-tauri-app.sh | 2 +- 10 files changed, 19 insertions(+), 13 deletions(-) delete mode 100644 .changes/blurry-ico-icon.md diff --git a/.changes/blurry-ico-icon.md b/.changes/blurry-ico-icon.md deleted file mode 100644 index dbc0fade1e..0000000000 --- a/.changes/blurry-ico-icon.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"create-tauri-app": patch -"create-tauri-app-js": patch ---- - -Fix the `.ico` icon being blurry because of it lacks some sizes diff --git a/CHANGELOG.md b/CHANGELOG.md index 2cc2d4117b..29cb5b6cde 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## \[4.6.3] + +- [`8d15234`](https://www.github.com/tauri-apps/create-tauri-app/commit/8d15234e7b473afe68c8601e88f11d1646157404) ([#929](https://www.github.com/tauri-apps/create-tauri-app/pull/929) by [@Legend-Master](https://www.github.com/tauri-apps/create-tauri-app/../../Legend-Master)) Fix the `.ico` icon being blurry because of it lacks some sizes + ## \[4.6.2] - [`43802a4`](https://www.github.com/tauri-apps/create-tauri-app/commit/43802a492d53179234f5944944a8c526ed7eebc3) ([#912](https://www.github.com/tauri-apps/create-tauri-app/pull/912) by [@JosefBredereck](https://www.github.com/tauri-apps/create-tauri-app/../../JosefBredereck)) updated angular template to v20 diff --git a/Cargo.lock b/Cargo.lock index 34ee13fa78..858e7e7460 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -119,7 +119,7 @@ dependencies = [ [[package]] name = "create-tauri-app" -version = "4.6.2" +version = "4.6.3" dependencies = [ "anyhow", "ctrlc", diff --git a/Cargo.toml b/Cargo.toml index d32075a188..fd161174d5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "create-tauri-app" description = "Rapidly scaffold out a new tauri app project." authors = ["Tauri Programme within The Commons Conservancy"] -version = "4.6.2" +version = "4.6.3" edition = "2021" license = "Apache-2.0 OR MIT" readme = "README.md" diff --git a/create-tauri-app.ps1 b/create-tauri-app.ps1 index b5b301cdc5..67148e5eee 100644 --- a/create-tauri-app.ps1 +++ b/create-tauri-app.ps1 @@ -9,7 +9,7 @@ $bitness = if ([System.Runtime.InteropServices.RuntimeInformation]::ProcessArchi } else { "i686" } -$__TAG_NAME__ = "create-tauri-app-v4.6.2" +$__TAG_NAME__ = "create-tauri-app-v4.6.3" # $url="https://github.com/tauri-apps/create-tauri-app/releases/download/$__TAG_NAME__/create-tauri-app-$bitness-pc-windows-msvc.exe" $url="https://create.tauri.app/download/bin?tag=$__TAG_NAME__&arch=$bitness-pc-windows-msvc&ext=.exe" $outFile = "$Env:TEMP\create-tauri-app.exe" diff --git a/create-tauri-app.sh b/create-tauri-app.sh index bf311aa0f1..715e6d20d1 100644 --- a/create-tauri-app.sh +++ b/create-tauri-app.sh @@ -44,7 +44,7 @@ main() { ;; esac - local __TAG_NAME__="create-tauri-app-v4.6.2" + local __TAG_NAME__="create-tauri-app-v4.6.3" # local _url="https://github.com/tauri-apps/create-tauri-app/releases/download/${__TAG_NAME__}/create-tauri-app-${_arch}${_ext}" local _url="https://create.tauri.app/download/bin?tag=${__TAG_NAME__}&arch=${_arch}&ext=${_ext}" diff --git a/node/CHANGELOG.md b/node/CHANGELOG.md index d1725b5c56..b3799bc5c4 100644 --- a/node/CHANGELOG.md +++ b/node/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## \[4.6.3] + +- [`8d15234`](https://www.github.com/tauri-apps/create-tauri-app/commit/8d15234e7b473afe68c8601e88f11d1646157404) ([#929](https://www.github.com/tauri-apps/create-tauri-app/pull/929) by [@Legend-Master](https://www.github.com/tauri-apps/create-tauri-app/../../Legend-Master)) Fix the `.ico` icon being blurry because of it lacks some sizes + +### Dependencies + +- Upgraded to `create-tauri-app@4.6.3` + ## \[4.6.2] - [`43802a4`](https://www.github.com/tauri-apps/create-tauri-app/commit/43802a492d53179234f5944944a8c526ed7eebc3) ([#912](https://www.github.com/tauri-apps/create-tauri-app/pull/912) by [@JosefBredereck](https://www.github.com/tauri-apps/create-tauri-app/../../JosefBredereck)) updated angular template to v20 diff --git a/node/package.json b/node/package.json index f6c260849b..c00014874e 100644 --- a/node/package.json +++ b/node/package.json @@ -1,6 +1,6 @@ { "name": "create-tauri-app", - "version": "4.6.2", + "version": "4.6.3", "description": "Rapidly scaffold out a new tauri app project.", "funding": { "type": "opencollective", diff --git a/worker/scripts/create-tauri-app.ps1 b/worker/scripts/create-tauri-app.ps1 index b5b301cdc5..67148e5eee 100644 --- a/worker/scripts/create-tauri-app.ps1 +++ b/worker/scripts/create-tauri-app.ps1 @@ -9,7 +9,7 @@ $bitness = if ([System.Runtime.InteropServices.RuntimeInformation]::ProcessArchi } else { "i686" } -$__TAG_NAME__ = "create-tauri-app-v4.6.2" +$__TAG_NAME__ = "create-tauri-app-v4.6.3" # $url="https://github.com/tauri-apps/create-tauri-app/releases/download/$__TAG_NAME__/create-tauri-app-$bitness-pc-windows-msvc.exe" $url="https://create.tauri.app/download/bin?tag=$__TAG_NAME__&arch=$bitness-pc-windows-msvc&ext=.exe" $outFile = "$Env:TEMP\create-tauri-app.exe" diff --git a/worker/scripts/create-tauri-app.sh b/worker/scripts/create-tauri-app.sh index bf311aa0f1..715e6d20d1 100644 --- a/worker/scripts/create-tauri-app.sh +++ b/worker/scripts/create-tauri-app.sh @@ -44,7 +44,7 @@ main() { ;; esac - local __TAG_NAME__="create-tauri-app-v4.6.2" + local __TAG_NAME__="create-tauri-app-v4.6.3" # local _url="https://github.com/tauri-apps/create-tauri-app/releases/download/${__TAG_NAME__}/create-tauri-app-${_arch}${_ext}" local _url="https://create.tauri.app/download/bin?tag=${__TAG_NAME__}&arch=${_arch}&ext=${_ext}"