chore(release): Update version to v1.4.414

This commit is contained in:
github-actions[bot] 2026-02-19 22:19:38 +00:00
parent ab50a4a392
commit e1c4629a78
5 changed files with 12 additions and 9 deletions

View file

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

View file

@ -1,3 +1,3 @@
package main
var version = "v1.4.413"
var version = "v1.4.414"

Binary file not shown.

View file

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

View file

@ -1 +1 @@
"1.4.413"
"1.4.414"