diff --git a/CHANGELOG.md b/CHANGELOG.md index 821b651..403586f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [0.10.3] - 2023-10-27 + +- Added option to create debug files of mod installations in a user-defined folder instead of the game directory. +- Added option to auto-apply performance or diagnostic parameters to mod installations: + - Performance: `--quick-log` + - Performance: `--safe-exit` + - Diagnostic: `--print-backtrace` + - Diagnostic: `--debug-ocaml` + - Diagnostic: `--debug-boiic` + - Diagnostic: `--debug-change` + - Apply user-defined set of parameters +- Fixed issues with mixed-case paths on Linux which resulted in failures to retrieve mod components info. +- Improved parsing of Project Infinity metadata: + - added support for C-style comments (`//`) and Windows-style comments (`;`) + ## [0.10.2] - 2023-10-22 - Added Brazilian Portuguese translation (by Felipe). diff --git a/src/main/resources/globals.properties b/src/main/resources/globals.properties index 771291d..8a4e4b9 100644 --- a/src/main/resources/globals.properties +++ b/src/main/resources/globals.properties @@ -1,4 +1,4 @@ -version = 0.10.2 +version = 0.10.3 title = WeiDU Install Tool name = WeiduInstallTool config_name = wit