Skip to content

Commit 278d488

Browse files
chore(release): Update version to v1.4.326
1 parent d590c0d commit 278d488

File tree

5 files changed

+26
-9
lines changed

5 files changed

+26
-9
lines changed

CHANGELOG.md

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

3+
## v1.4.326 (2025-11-16)
4+
5+
### PR [#1830](https://github.com/danielmiessler/Fabric/pull/1830) by [ksylvan](https://github.com/ksylvan): Ensure final newline in model generated outputs
6+
7+
- Feat: ensure newline in `CreateOutputFile` and improve tests
8+
- Add newline to `CreateOutputFile` if missing
9+
- Use `t.Cleanup` for file removal in tests
10+
- Add test for message with trailing newline
11+
- Introduce `printedStream` flag in `Chatter.Send`
12+
13+
### Direct commits
14+
15+
- Chore: update README with recent features and extensions
16+
17+
- Add v1.4.322 release with concept maps
18+
19+
- Introduce WELLNESS category with psychological analysis
20+
- Upgrade to Claude Sonnet 4.5
21+
22+
- Add Portuguese language variants with BCP 47 support
23+
- Migrate to `openai-go/azure` SDK for Azure
24+
25+
- Add Extensions section to README navigation
26+
327
## v1.4.325 (2025-11-15)
428

529
### PR [#1828](https://github.com/danielmiessler/Fabric/pull/1828) by [ksylvan](https://github.com/ksylvan): Fix empty string detection in chatter and AI clients

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.325"
3+
var version = "v1.4.326"
0 Bytes
Binary file not shown.

cmd/generate_changelog/incoming/1830.txt

Lines changed: 0 additions & 7 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.325"
1+
"1.4.326"

0 commit comments

Comments
 (0)