|
2 | 2 |
|
3 | 3 | All notable changes to Chief are documented in this file. |
4 | 4 |
|
| 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 | + |
5 | 27 | ## [0.4.0] - 2026-02-06 |
6 | 28 |
|
7 | 29 | ### Features |
@@ -50,10 +72,10 @@ Initial release. |
50 | 72 | - PRD picker with tab bar |
51 | 73 | - Help overlay |
52 | 74 | - Narrow terminal support |
53 | | -- Completion sound |
54 | 75 | - CLI commands: `chief new`, `chief edit`, `chief status`, `chief list` |
55 | 76 | - Homebrew formula and install script |
56 | 77 |
|
| 78 | +[0.5.0]: https://github.com/MiniCodeMonkey/chief/compare/v0.4.0...v0.5.0 |
57 | 79 | [0.4.0]: https://github.com/MiniCodeMonkey/chief/compare/v0.3.1...v0.4.0 |
58 | 80 | [0.3.1]: https://github.com/MiniCodeMonkey/chief/compare/v0.3.0...v0.3.1 |
59 | 81 | [0.3.0]: https://github.com/MiniCodeMonkey/chief/compare/v0.2.0...v0.3.0 |
|
0 commit comments