From 34faea3eac4bbe2cd852d163d290adf297dba1c8 Mon Sep 17 00:00:00 2001 From: nrslib <38722970+nrslib@users.noreply.github.com> Date: Sun, 1 Feb 2026 08:41:35 +0900 Subject: [PATCH] Update CHANGELOG for v0.3.4-0.3.7 --- CHANGELOG.md | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 66599ba..681cde0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,41 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). +## [0.3.7] - 2026-02-01 + +### Added + +- `--pipeline` flag for explicit pipeline/non-interactive mode execution (#28) +- Pipeline mode can be used with both `--task` and `--issue` options + +### Changed + +- Log file naming changed from base36 to human-readable `YYYYMMDD-HHmmss-random` format (#28) +- `--task` option description updated to clarify it's an alternative to GitHub issue + +## [0.3.6] - 2026-01-31 + +### Fixed + +- `ai_review` workflow step now correctly includes `pass_previous_request` setting + +## [0.3.5] - 2026-01-31 + +### Added + +- `--create-worktree ` option to skip worktree confirmation prompt + +### Fixed + +- Various CI/CD improvements and fixes (#66, #67, #68, #69) + +## [0.3.4] - 2026-01-31 + +### Added + +- Review-only workflow for code review without modifications (#60) +- Various bug fixes and improvements (#14, #23, #35, #38, #45, #50, #51, #52, #59) + ## [0.3.3] - 2026-01-31 ### Fixed