Skip to content

Commit

Permalink
Release v0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
herbix committed Sep 3, 2024
1 parent 480bae0 commit 7ab1c33
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ All notable changes to the "hoi4modutilities" extension will be documented in th

Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.

## [0.11.2] - 2023/12/06 - Latest
## [0.12.0] - 2024/09/03 - Latest

### Added
* Reading text from localisation files and show them in previews (Contributor: [IShiraiKurokoI(Shirai_Kuroko)](https://github.com/IShiraiKurokoI)).

## [0.11.2] - 2023/12/06

### Added
* Updated Korean translation (Contributor: [gyhs(NIKA)](https://github.com/gyhs)).
Expand Down
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,10 @@ For feature details and user manual, please refer to [HOI4 Mod Utilities Wiki](h
* Edge lines on world map not alway fit edge of colors.
* Event tree preview will duplicate events even they are same event if they are from different option.

## Release Notes - [0.11.2]
## Release Notes - [0.12.0]

### Added
* Updated Korean translation (Contributor: [gyhs(NIKA)](https://github.com/gyhs)).

### Fixed
* Fix a bug that some conditions are treated as scope.
* Reading text from localisation files and show them in previews (Contributor: [IShiraiKurokoI(Shirai_Kuroko)](https://github.com/IShiraiKurokoI)).

## Contribute
* If you have any suggestion, feel free to create issue on this [Github repo](https://github.com/herbix/hoi4modutilities).
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "hoi4modutilities",
"displayName": "%hoi4modutilities.displayName%",
"description": "Utilities for Heart of Iron IV mods developers",
"version": "0.11.2",
"version": "0.12.0",
"author": "Chaofan Yang",
"publisher": "chaofan",
"icon": "icon.png",
Expand All @@ -27,6 +27,7 @@
"onCommand:hoi4modutilities.previewworld",
"onCommand:hoi4modutilities.scanreferences",
"onCommand:hoi4modutilities.selectmodfile",
"onCommand:hoi4modutilities.selecthoifolder",
"onCustomEditor:hoi4modutilities.dds",
"onCustomEditor:hoi4modutilities.tga",
"onWebviewPanel:hoi4ftpreview",
Expand Down

0 comments on commit 7ab1c33

Please sign in to comment.