You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+24Lines changed: 24 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,29 @@
1
1
# Changelog
2
2
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
+
3
27
## v1.4.325 (2025-11-15)
4
28
5
29
### PR [#1828](https://github.com/danielmiessler/Fabric/pull/1828) by [ksylvan](https://github.com/ksylvan): Fix empty string detection in chatter and AI clients
0 commit comments