From 84c4d6281248c409213c651a5ae64bc7ba369e31 Mon Sep 17 00:00:00 2001 From: Alex Newman Date: Tue, 9 Dec 2025 20:22:29 -0500 Subject: [PATCH] Update CHANGELOG.md for v7.0.6 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ed59e28..670bc2b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,17 @@ 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.0.0/). +## [7.0.6] - 2025-12-10 + +## Bug Fixes + +- Fixed Windows terminal spawning to hide terminal windows when spawning child processes (#203, thanks @CrystallDEV) +- Improved worker service process management on Windows + +## Contributors + +Thanks to @CrystallDEV for this contribution! + ## [7.0.5] - 2025-12-09 ## What's Changed