From 2224b0ecd955b0d5aaa8150e5d4972525fb91378 Mon Sep 17 00:00:00 2001 From: Akihiro Okuno Date: Sat, 12 Jul 2025 15:19:49 +0900 Subject: [PATCH] chore: release v0.5.0 --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 825ed5d..14745fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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