Skip to content

Commit 9a53d15

Browse files
committed
Release v0.6.7
1 parent f36f1ab commit 9a53d15

2 files changed

Lines changed: 21 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,23 @@ 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.7] - 2025-11-11
9+
10+
### Added
11+
- Add advanced filtering features to view command
12+
- Add --search-in option to view command for searching in keys, values, or both
13+
- Add comprehensive unit tests for ResourceFilterService
14+
- Add filter infrastructure for TUI
15+
- Add culture filtering, keys-only mode, and extra keys warning to view command
16+
17+
### Changed
18+
- Update documentation for --search-in and --case-sensitive options
19+
- Update TUI documentation to reflect new filter UI
20+
- Improve TUI filter UI and fix hidden column display
21+
- Update documentation for TUI filtering features
22+
- Implement advanced filtering and language management in TUI
23+
- Refactor tests to use persistent TestData folder
24+
825
## [0.6.6] - 2025-11-11
926

1027
### Fixed
@@ -128,6 +145,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
128145
- **License:**
129146
- MIT License with copyright headers in all source files
130147

148+
[0.6.7]: https://github.com/nickprotop/LocalizationManager/compare/v0.6.6...v0.6.7
131149
[0.6.6]: https://github.com/nickprotop/LocalizationManager/compare/v0.6.5...v0.6.6
132150
[0.6.5]: https://github.com/nickprotop/LocalizationManager/compare/v0.6.4...v0.6.5
133151
[0.6.4]: https://github.com/nickprotop/LocalizationManager/compare/v0.6.3...v0.6.4

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

0 commit comments

Comments
 (0)