From 76bc070f5b35ba396cd87412f745e84d5ea6b756 Mon Sep 17 00:00:00 2001 From: tomasmach Date: Fri, 30 Jan 2026 00:44:10 +0100 Subject: [PATCH] docs: update CHANGELOG with Makefile feature --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b3845a0..47e1dfd0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -53,6 +53,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Added +- **Makefile** - Comprehensive development workflow automation with commands for setup, development, building, testing, and code quality checks + - Includes Python version detection and compatibility warnings + - Self-documenting help system with `make help` + - Colored output for better readability + - Supports parallel development server execution + +### Changed +- **README** - Added Makefile reference and updated Quick Start with Makefile-based setup instructions alongside manual setup + +--- + +## [Unreleased - Planned] + ### Planned - Real-time streaming synthesis - Conversation mode with multiple speakers