@@ -5,6 +5,23 @@ 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.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
0 commit comments