Skip to content

Commit c498085

Browse files
chore(release): Update version to v1.4.323
1 parent 4996832 commit c498085

File tree

6 files changed

+20
-12
lines changed

6 files changed

+20
-12
lines changed

CHANGELOG.md

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

3+
## v1.4.323 (2025-11-12)
4+
5+
### PR [#1802](https://github.com/danielmiessler/Fabric/pull/1802) by [nickarino](https://github.com/nickarino): fix: improve template extension handling for {{input}} and add examples
6+
7+
- Fix: improve template extension handling for {{input}} and add examples
8+
9+
### PR [#1823](https://github.com/danielmiessler/Fabric/pull/1823) by [ksylvan](https://github.com/ksylvan): Add missing patterns and renumber pattern explanations list
10+
11+
- Add `apply_ul_tags` pattern for content categorization
12+
- Add `extract_mcp_servers` pattern for MCP server identification
13+
- Add `generate_code_rules` pattern for AI coding guardrails
14+
- Add `t_check_dunning_kruger` pattern for competence assessment
15+
- Renumber all patterns from 37-226 to 37-230
16+
17+
### Direct commits
18+
19+
- Chore: incoming 1823 changelog entry
20+
321
## v1.4.322 (2025-11-05)
422

523
### PR [#1814](https://github.com/danielmiessler/Fabric/pull/1814) by [ksylvan](https://github.com/ksylvan): Add Concept Map in html

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

cmd/generate_changelog/incoming/1802.txt

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

cmd/generate_changelog/incoming/1823.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.322"
1+
"1.4.323"

0 commit comments

Comments
 (0)