Skip to content

Commit fcb10fe

Browse files
chore(release): Update version to v1.4.335
1 parent 9560537 commit fcb10fe

File tree

5 files changed

+17
-9
lines changed

5 files changed

+17
-9
lines changed

CHANGELOG.md

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

3+
## v1.4.335 (2025-11-28)
4+
5+
### PR [#1847](https://github.com/danielmiessler/Fabric/pull/1847) by [ksylvan](https://github.com/ksylvan): Improve model name matching for NeedsRaw in Ollama plugin
6+
7+
- Improved model name matching in Ollama plugin by replacing prefix-based matching with substring matching
8+
- Enhanced NeedsRaw functionality to support more flexible model name detection
9+
- Renamed `ollamaPrefixes` variable to `ollamaSearchStrings` for better code clarity
10+
- Replaced `HasPrefix` function with `Contains` for more comprehensive model matching
11+
- Added "conceptmap" to VSCode dictionary settings
12+
13+
### Direct commits
14+
15+
- Merge branch 'danielmiessler:main' into main
16+
- Docs: Fix typo in README
17+
318
## v1.4.334 (2025-11-26)
419

520
### PR [#1845](https://github.com/danielmiessler/Fabric/pull/1845) by [ksylvan](https://github.com/ksylvan): Add Claude Opus 4.5 Support

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.334"
3+
var version = "v1.4.335"
12 KB
Binary file not shown.

cmd/generate_changelog/incoming/1847.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.334"
1+
"1.4.335"

0 commit comments

Comments
 (0)