diff --git a/CHANGELOG.md b/CHANGELOG.md index 8735bf8..1ae2fb3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Paradox Highlight Changelog +## Version 1.8.0, 2024-11-11 + +### Bugfix + +- Allow dots inside quotes in `localization` + +### Enhancements + +- Add more `Europa Universalis IV` builtin commands +- Add more `Europa Universalis IV` and `Hearts of Iron IV` parameters + +### New Features + +- Add support for `Hearts of Iron IV` +- Enable formatting for `Hearts of Iron IV` + ## Version 1.7.2, 2024-10-26 ### Bugfix diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index c6a32a1..079f8ee 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,22 +1,24 @@ -v1.7.2, 2024-10-26 +v1.8.0, 2024-11-11 ## Bugfix -- Fix RHS event targets in `Europa Universalis IV` +- Allow dots inside quotes in `localization` ## Enhancements - Add more `Europa Universalis IV` builtin commands -- Add more `Europa Universalis IV` and `Crusdaer Kings III` parameters +- Add more `Europa Universalis IV` and `Hearts of Iron IV` parameters -## New Feature +## New Features -- Enable formatting for `Europa Universalis IV` +- Add support for `Hearts of Iron IV` +- Enable formatting for `Hearts of Iron IV` ## Compatible game version - Crusader Kings III 1.13.2 (Basileus) - Victoria 3 1.7.6 (Kahwah) - Europa Universalis IV 1.37.5 (Inca) +- Heart of Iron IV 1.14.10 (Bolivar) -**Full Changelog**: https://github.com/dragon-archer/paradox-highlight/compare/v1.7.1...v1.7.2 +**Full Changelog**: https://github.com/dragon-archer/paradox-highlight/compare/v1.7.2...v1.8.0 diff --git a/package.json b/package.json index 519b7f7..ac63f15 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "paradox-highlight", "displayName": "Paradox Highlight", "description": "Syntax highlight for Paradox Script Languages", - "version": "1.7.2", + "version": "1.8.0", "publisher": "dragon-archer", "icon": "icons/paradox.png", "readme": "README.md",