Skip to content

Commit 43365aa

Browse files
chore(release): Update version to v1.4.322
1 parent 7619189 commit 43365aa

File tree

7 files changed

+24
-20
lines changed

7 files changed

+24
-20
lines changed

CHANGELOG.md

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

3+
## v1.4.322 (2025-11-05)
4+
5+
### PR [#1814](https://github.com/danielmiessler/Fabric/pull/1814) by [ksylvan](https://github.com/ksylvan): Add Concept Map in html
6+
7+
- Add `create_conceptmap` for interactive HTML concept maps using Vis.js
8+
- Add `fix_typos` for proofreading and correcting text errors
9+
- Introduce `model_as_sherlock_freud` for psychological modeling and behavior analysis
10+
- Implement `predict_person_actions` for behavioral response predictions
11+
- Add `recommend_yoga_practice` for personalized yoga guidance
12+
- Credit goes to @FELIPEGUEDESBR for the pattern
13+
14+
15+
### PR [#1816](https://github.com/danielmiessler/Fabric/pull/1816) by [ksylvan](https://github.com/ksylvan): Update `anthropic-sdk-go` to v1.16.0 and update models
16+
17+
- Upgraded `anthropic-sdk-go` from v1.13.0 to v1.16.0
18+
- Removed outdated model `ModelClaude3_5SonnetLatest`
19+
- Added new model `ModelClaudeSonnet4_5_20250929`
20+
- Updated anthropic beta map to include the new model
21+
- Updated dependencies in `go.sum` file
22+
323
## v1.4.321 (2025-11-03)
424

525
### PR [#1803](https://github.com/danielmiessler/Fabric/pull/1803) by [dependabot[bot][bot]](https://github.com/apps/dependabot): chore(deps-dev): bump vite from 5.4.20 to 5.4.21 in /web in the npm_and_yarn group across 1 directory

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

cmd/generate_changelog/incoming/1814.txt

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

cmd/generate_changelog/incoming/1816.txt

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

nix/pkgs/fabric/gomod2nix.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ schema = 3
3232
version = "v1.3.3"
3333
hash = "sha256-jv7ZshpSd7FZzKKN6hqlUgiR8C3y85zNIS/hq7g76Ho="
3434
[mod."github.com/anthropics/anthropic-sdk-go"]
35-
version = "v1.13.0"
36-
hash = "sha256-Mbi37aubaObndySkfO3tE6c8bUJaJugG1E8IM4AxW84="
35+
version = "v1.16.0"
36+
hash = "sha256-hD6Ix+V5IBFfoaCuAZemrDQx/+G111fCYHn2FAxFuEE="
3737
[mod."github.com/araddon/dateparse"]
3838
version = "v0.0.0-20210429162001-6b43995a97de"
3939
hash = "sha256-UuX84naeRGMsFOgIgRoBHG5sNy1CzBkWPKmd6VbLwFw="

nix/pkgs/fabric/version.nix

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

0 commit comments

Comments
 (0)