Skip to content

Commit 54d6e19

Browse files
committed
chore: release v0.5.4
1 parent 96bcfe7 commit 54d6e19

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,40 @@ All notable changes to the vibe-log-cli project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.5.4] - 2025-09-05
9+
10+
### Added
11+
- **install-auto-sync command**: New shortcut command for quick access to auto-sync configuration
12+
- **Documentation link**: Added link to auto-sync documentation in the menu
13+
14+
### Improved
15+
- **Auto-sync menu text**: Simplified educational text for better clarity and readability
16+
- **Help text**: Updated to show the new install-auto-sync command
17+
18+
## [0.6.0] - 2025-09-04
19+
20+
### Added
21+
- **Template-Based Report Generation**: Complete replacement of direct HTML generation with JSON→Template system
22+
- Claude now returns only structured JSON data
23+
- Fixed HTML template guarantees consistent report structure
24+
- All sections always appear in the correct order
25+
- No more missing "Prompt Quality Analysis" sections
26+
- Clean section titles without emojis
27+
- Simple stats line instead of grid cards
28+
- Template is the single source of truth for HTML structure
29+
- **Version Indicators**: Clear console output showing template-based system v0.6.0 is running
30+
- **Type Safety**: Full TypeScript interfaces for report data structure
31+
32+
### Fixed
33+
- **Report Consistency**: Solved all 8 formatting issues identified in previous versions
34+
- **Section Ordering**: Executive Summary, Activity Distribution, Key Accomplishments, Prompt Quality Analysis, Project Breakdown always appear
35+
- **Styling Issues**: CSS is now predefined in template, not dynamically generated
36+
- **Footer Problems**: No unwanted footer elements in reports
37+
38+
### Changed
39+
- **Report Generation Flow**: Claude provides data, template provides structure (separation of concerns)
40+
- **Error Messages**: More descriptive feedback during report generation process
41+
842
## [0.5.3] - 2025-08-31
943

1044
### Fixed

0 commit comments

Comments
 (0)