Skip to content

Commit 5583731

Browse files
committed
chore: release version 0.1.2
1 parent 9a451cc commit 5583731

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "claude-notes"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
description = "Transform Claude Code transcript JSONL files to terminal and HTML views"
55
readme = "README.md"
66
requires-python = ">=3.11"

0 commit comments

Comments
 (0)