chore(release): Update version to v1.4.356

This commit is contained in:
github-actions[bot]
2025-12-22 18:19:36 +00:00
parent 13b608e227
commit f39a4f47c9
5 changed files with 12 additions and 9 deletions

View File

@@ -1,5 +1,15 @@
# Changelog # Changelog
## v1.4.356 (2025-12-22)
### PR [#1895](https://github.com/danielmiessler/Fabric/pull/1895) by [ksylvan](https://github.com/ksylvan): Localize setup process and add funding configuration
- Localize setup prompts and error messages across multiple languages
- Implement helper for localized questions with static environment keys
- Update environment variable builder to handle hyphenated plugin names
- Replace hardcoded console output with localized i18n translation strings
- Add GitHub and Buy Me a Coffee funding configuration
## v1.4.355 (2025-12-20) ## v1.4.355 (2025-12-20)
### PR [#1890](https://github.com/danielmiessler/Fabric/pull/1890) by [ksylvan](https://github.com/ksylvan): Bundle yt-dlp with fabric in Nix flake, introduce slim variant ### PR [#1890](https://github.com/danielmiessler/Fabric/pull/1890) by [ksylvan](https://github.com/ksylvan): Bundle yt-dlp with fabric in Nix flake, introduce slim variant

View File

@@ -1,3 +1,3 @@
package main package main
var version = "v1.4.355" var version = "v1.4.356"

Binary file not shown.

View File

@@ -1,7 +0,0 @@
### PR [#1895](https://github.com/danielmiessler/Fabric/pull/1895) by [ksylvan](https://github.com/ksylvan): Localize setup process and add funding configuration
- Localize setup prompts and error messages across multiple languages
- Implement helper for localized questions with static environment keys
- Update environment variable builder to handle hyphenated plugin names
- Replace hardcoded console output with localized i18n translation strings
- Add GitHub and Buy Me a Coffee funding configuration

View File

@@ -1 +1 @@
"1.4.355" "1.4.356"