File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,28 +4,6 @@ All notable changes to this project will be documented in this file.
44
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/ ) .
66
7- ## v0.2.1
8-
9-
10- ### 🚀 Enhancements
11-
12- - Add TUI for browsing AI chat sessions from multiple sources ([ 54128eb] ( https://github.com/AlexZeitler/session-md/commit/54128eb ) )
13- - Add full-text content search with SQLite FTS5 index ([ 982b0e7] ( https://github.com/AlexZeitler/session-md/commit/982b0e7 ) )
14- - Add --reindex flag to rebuild search index from scratch ([ 5744841] ( https://github.com/AlexZeitler/session-md/commit/5744841 ) )
15- - Add update command, --version flag, and changelog ([ 33ec27e] ( https://github.com/AlexZeitler/session-md/commit/33ec27e ) )
16-
17- ### 💅 Refactors
18-
19- - Use subcommand instead of flag for reindex ([ 5aa59c5] ( https://github.com/AlexZeitler/session-md/commit/5aa59c5 ) )
20-
21- ### 📖 Documentation
22-
23- - Add content search and --reindex to README ([ a555eb5] ( https://github.com/AlexZeitler/session-md/commit/a555eb5 ) )
24-
25- ### ❤️ Contributors
26-
27- - Alexander Zeitler ([ @AlexZeitler ] ( https://github.com/AlexZeitler ) )
28-
297## [ 0.2.0] - 2026-03-15
308
319### Added
@@ -36,6 +14,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/).
3614- ` session-md reindex ` to rebuild the search index from scratch
3715- ` session-md update ` to install the latest release from GitHub
3816- ` session-md --version ` to display the current version
17+ - Release script (` scripts/release.sh ` )
3918
4019## [ 0.1.0] - 2026-03-13
4120
Original file line number Diff line number Diff line change 11{
22 "name" : " session-md" ,
3- "version" : " 0.2.1 " ,
3+ "version" : " 0.2.0 " ,
44 "type" : " module" ,
55 "bin" : {
66 "session-md" : " ./session-md"
You can’t perform that action at this time.
0 commit comments