mirror of
https://github.com/danielmiessler/Fabric.git
synced 2026-01-09 14:28:01 -05:00
chore(release): Update version to v1.4.325
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
package main
|
||||
|
||||
var version = "v1.4.324"
|
||||
var version = "v1.4.325"
|
||||
|
||||
Binary file not shown.
@@ -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
|
||||
@@ -1 +1 @@
|
||||
"1.4.324"
|
||||
"1.4.325"
|
||||
|
||||
Reference in New Issue
Block a user