Skip to content

Commit 1b436e9

Browse files
committed
release v0.1.51
1 parent 7b63d49 commit 1b436e9

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## v0.1.51 (2026-03-29)
2+
3+
- Improved search ranking — results now score matches by where they appear
4+
(title, project, summary, or message body), so exact project and title matches
5+
rank above incidental mentions in conversation text
6+
- Search freshness scoring uses smooth decay instead of sharp cutoffs, giving
7+
more natural ranking between recent and older conversations
8+
19
## v0.1.50 (2026-03-27)
210

311
- Pressing Esc now clears the search input first — a second Esc quits the app

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "claude-history"
3-
version = "0.1.50"
3+
version = "0.1.51"
44
edition = "2024"
55
description = "Fuzzy-search Claude Code conversation history from the terminal."
66
readme = "README.md"

0 commit comments

Comments
 (0)