Skip to content

Commit eb2349b

Browse files
committed
Release v0.6.14
1 parent a228913 commit eb2349b

4 files changed

Lines changed: 15 additions & 11 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ 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.14] - 2025-11-23
9+
10+
### Fixed
11+
- Fix GPG signing in GitHub Actions workflow
12+
813
## [0.6.13] - 2025-11-23
914

1015
### Fixed
@@ -271,6 +276,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
271276
- **License:**
272277
- MIT License with copyright headers in all source files
273278

279+
[0.6.14]: https://github.com/nickprotop/LocalizationManager/compare/v0.6.13...v0.6.14
274280
[0.6.13]: https://github.com/nickprotop/LocalizationManager/compare/v0.6.12...v0.6.13
275281
[0.6.12]: https://github.com/nickprotop/LocalizationManager/compare/v0.6.11...v0.6.12
276282
[0.6.11]: https://github.com/nickprotop/LocalizationManager/compare/v0.6.10...v0.6.11

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.13</Version>
10-
<AssemblyVersion>0.6.13.0</AssemblyVersion>
11-
<FileVersion>0.6.13.0</FileVersion>
9+
<Version>0.6.14</Version>
10+
<AssemblyVersion>0.6.14.0</AssemblyVersion>
11+
<FileVersion>0.6.14.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.13</Version>
12-
<AssemblyVersion>0.6.13.0</AssemblyVersion>
13-
<FileVersion>0.6.13.0</FileVersion>
11+
<Version>0.6.14</Version>
12+
<AssemblyVersion>0.6.14.0</AssemblyVersion>
13+
<FileVersion>0.6.14.0</FileVersion>
1414
<Authors>Nikolaos Protopapas</Authors>
1515
<Company>Nikolaos Protopapas</Company>
1616
<Product>Localization Resource Manager (LRM)</Product>

debian/changelog

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
lrm (0.6.13-1) unstable; urgency=medium
1+
lrm (0.6.14-1) unstable; urgency=medium
22

3-
* Fixed: Fix null reference warning in BackupManagerWindow\n- Fix backup list --all showing no output\n- Fix key name standardization not persisting in merge duplicates\n- Fix case-insensitive duplicate detection to match MSBuild behavior\n- Fix build-source-package.sh and remove debian/compat conflict\n- Fix build-deb.sh to properly build Debian packages\n- Fix release script to commit shared project version changes\n
4-
* Added: Add batch operations support to TUI editor\n- Add Phase 4 TUI enhancements and refactor ResourceEditorWindow\n- Add Phase 4: TUI Visual & Workflow Enhancements to roadmap\n- Add comprehensive tests for case-variant duplicate handling\n- Add key name selection and standardization to TUI merge duplicates\n- Add comprehensive duplicate key handling to view and merge commands\n- Add Debian package build scripts\n- Add man page for lrm command\n- Add Debian packaging infrastructure\n- Add Debian packaging support to v0.7.0 roadmap\n
5-
* Changed: Enhance --show-details to display changed key names in backup list\n- Run both validate and scan in check command regardless of validation result\n- Automate debian/changelog generation in release script\n- Set assembly name to 'lrm' and remove rename logic from build script\n- Update ROADMAP: Mark Phase 3 (Debian packaging) as completed\n- Update documentation for Debian package distribution\n- Update release workflow for Debian packages and PPA\n
3+
* Fixed: Fix GPG signing in GitHub Actions workflow\n
64

7-
-- Nikolaos Protopapas <nikolaos.protopapas@gmail.com> Sun, 23 Nov 2025 23:32:51 +0200
5+
-- Nikolaos Protopapas <nikolaos.protopapas@gmail.com> Sun, 23 Nov 2025 23:39:28 +0200

0 commit comments

Comments
 (0)