chore(release): Update version to v1.4.325

This commit is contained in:
github-actions[bot]
2025-11-15 05:25:51 +00:00
parent 14c95d7bc1
commit 4e6a2736ad
5 changed files with 11 additions and 8 deletions

View File

@@ -1,5 +1,14 @@
# Changelog
## v1.4.325 (2025-11-15)
### PR [#1828](https://github.com/danielmiessler/Fabric/pull/1828) by [ksylvan](https://github.com/ksylvan): Fix empty string detection in chatter and AI clients
- Chore: improve message handling by trimming whitespace in content checks
- Remove default space in `BuildSession` message content
- Trim whitespace in `anthropic` message content check
- Trim whitespace in `gemini` message content check
## v1.4.324 (2025-11-14)
### PR [#1827](https://github.com/danielmiessler/Fabric/pull/1827) by [ksylvan](https://github.com/ksylvan): Make YouTube API key optional in setup

View File

@@ -1,3 +1,3 @@
package main
var version = "v1.4.324"
var version = "v1.4.325"

Binary file not shown.

View File

@@ -1,6 +0,0 @@
### PR [#1828](https://github.com/danielmiessler/Fabric/pull/1828) by [ksylvan](https://github.com/ksylvan): Fix empty string detection in chatter and AI clients
- Chore: improve message handling by trimming whitespace in content checks
- Remove default space in `BuildSession` message content
- Trim whitespace in `anthropic` message content check
- Trim whitespace in `gemini` message content check

View File

@@ -1 +1 @@
"1.4.324"
"1.4.325"