Skip to content

Commit 6c77ce2

Browse files
committed
Release v0.6.15
1 parent db938aa commit 6c77ce2

4 files changed

Lines changed: 24 additions & 9 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.6.15] - 2025-11-24
9+
10+
### Fixed
11+
- Fix PPA upload: change distribution from unstable to noble
12+
13+
### Added
14+
- Add Shift+F7 keyboard shortcut to view code references in TUI
15+
16+
### Changed
17+
- Implement Phase 5: Simple CLI Chaining
18+
- Update man page and completion files for batch operations
19+
820
## [0.6.14] - 2025-11-23
921

1022
### Fixed
@@ -276,6 +288,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
276288
- **License:**
277289
- MIT License with copyright headers in all source files
278290

291+
[0.6.15]: https://github.com/nickprotop/LocalizationManager/compare/v0.6.14...v0.6.15
279292
[0.6.14]: https://github.com/nickprotop/LocalizationManager/compare/v0.6.13...v0.6.14
280293
[0.6.13]: https://github.com/nickprotop/LocalizationManager/compare/v0.6.12...v0.6.13
281294
[0.6.12]: https://github.com/nickprotop/LocalizationManager/compare/v0.6.11...v0.6.12

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.14</Version>
10-
<AssemblyVersion>0.6.14.0</AssemblyVersion>
11-
<FileVersion>0.6.14.0</FileVersion>
9+
<Version>0.6.15</Version>
10+
<AssemblyVersion>0.6.15.0</AssemblyVersion>
11+
<FileVersion>0.6.15.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.14</Version>
12-
<AssemblyVersion>0.6.14.0</AssemblyVersion>
13-
<FileVersion>0.6.14.0</FileVersion>
11+
<Version>0.6.15</Version>
12+
<AssemblyVersion>0.6.15.0</AssemblyVersion>
13+
<FileVersion>0.6.15.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 & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
lrm (0.6.14-1) noble; urgency=medium
1+
lrm (0.6.15-1) unstable; urgency=medium
22

3-
* Fixed: Fix GPG signing in GitHub Actions workflow\n
3+
* Fixed: Fix PPA upload: change distribution from unstable to noble\n
4+
* Added: Add Shift+F7 keyboard shortcut to view code references in TUI\n
5+
* Changed: Implement Phase 5: Simple CLI Chaining\n- Update man page and completion files for batch operations\n
46

5-
-- Nikolaos Protopapas <nikolaos.protopapas@gmail.com> Sun, 23 Nov 2025 23:39:28 +0200
7+
-- Nikolaos Protopapas <nikolaos.protopapas@gmail.com> Mon, 24 Nov 2025 17:12:55 +0200

0 commit comments

Comments
 (0)