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
+14-1Lines changed: 14 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
10
+
## [0.28.0] - 2026-02-07
11
+
12
+
### Added
13
+
14
+
-**Ollama/LM Studio Endpoint Prompt**: `grepai init` now prompts for custom Ollama/LM Studio endpoint URL during initialization (#111) - @yoanbernabeu
15
+
-**Content-Addressed Embedding Deduplication**: Skip re-embedding unchanged chunks using content hashing, reducing indexing time and API calls (#112) - @tinker495
16
+
-**Nix Release Automation**: Automate `flake.nix` version and vendorHash update in the release GitHub Actions workflow (#117) - @yoanbernabeu
17
+
18
+
### Fixed
19
+
20
+
-**UTF-8 Chunk Boundaries**: Align chunk boundaries to valid UTF-8 rune starts to prevent splitting multi-byte characters (#116) - @yoanbernabeu
21
+
10
22
## [0.27.0] - 2026-02-04
11
23
12
24
### Added
@@ -496,7 +508,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
0 commit comments