From 7ab1c33f137b66edc19d6b2b09e1c0ade7ee0106 Mon Sep 17 00:00:00 2001 From: Chaofan Date: Wed, 4 Sep 2024 00:12:23 +0800 Subject: [PATCH] Release v0.12.0 --- CHANGELOG.md | 7 ++++++- README.md | 7 ++----- package.json | 3 ++- 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e08d02..204d892 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)). diff --git a/README.md b/README.md index 24dedf2..b4dad5f 100644 --- a/README.md +++ b/README.md @@ -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). diff --git a/package.json b/package.json index 6a6a10b..ebb97d5 100644 --- a/package.json +++ b/package.json @@ -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", @@ -27,6 +27,7 @@ "onCommand:hoi4modutilities.previewworld", "onCommand:hoi4modutilities.scanreferences", "onCommand:hoi4modutilities.selectmodfile", + "onCommand:hoi4modutilities.selecthoifolder", "onCustomEditor:hoi4modutilities.dds", "onCustomEditor:hoi4modutilities.tga", "onWebviewPanel:hoi4ftpreview",