File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,21 @@ 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.9] - 2025-11-13
9+
10+ ### Added
11+ - Add configuration system with scanning settings
12+ - Add comprehensive tests for source code scanning
13+ - Add source code scanning functionality
14+ - Add sample configuration file and comprehensive configuration guide
15+
16+ ### Changed
17+ - Update documentation and CLI for new scan and check commands
18+ - Expand test data and fix test assertions
19+ - Update installation documentation for automatic shell completion
20+ - Enhance installation with automatic shell completion setup
21+ - Update shell completions with new commands and features
22+
823## [ 0.6.8] - 2025-11-12
924
1025### Fixed
@@ -163,6 +178,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
163178- ** License:**
164179 - MIT License with copyright headers in all source files
165180
181+ [ 0.6.9 ] : https://github.com/nickprotop/LocalizationManager/compare/v0.6.8...v0.6.9
166182[ 0.6.8 ] : https://github.com/nickprotop/LocalizationManager/compare/v0.6.7...v0.6.8
167183[ 0.6.7 ] : https://github.com/nickprotop/LocalizationManager/compare/v0.6.6...v0.6.7
168184[ 0.6.6 ] : https://github.com/nickprotop/LocalizationManager/compare/v0.6.5...v0.6.6
Original file line number Diff line number Diff line change 77 <Nullable >enable</Nullable >
88
99 <!-- Version and Assembly Information -->
10- <Version >0.6.8 </Version >
11- <AssemblyVersion >0.6.8 .0</AssemblyVersion >
12- <FileVersion >0.6.8 .0</FileVersion >
10+ <Version >0.6.9 </Version >
11+ <AssemblyVersion >0.6.9 .0</AssemblyVersion >
12+ <FileVersion >0.6.9 .0</FileVersion >
1313 <Authors >Nikolaos Protopapas</Authors >
1414 <Company >Nikolaos Protopapas</Company >
1515 <Product >Localization Resource Manager (LRM)</Product >
You can’t perform that action at this time.
0 commit comments