File tree Expand file tree Collapse file tree 2 files changed +31
-1
lines changed
Expand file tree Collapse file tree 2 files changed +31
-1
lines changed Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ All notable changes to this project will be documented in this file.
4+
5+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
6+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7+
8+ ## [ 0.1.2] - 2025-08-21
9+
10+ ### Added
11+ - Animated formatter for creating terminal recordings with asciinema
12+ - Custom CSS support for HTML output
13+ - Improved formatting and code style
14+
15+ ### Fixed
16+ - Code formatting improvements with ruff
17+
18+ ## [ 0.1.1] - Previous Release
19+
20+ ### Added
21+ - HTML export functionality
22+ - Terminal viewing with pager support
23+ - Project listing capabilities
24+
25+ ## [ 0.1.0] - Initial Release
26+
27+ ### Added
28+ - Basic JSONL parsing functionality
29+ - Terminal output formatter
30+ - CLI interface with Click
Original file line number Diff line number Diff line change 11[project ]
22name = " claude-notes"
3- version = " 0.1.1 "
3+ version = " 0.1.2 "
44description = " Transform Claude Code transcript JSONL files to terminal and HTML views"
55readme = " README.md"
66requires-python = " >=3.11"
You can’t perform that action at this time.
0 commit comments