From 7a2214406932c57e7d08fdf9f645636dac1a419c Mon Sep 17 00:00:00 2001 From: Alex Newman Date: Tue, 9 Dec 2025 16:29:50 -0500 Subject: [PATCH] Update CHANGELOG.md for v7.0.5 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 | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d5221b8..0ed59e28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,25 @@ 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.5] - 2025-12-09 + +## What's Changed + +### Bug Fixes +- Fixed settings schema inconsistency between write and read operations +- Fixed PowerShell command injection vulnerability in worker-utils.ts +- Enhanced PM2 existence check with clear error messages +- Added error logging to silent tool serialization handlers + +### Improvements +- Settings centralization: Migrated to SettingsDefaultsManager across codebase +- Auto-creation of settings.json file with defaults on first run +- Settings schema migration from nested to flat format +- Refactored HTTP-only new-hook implementation +- Cross-platform worker service improvements + +**Full Changelog**: https://github.com/thedotmack/claude-mem/compare/v7.0.4...v7.0.5 + ## [7.0.4] - 2025-12-09 ## What's Changed