Skip to content

Commit 3a2ed9e

Browse files
committed
Release v0.6.11
1 parent 3e1d297 commit 3a2ed9e

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.11] - 2025-11-14
9+
10+
### Fixed
11+
- Fix TUI translation dialog to handle duplicate keys and update status correctly
12+
13+
### Added
14+
- Add comprehensive integration tests for duplicate key handling
15+
- Add duplicate key handling to CLI delete command
16+
- Add comprehensive comment support and search features to TUI
17+
18+
### Changed
19+
- Update .gitignore file
20+
- Update documentation and add zsh completion for duplicate handling features
21+
- Implement merge-duplicates command and update delete command for duplicate handling
22+
- Update documentation and completion for duplicate key handling
23+
- Implement duplicate key handling in TUI and fix save flow
24+
- Update documentation for TUI comment features and translation enhancements
25+
826
## [0.6.10] - 2025-11-14
927

1028
### Added
@@ -196,6 +214,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
196214
- **License:**
197215
- MIT License with copyright headers in all source files
198216

217+
[0.6.11]: https://github.com/nickprotop/LocalizationManager/compare/v0.6.10...v0.6.11
199218
[0.6.10]: https://github.com/nickprotop/LocalizationManager/compare/v0.6.9...v0.6.10
200219
[0.6.9]: https://github.com/nickprotop/LocalizationManager/compare/v0.6.8...v0.6.9
201220
[0.6.8]: https://github.com/nickprotop/LocalizationManager/compare/v0.6.7...v0.6.8

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.10</Version>
11-
<AssemblyVersion>0.6.10.0</AssemblyVersion>
12-
<FileVersion>0.6.10.0</FileVersion>
10+
<Version>0.6.11</Version>
11+
<AssemblyVersion>0.6.11.0</AssemblyVersion>
12+
<FileVersion>0.6.11.0</FileVersion>
1313
<Authors>Nikolaos Protopapas</Authors>
1414
<Company>Nikolaos Protopapas</Company>
1515
<Product>Localization Resource Manager (LRM)</Product>

0 commit comments

Comments
 (0)