From 4904d9c53161acaab94a82598661629510faaa12 Mon Sep 17 00:00:00 2001 From: Alex Newman Date: Sat, 13 Dec 2025 17:49:43 -0500 Subject: [PATCH] docs: regenerate CHANGELOG from GitHub releases --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 57bd51dc..4e709aff 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.1.7] - 2025-12-13 + +## Fixed +- Removed Windows workaround that was causing libuv assertion failures +- Prioritized stability over cosmetic console window issue + +## Known Issue +- On Windows, a console window may briefly appear when the worker starts (cosmetic only, does not affect functionality) + +**Full Changelog**: https://github.com/thedotmack/claude-mem/compare/v7.1.6...v7.1.7 + ## [7.1.6] - 2025-12-13 ## What's Changed