diff --git a/CHANGELOG.md b/CHANGELOG.md index 400dc10f..27f2ac1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## v1.4.463 (2026-07-28) + +### PR [#2168](https://github.com/danielmiessler/Fabric/pull/2168) by [ksylvan](https://github.com/ksylvan): fix: complete localized setup and error messages for supported locales + +- Fix: complete localized setup and error messages across supported locales +- Translate Bedrock setup prompts across nine supported locales +- Localize datetime and system template errors consistently +- Translate Persian Spotify errors and setup guidance +- Correct Japanese and Polish file operation log labels + ## v1.4.462 (2026-07-28) ### PR [#2123](https://github.com/danielmiessler/Fabric/pull/2123) by [ksylvan](https://github.com/ksylvan) and [OdinKral](https://github.com/OdinKral): fix: block path traversal in pattern name lookup diff --git a/cmd/fabric/version.go b/cmd/fabric/version.go index 6a3a0a03..4fb114f4 100644 --- a/cmd/fabric/version.go +++ b/cmd/fabric/version.go @@ -1,3 +1,3 @@ package main -var version = "v1.4.462" +var version = "v1.4.463" diff --git a/cmd/generate_changelog/changelog.db b/cmd/generate_changelog/changelog.db index 69aec759..e2460ed9 100644 Binary files a/cmd/generate_changelog/changelog.db and b/cmd/generate_changelog/changelog.db differ diff --git a/cmd/generate_changelog/incoming/2168.txt b/cmd/generate_changelog/incoming/2168.txt deleted file mode 100644 index 826388df..00000000 --- a/cmd/generate_changelog/incoming/2168.txt +++ /dev/null @@ -1,7 +0,0 @@ -### PR [#2168](https://github.com/danielmiessler/Fabric/pull/2168) by [ksylvan](https://github.com/ksylvan): fix: complete localized setup and error messages for supported locales - -- Fix: complete localized setup and error messages across supported locales -- Translate Bedrock setup prompts across nine supported locales -- Localize datetime and system template errors consistently -- Translate Persian Spotify errors and setup guidance -- Correct Japanese and Polish file operation log labels diff --git a/nix/pkgs/fabric/version.nix b/nix/pkgs/fabric/version.nix index 9a91820f..cf6fdd4c 100644 --- a/nix/pkgs/fabric/version.nix +++ b/nix/pkgs/fabric/version.nix @@ -1 +1 @@ -"1.4.462" +"1.4.463"