Skip to content

Commit 0977da4

Browse files
docs: update changelog for v0.5.0
1 parent d53cb98 commit 0977da4

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@
22

33
All notable changes to Chief are documented in this file.
44

5+
## [0.5.0] - 2026-02-19
6+
7+
### Features
8+
- Add version check and self-update command (`chief update`)
9+
- Add diff view for viewing task changes
10+
- Add `e` keybinding to edit current PRD directly
11+
- Add live progress display during PRD-to-JSON conversion
12+
- Add first-time setup post-completion config (auto-push, create PR)
13+
- Add git worktree support for isolated PRD branches
14+
- Add config system for per-project settings
15+
- Improve PRD conversion UX with styled progress panel
16+
17+
### Bug Fixes
18+
- Fix Rosetta 2 deadlock on Apple Silicon caused by oto/v2 audio library (#13)
19+
- Fix missing `--verbose` flag for stream-json output
20+
21+
### Breaking Changes
22+
- Remove `--no-sound` flag (sound feature removed entirely)
23+
24+
### Performance
25+
- Inline prompt for PRD conversion instead of agentic tool use
26+
527
## [0.4.0] - 2026-02-06
628

729
### Features
@@ -50,10 +72,10 @@ Initial release.
5072
- PRD picker with tab bar
5173
- Help overlay
5274
- Narrow terminal support
53-
- Completion sound
5475
- CLI commands: `chief new`, `chief edit`, `chief status`, `chief list`
5576
- Homebrew formula and install script
5677

78+
[0.5.0]: https://github.com/MiniCodeMonkey/chief/compare/v0.4.0...v0.5.0
5779
[0.4.0]: https://github.com/MiniCodeMonkey/chief/compare/v0.3.1...v0.4.0
5880
[0.3.1]: https://github.com/MiniCodeMonkey/chief/compare/v0.3.0...v0.3.1
5981
[0.3.0]: https://github.com/MiniCodeMonkey/chief/compare/v0.2.0...v0.3.0

0 commit comments

Comments
 (0)