diff --git a/CHANGELOG.md b/CHANGELOG.md index feea8e92..fd11bb1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## v1.4.465 (2026-07-29) + +### PR [#2180](https://github.com/danielmiessler/Fabric/pull/2180) by [ksylvan](https://github.com/ksylvan): fix: include Grok in localized --search help text + +- Fix: Updated all 11 locale entries in the i18n message catalog to include "Grok" in the `enable_web_search_tool` help text, ensuring Grok (xAI) web search support is discoverable via `fabric --help`. Also updates the generated README help block to match. No functional change. + ## v1.4.464 (2026-07-29) ### PR [#2179](https://github.com/danielmiessler/Fabric/pull/2179) by [ksylvan](https://github.com/ksylvan): fix: declare completion arguments and synchronize CLI help diff --git a/cmd/fabric/version.go b/cmd/fabric/version.go index e5b32b73..c6020adb 100644 --- a/cmd/fabric/version.go +++ b/cmd/fabric/version.go @@ -1,3 +1,3 @@ package main -var version = "v1.4.464" +var version = "v1.4.465" diff --git a/cmd/generate_changelog/changelog.db b/cmd/generate_changelog/changelog.db index 500296ab..3fcf7c28 100644 Binary files a/cmd/generate_changelog/changelog.db and b/cmd/generate_changelog/changelog.db differ diff --git a/cmd/generate_changelog/incoming/2180.txt b/cmd/generate_changelog/incoming/2180.txt deleted file mode 100644 index b28a3d75..00000000 --- a/cmd/generate_changelog/incoming/2180.txt +++ /dev/null @@ -1,3 +0,0 @@ -### PR [#2180](https://github.com/danielmiessler/Fabric/pull/2180) by [ksylvan](https://github.com/ksylvan): fix: include Grok in localized --search help text - -- Fix: Updated all 11 locale entries in the i18n message catalog to include "Grok" in the `enable_web_search_tool` help text, ensuring Grok (xAI) web search support is discoverable via `fabric --help`. Also updates the generated README help block to match. No functional change. diff --git a/nix/pkgs/fabric/version.nix b/nix/pkgs/fabric/version.nix index 99b912d5..bd144cff 100644 --- a/nix/pkgs/fabric/version.nix +++ b/nix/pkgs/fabric/version.nix @@ -1 +1 @@ -"1.4.464" +"1.4.465"