diff --git a/Installer/README.txt b/Installer/README.txt index 5741ba5..4660ff5 100644 --- a/Installer/README.txt +++ b/Installer/README.txt @@ -7,6 +7,13 @@ Maid Fiddler is a real-time game manipulation tool for COM3D2. Changelog: +* 1.0.4.2 + - Fix some UI elements for non-negative integers permitting negative values + - Fix crashing when personality is changed to Ladylike (for real this time) +* 1.0.4.1 + - Fixed crash when personality is changed to Ladylike + - Potential fix for crash on save reload + - Update TW translations * 1.0.4.0 - Added auto-updater functionality - Added "unlock everything in free mode" option diff --git a/Installer/installer.iss b/Installer/installer.iss index 1070080..ce0c51b 100644 --- a/Installer/installer.iss +++ b/Installer/installer.iss @@ -3,7 +3,7 @@ #define MyAppName "Maid Fiddler" #define MyAppPub "NeighTools" -#define MyAppVersion "1.0.4.0" +#define MyAppVersion "1.0.4.2" #define MyAppURL "https://github.com/denikson/COM3D2.MaidFiddler" #define MyAppExeName "maid_fiddler_qt.exe"