mirror of
https://github.com/danielmiessler/fabric.git
synced 2026-09-10 07:36:44 -04:00
chore(release): Update version to v1.4.464
This commit is contained in:
parent
cd8c249744
commit
6cef8c10ad
11
CHANGELOG.md
11
CHANGELOG.md
|
|
@ -1,5 +1,16 @@
|
|||
# Changelog
|
||||
|
||||
## 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
|
||||
|
||||
- Fix: declare completion arguments and synchronize CLI help
|
||||
- Declare Fish completion arguments for dynamic and fixed values
|
||||
- Enable filtered file suggestions for supported path options
|
||||
- Add Spotify, transcription, metadata, and wire-debug completion options
|
||||
- Include Grok among providers supporting web search completion
|
||||
- Keep the input/output token detail in the show-metadata description
|
||||
|
||||
## 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
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
package main
|
||||
|
||||
var version = "v1.4.463"
|
||||
var version = "v1.4.464"
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -1,8 +0,0 @@
|
|||
### PR [#2179](https://github.com/danielmiessler/Fabric/pull/2179) by [ksylvan](https://github.com/ksylvan): fix: declare completion arguments and synchronize CLI help
|
||||
|
||||
- Fix: declare completion arguments and synchronize CLI help
|
||||
- Declare Fish completion arguments for dynamic and fixed values
|
||||
- Enable filtered file suggestions for supported path options
|
||||
- Add Spotify, transcription, metadata, and wire-debug completion options
|
||||
- Include Grok among providers supporting web search completion
|
||||
- Keep the input/output token detail in the show-metadata description
|
||||
|
|
@ -1 +1 @@
|
|||
"1.4.463"
|
||||
"1.4.464"
|
||||
|
|
|
|||
Loading…
Reference in a new issue