Skip to content

Commit 75e1172

Browse files
chore(release): Update version to v1.4.328
1 parent 2dd79a6 commit 75e1172

File tree

5 files changed

+12
-9
lines changed

5 files changed

+12
-9
lines changed

CHANGELOG.md

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

3+
## v1.4.328 (2025-11-18)
4+
5+
### PR [#1836](https://github.com/danielmiessler/Fabric/pull/1836) by [ksylvan](https://github.com/ksylvan): docs: clarify `--raw` flag behavior for OpenAI and Anthropic providers
6+
7+
- Update `--raw` flag description across all documentation files
8+
- Clarify flag only affects OpenAI-compatible providers behavior
9+
- Document Anthropic models use smart parameter selection
10+
- Remove outdated reference to system/user role changes
11+
- Update help text in CLI flags definition
12+
313
## v1.4.327 (2025-11-16)
414

515
### PR [#1831](https://github.com/danielmiessler/Fabric/pull/1831) by [ksylvan](https://github.com/ksylvan): Remove `get_youtube_rss` pattern

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

cmd/generate_changelog/incoming/1836.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.327"
1+
"1.4.328"

0 commit comments

Comments
 (0)