Skip to content

Commit a775aa9

Browse files
committed
Release v0.6.19
1 parent 23226b4 commit a775aa9

5 files changed

Lines changed: 16 additions & 12 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.19] - 2025-11-30
9+
10+
### Fixed
11+
- Fix VS Code extension display name for marketplace
12+
813
## [0.6.18] - 2025-11-30
914

1015
### Fixed
@@ -355,6 +360,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
355360
- **License:**
356361
- MIT License with copyright headers in all source files
357362

363+
[0.6.19]: https://github.com/nickprotop/LocalizationManager/compare/v0.6.18...v0.6.19
358364
[0.6.18]: https://github.com/nickprotop/LocalizationManager/compare/v0.6.17...v0.6.18
359365
[0.6.17]: https://github.com/nickprotop/LocalizationManager/compare/v0.6.16...v0.6.17
360366
[0.6.16]: https://github.com/nickprotop/LocalizationManager/compare/v0.6.15...v0.6.16

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.18</Version>
10-
<AssemblyVersion>0.6.18.0</AssemblyVersion>
11-
<FileVersion>0.6.18.0</FileVersion>
9+
<Version>0.6.19</Version>
10+
<AssemblyVersion>0.6.19.0</AssemblyVersion>
11+
<FileVersion>0.6.19.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.18</Version>
12-
<AssemblyVersion>0.6.18.0</AssemblyVersion>
13-
<FileVersion>0.6.18.0</FileVersion>
11+
<Version>0.6.19</Version>
12+
<AssemblyVersion>0.6.19.0</AssemblyVersion>
13+
<FileVersion>0.6.19.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.18-1) noble; urgency=medium
1+
lrm (0.6.19-1) noble; urgency=medium
22

3-
* Fixed: Fix bundle script path in release workflow\n- Fix backend process cleanup on extension exit\n- Fix dashboard to use actual API response format\n- Fix inconsistencies in VS Code extension plan\n- Fix test for new Lingva and MyMemory providers\n
4-
* Added: Add link to VS Code extension documentation\n- Add VS Code extension section to main README\n- Add LICENSE file\n- Add VS Code extension build and publish to release workflow\n- Add extension icon and update publisher to nickprotop\n- Add VS Code extension launcher and task configurations\n- Add Windows ARM64 support to VS Code extension\n- Add VS Code extension version sync to release scripts\n- Add content-based scanning support for in-memory file scanning\n- Add VS Code extension build and bundling scripts\n- Add VS Code extension core files\n- Add lrm.json configuration support to Settings Panel\n- Add comprehensive tests for single-file scan functionality\n- Add single-file scan support to CLI and API\n- Add comprehensive VS Code extension development plan with tracking\n- Add security hardening to Web API\n- Add Lingva and MyMemory free translation providers\n- Add unit tests for ConfigurationSchemaService\n- Add multi-select with bulk operations to Web UI Editor\n- Add schema-enhanced configuration editor with inline documentation\n
5-
* Changed: Improve VS Code extension marketplace categories and keywords\n- Update extension README for marketplace with screenshots\n- Move extension scripts to vscode-extension/scripts/\n- Update VS Code extension version to 0.6.17\n- Refactor build system: eliminate redundancy, add macOS support\n- Update build script and API documentation\n- Update .gitignore for VS Code extension development\n- Update VS Code extension plan with completed Phase 4 items\n- Register Dashboard and Settings commands in package.json\n- Remove duplicate status bar and use StatusBarManager only\n- Update VS Code extension plan: same repo, bundled binary, random port\n- Refactor provider lists to use factory as single source of truth\n
3+
* Fixed: Fix VS Code extension display name for marketplace\n
64

7-
-- Nikolaos Protopapas <nikolaos.protopapas@gmail.com> Sun, 30 Nov 2025 16:57:51 +0200
5+
-- Nikolaos Protopapas <nikolaos.protopapas@gmail.com> Sun, 30 Nov 2025 17:05:17 +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 .resx localization files with real-time validation, translation, and code scanning",
5-
"version": "0.6.18",
5+
"version": "0.6.19",
66
"icon": "images/icon.png",
77
"publisher": "nickprotop",
88
"repository": {

0 commit comments

Comments
 (0)