@@ -5,6 +5,24 @@ This file is automatically generated from commit messages during releases.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 0.6.10] - 2025-11-14
9+
10+ ### Added
11+ - Add two-level safety protection to prevent accidental translation overwrites
12+ - Add comprehensive tests for AI translation prompt generation
13+ - Add Azure AI Translator provider support
14+ - Add AI-powered translation providers (OpenAI, Claude, Ollama, Azure OpenAI)
15+
16+ ### Changed
17+ - Update documentation and completion to use safe translate patterns
18+ - Consolidate language configuration by removing redundant DefaultSourceLanguage
19+ - Improve AI translation prompts with language names
20+ - Update shell completion with new AI translation providers
21+ - Update configuration files for AI translation providers
22+ - Update documentation for AI translation providers
23+ - Update CLI commands with new AI provider options
24+ - Update tests for new AI translation providers
25+
826## [ 0.6.9] - 2025-11-13
927
1028### Added
@@ -178,6 +196,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
178196- ** License:**
179197 - MIT License with copyright headers in all source files
180198
199+ [ 0.6.10 ] : https://github.com/nickprotop/LocalizationManager/compare/v0.6.9...v0.6.10
181200[ 0.6.9 ] : https://github.com/nickprotop/LocalizationManager/compare/v0.6.8...v0.6.9
182201[ 0.6.8 ] : https://github.com/nickprotop/LocalizationManager/compare/v0.6.7...v0.6.8
183202[ 0.6.7 ] : https://github.com/nickprotop/LocalizationManager/compare/v0.6.6...v0.6.7
0 commit comments