diff --git a/CHANGELOG.md b/CHANGELOG.md index 28c05ef0..cad2431d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## v1.4.414 (2026-02-19) + +### PR [#2015](https://github.com/danielmiessler/Fabric/pull/2015) by [ksylvan](https://github.com/ksylvan): Implement comprehensive i18n support across all plugins and tools + +- Implement comprehensive internationalization (i18n) support across all AI vendor plugins, tools, and template plugins. +- Update localization files for multiple languages with new translation keys. +- Replace hardcoded strings in Spotify and YouTube tools with localized equivalents. +- Add unit tests for localized error handling in Ollama. +- Standardize setup questions using the new i18n translation framework. + ## v1.4.413 (2026-02-18) ### PR [#2012](https://github.com/danielmiessler/Fabric/pull/2012) by [ksylvan](https://github.com/ksylvan): Remove unused `gemini_openai` plugin and `oauth_storage` utility diff --git a/cmd/fabric/version.go b/cmd/fabric/version.go index 79a4cfe8..5540308a 100644 --- a/cmd/fabric/version.go +++ b/cmd/fabric/version.go @@ -1,3 +1,3 @@ package main -var version = "v1.4.413" +var version = "v1.4.414" diff --git a/cmd/generate_changelog/changelog.db b/cmd/generate_changelog/changelog.db index 9fb24db5..2ed14f19 100644 Binary files a/cmd/generate_changelog/changelog.db and b/cmd/generate_changelog/changelog.db differ diff --git a/cmd/generate_changelog/incoming/2015.txt b/cmd/generate_changelog/incoming/2015.txt deleted file mode 100644 index d14cf721..00000000 --- a/cmd/generate_changelog/incoming/2015.txt +++ /dev/null @@ -1,7 +0,0 @@ -### PR [#2015](https://github.com/danielmiessler/Fabric/pull/2015) by [ksylvan](https://github.com/ksylvan): Implement comprehensive i18n support across all plugins and tools - -- Implement comprehensive internationalization (i18n) support across all AI vendor plugins, tools, and template plugins. -- Update localization files for multiple languages with new translation keys. -- Replace hardcoded strings in Spotify and YouTube tools with localized equivalents. -- Add unit tests for localized error handling in Ollama. -- Standardize setup questions using the new i18n translation framework. diff --git a/nix/pkgs/fabric/version.nix b/nix/pkgs/fabric/version.nix index 1a00c8d9..a6a10285 100644 --- a/nix/pkgs/fabric/version.nix +++ b/nix/pkgs/fabric/version.nix @@ -1 +1 @@ -"1.4.413" +"1.4.414"