Skip to content

Commit 4e6a273

Browse files
chore(release): Update version to v1.4.325
1 parent 14c95d7 commit 4e6a273

File tree

5 files changed

+11
-8
lines changed

5 files changed

+11
-8
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## v1.4.325 (2025-11-15)
4+
5+
### PR [#1828](https://github.com/danielmiessler/Fabric/pull/1828) by [ksylvan](https://github.com/ksylvan): Fix empty string detection in chatter and AI clients
6+
7+
- Chore: improve message handling by trimming whitespace in content checks
8+
- Remove default space in `BuildSession` message content
9+
- Trim whitespace in `anthropic` message content check
10+
- Trim whitespace in `gemini` message content check
11+
312
## v1.4.324 (2025-11-14)
413

514
### PR [#1827](https://github.com/danielmiessler/Fabric/pull/1827) by [ksylvan](https://github.com/ksylvan): Make YouTube API key optional in setup

cmd/fabric/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
package main
22

3-
var version = "v1.4.324"
3+
var version = "v1.4.325"
0 Bytes
Binary file not shown.

cmd/generate_changelog/incoming/1828.txt

Lines changed: 0 additions & 6 deletions
This file was deleted.

nix/pkgs/fabric/version.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
"1.4.324"
1+
"1.4.325"

0 commit comments

Comments
 (0)