Skip to content

Commit 295fc32

Browse files
docs: add CHANGELOG.md with full release history
1 parent 29646b0 commit 295fc32

1 file changed

Lines changed: 61 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
# Changelog
2+
3+
All notable changes to Chief are documented in this file.
4+
5+
## [0.4.0] - 2026-02-06
6+
7+
### Features
8+
- Add `l` keybinding to open PRD picker in selection mode
9+
10+
### Bug Fixes
11+
- Prevent Claude from implementing PRD after creation
12+
- Let Claude write prd.json directly with better error handling
13+
14+
## [0.3.1] - 2026-02-04
15+
16+
### Bug Fixes
17+
- Fix TUI becoming unresponsive after ralph loop completes
18+
19+
## [0.3.0] - 2026-01-31
20+
21+
### Features
22+
- Add syntax highlighting for code snippets in log view
23+
- Add editable branch name in branch warning dialog
24+
- Add first-time setup flow with gitignore prompt
25+
26+
### Bug Fixes
27+
- Launch Claude from project root for full codebase context
28+
29+
## [0.2.0] - 2026-01-29
30+
31+
### Features
32+
- Add max iterations control with `+`/`-` keys
33+
- Enhanced log viewer with tool call icons and full-width results
34+
- Add branch protection warning when starting on main/master
35+
- Add crash recovery with automatic retry
36+
37+
### Bug Fixes
38+
- Remove duplicate "Converting prd.md to prd.json..." message
39+
40+
## [0.1.0] - 2026-01-28
41+
42+
Initial release.
43+
44+
### Features
45+
- Core agent loop with Claude Code integration
46+
- TUI dashboard with Bubble Tea
47+
- PRD file watching and auto-conversion
48+
- Parallel PRD execution
49+
- Log viewer with tool cards
50+
- PRD picker with tab bar
51+
- Help overlay
52+
- Narrow terminal support
53+
- Completion sound
54+
- CLI commands: `chief new`, `chief edit`, `chief status`, `chief list`
55+
- Homebrew formula and install script
56+
57+
[0.4.0]: https://github.com/MiniCodeMonkey/chief/compare/v0.3.1...v0.4.0
58+
[0.3.1]: https://github.com/MiniCodeMonkey/chief/compare/v0.3.0...v0.3.1
59+
[0.3.0]: https://github.com/MiniCodeMonkey/chief/compare/v0.2.0...v0.3.0
60+
[0.2.0]: https://github.com/MiniCodeMonkey/chief/compare/v0.1.0...v0.2.0
61+
[0.1.0]: https://github.com/MiniCodeMonkey/chief/releases/tag/v0.1.0

0 commit comments

Comments
 (0)