mirror of
https://github.com/danielmiessler/Fabric.git
synced 2026-02-19 10:14:21 -05:00
chore(release): Update version to v1.4.406
This commit is contained in:
10
CHANGELOG.md
10
CHANGELOG.md
@@ -1,5 +1,15 @@
|
||||
# Changelog
|
||||
|
||||
## v1.4.406 (2026-02-16)
|
||||
|
||||
### PR [#2004](https://github.com/danielmiessler/Fabric/pull/2004) by [ksylvan](https://github.com/ksylvan): Add i18n translations for VertexAI, Gemini, Bedrock, and fetch plugins
|
||||
|
||||
- Add i18n translations for VertexAI, Gemini, Bedrock, and fetch plugins across 10 locale files
|
||||
- Replace hardcoded English strings with `i18n.T()` calls in Bedrock, Gemini, VertexAI, and fetch plugins
|
||||
- Add error handling for fetch operations with new error messages in i18n
|
||||
- Use `errors.New` instead of `fmt.Errorf` for non-formatted error strings
|
||||
- Add Gemini TTS and audio error translations, AWS Bedrock client error translations, and fetch plugin error translations to all locales
|
||||
|
||||
## v1.4.405 (2026-02-16)
|
||||
|
||||
### PR [#2002](https://github.com/danielmiessler/Fabric/pull/2002) by [ksylvan](https://github.com/ksylvan): Internationalization Polish
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
package main
|
||||
|
||||
var version = "v1.4.405"
|
||||
var version = "v1.4.406"
|
||||
|
||||
Binary file not shown.
@@ -1,7 +0,0 @@
|
||||
### PR [#2004](https://github.com/danielmiessler/Fabric/pull/2004) by [ksylvan](https://github.com/ksylvan): Add i18n translations for VertexAI, Gemini, Bedrock, and fetch plugins
|
||||
|
||||
- Add i18n translations for VertexAI, Gemini, Bedrock, and fetch plugins across 10 locale files
|
||||
- Replace hardcoded English strings with `i18n.T()` calls in Bedrock, Gemini, VertexAI, and fetch plugins
|
||||
- Add error handling for fetch operations with new error messages in i18n
|
||||
- Use `errors.New` instead of `fmt.Errorf` for non-formatted error strings
|
||||
- Add Gemini TTS and audio error translations, AWS Bedrock client error translations, and fetch plugin error translations to all locales
|
||||
@@ -1 +1 @@
|
||||
"1.4.405"
|
||||
"1.4.406"
|
||||
|
||||
Reference in New Issue
Block a user