# Changelog
All notable changes to the svgmaker-mcp project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.4.0] - 2026-02-20
### Added
- Style parameters for generate and edit tools: `style`, `color_mode`, `image_complexity`, `composition`, `text_style`
- Automated release pipeline with AI-generated release notes
- `/prepare-release` Claude Code slash command
### Changed
- Upgraded SDK dependency to `@genwave/svgmaker-sdk@^1.0.0`
- Migrated API base URL from `svgmaker.io/api` to `api.svgmaker.io`
- Release workflow now uses version-change detection instead of tag-based triggers
### Removed
- Unused documentation files and images
- Manual release scripts (replaced by automated pipeline)
## [0.1.1] - 2025-06-04
### Added
- Initial release of the svgmaker-mcp tool
- Support for generating SVGs from text descriptions
- Support for editing existing SVGs with text prompts
- Support for converting images to SVG format
- Progress reporting during operations
- Path validation and security features
### Changed
- Enhanced tool descriptions for better LLM interactions
### Fixed
- Path validation and security improvements