diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ae2fb3..8529bcf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Paradox Highlight Changelog +## Version 1.8.1, 2024-11-22 + +### Enhancements + +- Update `Crusader Kings III` to version 1.14.1 (Traverse) +- Update `Victoria 3` to version 1.8.1 (Masala Chai) +- Add more `Europa Universalis IV` builtin commands +- Add more `Europa Universalis IV` parameters + ## Version 1.8.0, 2024-11-11 ### Bugfix diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 079f8ee..9e34d44 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,24 +1,17 @@ -v1.8.0, 2024-11-11 - -## Bugfix - -- Allow dots inside quotes in `localization` +v1.8.1, 2024-11-22 ## Enhancements +- Update `Crusader Kings III` to version 1.14.1 (Traverse) +- Update `Victoria 3` to version 1.8.1 (Masala Chai) - 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` +- Add more `Europa Universalis IV` parameters ## Compatible game version -- Crusader Kings III 1.13.2 (Basileus) -- Victoria 3 1.7.6 (Kahwah) +- Crusader Kings III 1.14.1 (Traverse) +- Victoria 3 1.8.1 (Masala Chai) - 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.2...v1.8.0 +**Full Changelog**: https://github.com/dragon-archer/paradox-highlight/compare/v1.8.0...v1.8.1 diff --git a/package.json b/package.json index ac63f15..939de96 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.8.0", + "version": "1.8.1", "publisher": "dragon-archer", "icon": "icons/paradox.png", "readme": "README.md", @@ -19,7 +19,10 @@ ], "keywords": [ "paradox", - "crusader kings" + "crusader kings", + "europa universalis", + "hearts of iron", + "victoria" ], "bugs": { "url": "https://github.com/dragon-archer/paradox-highlight/issues"