From d8e9355437a2d397a5f1396a71fa9be0209f9f3b Mon Sep 17 00:00:00 2001 From: nrslib <38722970+nrslib@users.noreply.github.com> Date: Wed, 4 Feb 2026 16:32:06 +0900 Subject: [PATCH] update CHANGELOG for v0.5.1 --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e5c66f8..4a28249 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,22 @@ 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.5.1] - 2026-02-04 + +### Fixed + +- Windows environment file path handling and encoding issues (#90, #91) + - Improved .git detection for Windows + - Added mandatory .git check for Codex (error if not found) + - Fixed character encoding issues +- Codex branch name summary processing bug + +### Internal + +- Test memory leak and hanging issues resolved + - Added cleanup handlers for PieceEngine and TaskWatcher + - Changed vitest to single-threaded execution for improved test stability + ## [0.5.0] - 2026-02-04 ### Changed