mirror of
https://github.com/danielmiessler/fabric.git
synced 2026-09-10 07:36:44 -04:00
chore(release): Update version to v1.4.414
This commit is contained in:
parent
ab50a4a392
commit
e1c4629a78
10
CHANGELOG.md
10
CHANGELOG.md
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
package main
|
||||
|
||||
var version = "v1.4.413"
|
||||
var version = "v1.4.414"
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -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.
|
||||
|
|
@ -1 +1 @@
|
|||
"1.4.413"
|
||||
"1.4.414"
|
||||
|
|
|
|||
Loading…
Reference in a new issue