diff --git a/CHANGELOG.md b/CHANGELOG.md index d441fb7..821b651 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.10.2] - 2023-10-22 + +- Added Brazilian Portuguese translation (by Felipe). +- Added warning dialog if a mod is installed from a path outside of the game directory. +- Reduced likelihood of connection failure for the WeiDU binary download operation. +- Improved Ini parser to properly handle malformed Project Infinity metadata: + - Correctly handle multiline mod descriptions + - Fix erroneously detected comment prefixes inside BEFORE/AFTER definitions + ## [0.10.1] - 2023-10-19 - First public release candidate diff --git a/README.md b/README.md index 0e75fe3..2749726 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ Customization of the WeiDU Install Tool includes: Installation builds are available as installers and portable packages for Windows, GNU/Linux and macOS. They can be downloaded from the [Releases](https://github.com/InfinityTools/WeiduInstallTool/releases) section of the project. -*Note: It is possible that some antivirus or security tools are overly sensitive and block download or installation of the file because of problematic executables. These are false positives if you downloaded the file from the official GitHub Releases page. Most antivirus tools provide options to whitelist the problematic files or mark them as safe and allow you to continue with the process.* +_**Note:** It is possible that some antivirus or security tools are overly sensitive and block download or installation of the file because of problematic executables. These are false positives if you downloaded the file from the official GitHub Releases page. Most antivirus tools provide options to whitelist the problematic files or mark them as safe and allow you to continue with the process._ ## Building from Source diff --git a/src/main/resources/globals.properties b/src/main/resources/globals.properties index 63c5320..771291d 100644 --- a/src/main/resources/globals.properties +++ b/src/main/resources/globals.properties @@ -1,4 +1,4 @@ -version = 0.10.1 +version = 0.10.2 title = WeiDU Install Tool name = WeiduInstallTool config_name = wit