Skip to content

Commit 9f215ac

Browse files
committed
Release v0.7.9
1 parent f80df5a commit 9f215ac

File tree

8 files changed

+33
-17
lines changed

8 files changed

+33
-17
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@ 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.9] - 2026-01-06
9+
10+
### Fixed
11+
- Fix case-insensitive key lookups in view and data processing commands
12+
- Fix backup rotation test for weekly backups
13+
- Fix ApiKeyResolver tests to isolate from system credential store
14+
15+
### Added
16+
- Add Radzen Advanced Filtering for Translation Grid
17+
- Add Umami analytics integration with runtime website ID injection
18+
19+
### Changed
20+
- Improve PO file format preservation
21+
- Improve translation grid table readability and column management
22+
823
## [0.7.8] - 2026-01-04
924

1025
### Fixed
@@ -838,6 +853,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
838853
- **License:**
839854
- MIT License with copyright headers in all source files
840855

856+
[0.7.9]: https://github.com/nickprotop/LocalizationManager/compare/v0.7.8...v0.7.9
841857
[0.7.8]: https://github.com/nickprotop/LocalizationManager/compare/v0.7.7...v0.7.8
842858
[0.7.7]: https://github.com/nickprotop/LocalizationManager/compare/v0.7.6...v0.7.7
843859
[0.7.6]: https://github.com/nickprotop/LocalizationManager/compare/v0.7.5...v0.7.6

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.8</Version>
10-
<AssemblyVersion>0.7.8.0</AssemblyVersion>
11-
<FileVersion>0.7.8.0</FileVersion>
9+
<Version>0.7.9</Version>
10+
<AssemblyVersion>0.7.9.0</AssemblyVersion>
11+
<FileVersion>0.7.9.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.8</Version>
15+
<Version>0.7.9</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.8</Version>
11+
<Version>0.7.9</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.8</Version>
10-
<AssemblyVersion>0.7.8.0</AssemblyVersion>
11-
<FileVersion>0.7.8.0</FileVersion>
9+
<Version>0.7.9</Version>
10+
<AssemblyVersion>0.7.9.0</AssemblyVersion>
11+
<FileVersion>0.7.9.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.8</Version>
12-
<AssemblyVersion>0.7.8.0</AssemblyVersion>
13-
<FileVersion>0.7.8.0</FileVersion>
11+
<Version>0.7.9</Version>
12+
<AssemblyVersion>0.7.9.0</AssemblyVersion>
13+
<FileVersion>0.7.9.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.8-1) noble; urgency=medium
1+
lrm (0.7.9-1) noble; urgency=medium
22

3-
* Fixed: Fix lrm-cloud.com URLs and add ShareX case study to README\n- Fix cloud push duplicate key error on batch insert\n- Fix cloud per-language coverage calculation\n- Fix stats coverage calculation to show coverage vs default language\n- Fix translation lookup and dialog refresh behavior\n- Fix login loop after server redeploy\n- Fix 401 on /api/projects during auth transition\n- Fix export dialog 404 by using authenticated HttpClient\n- Fix cloud tests to match current service behavior\n
4-
* Added: Add ShareX case study with cloud integration documentation\n- Add useLocalCredentialStore parameter to prevent server-side credential fallback\n- Add validation to reject empty key names\n- Add Demo badge, banner, and frontend sample project integration\n- Add SampleProjectService and API endpoints for sample project creation\n- Add sample project entities and migration for onboarding\n- Add welcome card with better empty state for first-time users\n- Add import preview endpoint and improve import/export tracking\n- Add token selector pattern for O(1) refresh token lookup\n- Add Import Files dialog to project page\n- Add file import/export API endpoints and web UI\n- Add full integration test suite for cloud sync operations\n
5-
* Changed: Improve API key handling in CLI commands\n- Disable local credential store lookup in cloud API\n- Exclude ResXFileRef entries from scan missing keys report\n- Skip ResXFileRef entries in resx parsing\n- Replace ugly Blazor error UI with modern overlay\n- Show GitHub Verified badge for OAuth users\n- Improve auth flow to prevent refresh token loops\n- docs: add Supported Formats section to COMMANDS.md\n- docs: add PO and XLIFF format badges to cloud docs\n- docs: add Po and Xliff configuration sections\n- docs: add PO and XLIFF to supported formats in README\n- Enhance GitHub OAuth to fetch email from /user/emails endpoint\n
3+
* Fixed: Fix case-insensitive key lookups in view and data processing commands\n- Fix backup rotation test for weekly backups\n- Fix ApiKeyResolver tests to isolate from system credential store\n
4+
* Added: Add Radzen Advanced Filtering for Translation Grid\n- Add Umami analytics integration with runtime website ID injection\n
5+
* Changed: Improve PO file format preservation\n- Improve translation grid table readability and column management\n
66

7-
-- Nikolaos Protopapas <nikolaos.protopapas@gmail.com> Sun, 04 Jan 2026 20:28:37 +0200
7+
-- Nikolaos Protopapas <nikolaos.protopapas@gmail.com> Tue, 06 Jan 2026 01:46:46 +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.8",
5+
"version": "0.7.9",
66
"icon": "images/icon.png",
77
"publisher": "nickprotop",
88
"repository": {

0 commit comments

Comments
 (0)