Skip to content

Commit 3eff36d

Browse files
committed
Release v0.6.25
1 parent a23da40 commit 3eff36d

7 files changed

Lines changed: 48 additions & 13 deletions

File tree

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,39 @@ 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.25] - 2025-12-06
9+
10+
### Fixed
11+
- Fix JSON plural detection and add i18next suffix consolidation
12+
13+
### Added
14+
- Add comparison table with i18n tools to JSON docs
15+
- Add JSON Localization section and comprehensive docs for React/Vue/Angular/i18next
16+
- Add --ask-missing option to add command for CLI-friendly default behavior
17+
- Add plural support to VS Code extension providers
18+
- Add plural key indicator and editing support to Web and VS Code UIs
19+
- Add VS Code extension unit test infrastructure
20+
- Add VS Code extension unit tests to CI workflow
21+
- Add plural form support for JSON localization
22+
- Add plural support to CLI add/update commands and API
23+
- Add plural key creation and conversion to TUI
24+
- Add plural key creation and conversion to Web UI
25+
- Add proper plural form support to ResourceEntry model
26+
- Add JSON support to VS Code extension
27+
- Add JSON localization NuGet packages with release workflow integration
28+
- Add JSON backend support with multi-backend architecture
29+
- Add JSON backend implementation plan
30+
31+
### Changed
32+
- Filter hidden directories from RESX folder auto-discovery
33+
- Show all CLDR plural forms in edit modal
34+
- Update documentation for JSON localization and plural support
35+
- Update documentation for plural key support
36+
- Remove inaccurate i18next claims from README
37+
- Update NuGet package READMEs with comprehensive documentation
38+
- Improve JSON backend implementation plan
39+
- Update README.md
40+
841
## [0.6.24] - 2025-11-30
942

1043
### Added
@@ -393,6 +426,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
393426
- **License:**
394427
- MIT License with copyright headers in all source files
395428

429+
[0.6.25]: https://github.com/nickprotop/LocalizationManager/compare/v0.6.24...v0.6.25
396430
[0.6.24]: https://github.com/nickprotop/LocalizationManager/compare/v0.6.23...v0.6.24
397431
[0.6.23]: https://github.com/nickprotop/LocalizationManager/compare/v0.6.22...v0.6.23
398432
[0.6.22]: https://github.com/nickprotop/LocalizationManager/compare/v0.6.21...v0.6.22

LocalizationManager.JsonLocalization.Generator/LocalizationManager.JsonLocalization.Generator.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<!-- NuGet Package Metadata -->
1414
<PackageId>LocalizationManager.JsonLocalization.Generator</PackageId>
15-
<Version>0.6.24</Version>
15+
<Version>0.6.25</Version>
1616
<Authors>Nikolaos Protopapas</Authors>
1717
<Company>LocalizationManager</Company>
1818
<Product>LocalizationManager.JsonLocalization.Generator</Product>

LocalizationManager.JsonLocalization/LocalizationManager.JsonLocalization.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<!-- NuGet Package Metadata -->
1010
<PackageId>LocalizationManager.JsonLocalization</PackageId>
11-
<Version>0.6.24</Version>
11+
<Version>0.6.25</Version>
1212
<Authors>Nikolaos Protopapas</Authors>
1313
<Company>LocalizationManager</Company>
1414
<Product>LocalizationManager.JsonLocalization</Product>

LocalizationManager.Shared/LocalizationManager.Shared.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
<Nullable>enable</Nullable>
77

88
<!-- Version and Assembly Information -->
9-
<Version>0.6.24</Version>
10-
<AssemblyVersion>0.6.24.0</AssemblyVersion>
11-
<FileVersion>0.6.24.0</FileVersion>
9+
<Version>0.6.25</Version>
10+
<AssemblyVersion>0.6.25.0</AssemblyVersion>
11+
<FileVersion>0.6.25.0</FileVersion>
1212
<Authors>Nikolaos Protopapas</Authors>
1313
<Company>Nikolaos Protopapas</Company>
1414
<Product>Localization Resource Manager (LRM) - Shared Library</Product>

LocalizationManager.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
<Nullable>enable</Nullable>
99

1010
<!-- Version and Assembly Information -->
11-
<Version>0.6.24</Version>
12-
<AssemblyVersion>0.6.24.0</AssemblyVersion>
13-
<FileVersion>0.6.24.0</FileVersion>
11+
<Version>0.6.25</Version>
12+
<AssemblyVersion>0.6.25.0</AssemblyVersion>
13+
<FileVersion>0.6.25.0</FileVersion>
1414
<Authors>Nikolaos Protopapas</Authors>
1515
<Company>Nikolaos Protopapas</Company>
1616
<Product>Localization Resource Manager (LRM)</Product>

debian/changelog

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
lrm (0.6.24-1) noble; urgency=medium
1+
lrm (0.6.25-1) noble; urgency=medium
22

3-
* Added: Add CodeLens provider for localization keys\n
4-
* Changed: Update VS Code extension plan with CodeLens implementation\n
3+
* Fixed: Fix JSON plural detection and add i18next suffix consolidation\n
4+
* Added: Add comparison table with i18n tools to JSON docs\n- Add JSON Localization section and comprehensive docs for React/Vue/Angular/i18next\n- Add --ask-missing option to add command for CLI-friendly default behavior\n- Add plural support to VS Code extension providers\n- Add plural key indicator and editing support to Web and VS Code UIs\n- Add VS Code extension unit test infrastructure\n- Add VS Code extension unit tests to CI workflow\n- Add plural form support for JSON localization\n- Add plural support to CLI add/update commands and API\n- Add plural key creation and conversion to TUI\n- Add plural key creation and conversion to Web UI\n- Add proper plural form support to ResourceEntry model\n- Add JSON support to VS Code extension\n- Add JSON localization NuGet packages with release workflow integration\n- Add JSON backend support with multi-backend architecture\n- Add JSON backend implementation plan\n
5+
* Changed: Filter hidden directories from RESX folder auto-discovery\n- Show all CLDR plural forms in edit modal\n- Update documentation for JSON localization and plural support\n- Update documentation for plural key support\n- Remove inaccurate i18next claims from README\n- Update NuGet package READMEs with comprehensive documentation\n- Improve JSON backend implementation plan\n- Update README.md\n
56

6-
-- Nikolaos Protopapas <nikolaos.protopapas@gmail.com> Sun, 30 Nov 2025 23:13:24 +0200
7+
-- Nikolaos Protopapas <nikolaos.protopapas@gmail.com> Sat, 06 Dec 2025 10:11:42 +0200

vscode-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "localization-manager",
33
"displayName": "LRM - .NET Localization",
44
"description": "Manage .NET localization files (.resx and JSON) with real-time validation, translation, and code scanning",
5-
"version": "0.6.24",
5+
"version": "0.6.25",
66
"icon": "images/icon.png",
77
"publisher": "nickprotop",
88
"repository": {

0 commit comments

Comments
 (0)