Skip to content

Commit 9018629

Browse files
committed
Release v0.6.17
1 parent 759857f commit 9018629

4 files changed

Lines changed: 28 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,23 @@ 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.17] - 2025-11-25
9+
10+
### Added
11+
- Add web command to COMMANDS.md documentation
12+
- Add Web UI documentation and screenshots
13+
- Add and enhance API controllers for Web UI
14+
- Add API client services and models for Blazor UI
15+
- Add Blazor Server UI with terminal-themed design
16+
- Add Phase 6: Web API implementation with full CLI parity
17+
18+
### Changed
19+
- Update ROADMAP with Web UI implementation status
20+
- Register Blazor services and SearchApiClient in WebCommand
21+
- Extend ResourceFilterService for API search support
22+
- Implement web command foundation for Phase 6
23+
- Enhance ROADMAP with comprehensive Web API/WASM architecture details
24+
825
## [0.6.16] - 2025-11-24
926

1027
### Fixed
@@ -293,6 +310,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
293310
- **License:**
294311
- MIT License with copyright headers in all source files
295312

313+
[0.6.17]: https://github.com/nickprotop/LocalizationManager/compare/v0.6.16...v0.6.17
296314
[0.6.16]: https://github.com/nickprotop/LocalizationManager/compare/v0.6.15...v0.6.16
297315
[0.6.15]: https://github.com/nickprotop/LocalizationManager/compare/v0.6.14...v0.6.15
298316
[0.6.14]: https://github.com/nickprotop/LocalizationManager/compare/v0.6.13...v0.6.14

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

debian/changelog

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

3-
* Fixed: Fix PPA distribution: change unstable to noble in release.sh\n
3+
* Added: Add web command to COMMANDS.md documentation\n- Add Web UI documentation and screenshots\n- Add and enhance API controllers for Web UI\n- Add API client services and models for Blazor UI\n- Add Blazor Server UI with terminal-themed design\n- Add Phase 6: Web API implementation with full CLI parity\n
4+
* Changed: Update ROADMAP with Web UI implementation status\n- Register Blazor services and SearchApiClient in WebCommand\n- Extend ResourceFilterService for API search support\n- Implement web command foundation for Phase 6\n- Enhance ROADMAP with comprehensive Web API/WASM architecture details\n
45

5-
-- Nikolaos Protopapas <nikolaos.protopapas@gmail.com> Mon, 24 Nov 2025 17:22:11 +0200
6+
-- Nikolaos Protopapas <nikolaos.protopapas@gmail.com> Tue, 25 Nov 2025 14:15:31 +0200

0 commit comments

Comments
 (0)