From 9aec02c0598efd8a762b8df90fdbb0d272e9fd44 Mon Sep 17 00:00:00 2001 From: Akihiro Okuno Date: Thu, 10 Jul 2025 00:54:26 +0900 Subject: [PATCH] docs: update CHANGELOG for filename-based status management --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 524b4ab..b121d57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### 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 + ## [0.4.0] - 2025-07-07 ### Added