File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,22 @@ This file is automatically generated from commit messages during releases.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 0.6.4] - 2025-11-09
9+
10+ ### Fixed
11+ - Fix release script to create new commit instead of amending
12+ - Fix GitHub Action version references from @v1 to @v0
13+ - Fix action.yml to use static filenames without version numbers
14+
15+ ### Added
16+ - Add language management to TUI editor
17+ - Add language file management commands
18+ - Add release.sh script and simplify release workflow
19+
20+ ### Changed
21+ - Remove update-changelog workflow and move logic to release.sh
22+ - Remove version numbers from release artifact filenames
23+
824## [ 0.6.3] - 2025-11-09
925
1026### Fixed
@@ -83,6 +99,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8399- ** License:**
84100 - MIT License with copyright headers in all source files
85101
102+ [ 0.6.4 ] : https://github.com/nickprotop/LocalizationManager/compare/v0.6.3...v0.6.4
86103[ 0.6.3 ] : https://github.com/nickprotop/LocalizationManager/compare/v0.6.2...v0.6.3
87104[ 0.6.2 ] : https://github.com/nickprotop/LocalizationManager/compare/v0.6.0...v0.6.2
88105[ 0.6.0 ] : https://github.com/nickprotop/LocalizationManager/releases/tag/v0.6.0
Original file line number Diff line number Diff line change 77 <Nullable >enable</Nullable >
88
99 <!-- Version and Assembly Information -->
10- <Version >0.6.3 </Version >
11- <AssemblyVersion >0.6.3 .0</AssemblyVersion >
12- <FileVersion >0.6.3 .0</FileVersion >
10+ <Version >0.6.4 </Version >
11+ <AssemblyVersion >0.6.4 .0</AssemblyVersion >
12+ <FileVersion >0.6.4 .0</FileVersion >
1313 <Authors >Nikolaos Protopapas</Authors >
1414 <Company >Nikolaos Protopapas</Company >
1515 <Product >Localization Resource Manager (LRM)</Product >
You can’t perform that action at this time.
0 commit comments