Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.5.0] - 2025-07-12

### Added
- Filename-based thread status management system (#14)
- Comment files now use status prefixes: `action-required_*.md`, `waiting-review_*.md`, `resolved_*.md`
- Status automatically updates when replying to threads
- Status-specific colors and icons in UI
- Optional status management configuration
- Optional status management configuration (#16)
- New `comment.status_management` configuration option (default: false)
- Status management only works when both `storage.backend = "file"` and `status_management = true`
- Warning messages when trying to resolve/reopen threads with status management disabled
Expand Down