Skip to content

Commit faa86ed

Browse files
catlog22claude
andcommitted
docs: add changelog entries for 6.1.2 and 6.1.3
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent 44fa6e0 commit faa86ed

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,33 @@ All notable changes to Claude Code Workflow (CCW) will be documented in this fil
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [6.1.3] - 2025-12-09
9+
10+
### 🔧 CLI Tool Simplification
11+
12+
This release simplifies the `ccw tool exec edit_file` command for better usability.
13+
14+
#### 🔄 Changed
15+
- **Simplified edit_file**: Removed JSON input support, now uses parameter-based input only (`--path`, `--old`, `--new`)
16+
- **Removed line mode**: Line operations now recommended via `sed` command
17+
- **Updated tool-strategy.md**: Added sed as line operation alternative with usage examples
18+
19+
#### Usage
20+
```bash
21+
ccw tool exec edit_file --path "file.txt" --old "old text" --new "new text"
22+
```
23+
24+
## [6.1.2] - 2025-12-09
25+
26+
### 🔔 Dashboard Update Notification & Bug Fixes
27+
28+
#### ✨ Added
29+
- **Version Update Notification**: Dashboard now checks npm registry for updates and displays upgrade banner
30+
- **Version Check API**: New `/api/version-check` endpoint with 1-hour cache
31+
32+
#### 🐛 Fixed
33+
- **Hook Manager**: Fixed button click event handling for edit/delete operations (changed `e.target` to `e.currentTarget`)
34+
835
## [5.9.6] - 2025-11-28
936

1037
### 🚀 Review Cycle & Dashboard Enhancement

0 commit comments

Comments
 (0)