Skip to content

Commit ed0f5fc

Browse files
committed
Release v0.6.10
1 parent 965986e commit ed0f5fc

2 files changed

Lines changed: 22 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,24 @@ This file is automatically generated from commit messages during releases.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and 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

LocalizationManager.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
<Nullable>enable</Nullable>
88

99
<!-- Version and Assembly Information -->
10-
<Version>0.6.9</Version>
11-
<AssemblyVersion>0.6.9.0</AssemblyVersion>
12-
<FileVersion>0.6.9.0</FileVersion>
10+
<Version>0.6.10</Version>
11+
<AssemblyVersion>0.6.10.0</AssemblyVersion>
12+
<FileVersion>0.6.10.0</FileVersion>
1313
<Authors>Nikolaos Protopapas</Authors>
1414
<Company>Nikolaos Protopapas</Company>
1515
<Product>Localization Resource Manager (LRM)</Product>

0 commit comments

Comments
 (0)