chore(release): Update version to v1.4.406

This commit is contained in:
github-actions[bot]
2026-02-16 16:57:05 +00:00
parent a11dcc06e1
commit d426a930ee
5 changed files with 12 additions and 9 deletions

View File

@@ -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

View File

@@ -1,3 +1,3 @@
package main
var version = "v1.4.405"
var version = "v1.4.406"

Binary file not shown.

View File

@@ -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

View File

@@ -1 +1 @@
"1.4.405"
"1.4.406"