Skip to content

Commit 71da645

Browse files
committed
Release v0.6.6
1 parent 5260d25 commit 71da645

2 files changed

Lines changed: 23 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,25 @@ 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.6] - 2025-11-11
9+
10+
### Fixed
11+
- Fix markup bug and simplify wildcard detection logic
12+
- Fix duplicate -c option conflict by removing shorthand from --config-file
13+
14+
### Added
15+
- Add integration tests for ViewCommand regex functionality
16+
- Add regex pattern support to ViewCommand
17+
- Add format support to ImportCommand
18+
- Add --config-file option and configuration notices
19+
- Add configuration file infrastructure
20+
21+
### Changed
22+
- Update Scenario 4 to use add-language command instead of manual cp
23+
- Update documentation to remove -c shorthand from --config-file option
24+
- Update documentation for configuration file support and regex pattern matching
25+
- Standardize ListLanguagesCommand format handling
26+
827
## [0.6.5] - 2025-11-09
928

1029
### Added
@@ -109,6 +128,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
109128
- **License:**
110129
- MIT License with copyright headers in all source files
111130

131+
[0.6.6]: https://github.com/nickprotop/LocalizationManager/compare/v0.6.5...v0.6.6
112132
[0.6.5]: https://github.com/nickprotop/LocalizationManager/compare/v0.6.4...v0.6.5
113133
[0.6.4]: https://github.com/nickprotop/LocalizationManager/compare/v0.6.3...v0.6.4
114134
[0.6.3]: https://github.com/nickprotop/LocalizationManager/compare/v0.6.2...v0.6.3

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

0 commit comments

Comments
 (0)