Skip to content

Commit fa2c2c7

Browse files
committed
Release v0.7.3
1 parent 50260db commit fa2c2c7

8 files changed

Lines changed: 30 additions & 17 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ 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.7.3] - 2025-12-27
9+
10+
### Fixed
11+
- Fix cloud test assertions for ApiResponse wrapper and expected values
12+
13+
### Added
14+
- Add per-translation comment support with UI editing and sync
15+
- Add ca-certificates to API container for Let's Encrypt TLS validation
16+
17+
### Changed
18+
- Run update-ca-certificates to generate SSL bundle in API container
19+
820
## [0.7.2] - 2025-12-26
921

1022
### Fixed
@@ -702,6 +714,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
702714
- **License:**
703715
- MIT License with copyright headers in all source files
704716

717+
[0.7.3]: https://github.com/nickprotop/LocalizationManager/compare/v0.7.2...v0.7.3
705718
[0.7.2]: https://github.com/nickprotop/LocalizationManager/compare/v0.7.1...v0.7.2
706719
[0.7.1]: https://github.com/nickprotop/LocalizationManager/compare/v0.7.0...v0.7.1
707720
[0.7.0]: https://github.com/nickprotop/LocalizationManager/compare/v0.6.25...v0.7.0

LocalizationManager.Core/LocalizationManager.Core.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.7.2</Version>
10-
<AssemblyVersion>0.7.2.0</AssemblyVersion>
11-
<FileVersion>0.7.2.0</FileVersion>
9+
<Version>0.7.3</Version>
10+
<AssemblyVersion>0.7.3.0</AssemblyVersion>
11+
<FileVersion>0.7.3.0</FileVersion>
1212
<Authors>Nikolaos Protopapas</Authors>
1313
<Company>Nikolaos Protopapas</Company>
1414
<Product>Localization Resource Manager (LRM) - Core Library</Product>

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.7.2</Version>
15+
<Version>0.7.3</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.7.2</Version>
11+
<Version>0.7.3</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.7.2</Version>
10-
<AssemblyVersion>0.7.2.0</AssemblyVersion>
11-
<FileVersion>0.7.2.0</FileVersion>
9+
<Version>0.7.3</Version>
10+
<AssemblyVersion>0.7.3.0</AssemblyVersion>
11+
<FileVersion>0.7.3.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.7.2</Version>
12-
<AssemblyVersion>0.7.2.0</AssemblyVersion>
13-
<FileVersion>0.7.2.0</FileVersion>
11+
<Version>0.7.3</Version>
12+
<AssemblyVersion>0.7.3.0</AssemblyVersion>
13+
<FileVersion>0.7.3.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 & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
lrm (0.7.2-1) noble; urgency=medium
1+
lrm (0.7.3-1) noble; urgency=medium
22

3-
* Fixed: Fix glossary dialog: use component instead of broken inline dialog\n- Fix service worker update notification by disabling cache for SW and index.html\n- Fix markup error in cloud init project selection\n- Fix project creation JSON serialization and improve error messages\n- Fix snapshot list JSON deserialization error\n- Fix TranslationGrid row deselection after Select All\n- Fix theme persistence when using RadzenAppearanceToggle\n
4-
* Added: Add inline validation indicators to Editor TranslationGrid\n- Add validation page and API endpoint for project validation\n- Add i18next placeholder support and use shared PlaceholderValidator in API\n- Add validation cache to Project entity\n- Add organization selector to organization glossary page\n- Add open source and self-hosting section to CLOUD.md documentation\n- Add cloud platform screenshots and documentation\n
5-
* Changed: Show validation status icons on project cards\n- Use shared EntryHasher in KeySyncService\n- Make KeyEditorDialog larger and fix grid refresh on data changes\n- Redesign KeyEditorDialog with RadzenDataGrid for better UX\n- Replace numeric CSS variables with theme-adaptive semantic equivalents\n
3+
* Fixed: Fix cloud test assertions for ApiResponse wrapper and expected values\n
4+
* Added: Add per-translation comment support with UI editing and sync\n- Add ca-certificates to API container for Let's Encrypt TLS validation\n
5+
* Changed: Run update-ca-certificates to generate SSL bundle in API container\n
66

7-
-- Nikolaos Protopapas <nikolaos.protopapas@gmail.com> Fri, 26 Dec 2025 19:20:40 +0200
7+
-- Nikolaos Protopapas <nikolaos.protopapas@gmail.com> Sat, 27 Dec 2025 04:17:05 +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.7.2",
5+
"version": "0.7.3",
66
"icon": "images/icon.png",
77
"publisher": "nickprotop",
88
"repository": {

0 commit comments

Comments
 (0)