diff --git a/GBM/Classes/clsGame.vb b/GBM/Classes/clsGame.vb index f87274d..4ae1ad4 100644 --- a/GBM/Classes/clsGame.vb +++ b/GBM/Classes/clsGame.vb @@ -343,9 +343,6 @@ Public Class clsGame If CleanFolder <> oGame.CleanFolder Then Return False End If - If AppendTimeStamp <> oGame.AppendTimeStamp Then - Return False - End If If Hours <> oGame.Hours Then Return False End If diff --git a/GBM/readme.txt b/GBM/readme.txt index 5a056c5..56d54ef 100644 --- a/GBM/readme.txt +++ b/GBM/readme.txt @@ -1,20 +1,14 @@ -Game Backup Monitor v1.1.2 Readme +Game Backup Monitor v1.1.3 Readme http://mikemaximus.github.io/gbm-web/ gamebackupmonitor@gmail.com -June 7th, 2018 +June 25th, 2018 -New in 1.1.2 +New in 1.1.3 All Platforms: -- Modified "Quick Filter" behavior on the Game Manager - - The game list now becomes disabled when typing in the Quick Filter and enabled only when the filter has finished running. - - When using the Quick Filter, the currently selected game will be automatically deselected. - - These changes prevent the Game Manager from entering an unstable state after using the Quick Filter. +- Fixed issue with the "Save Multiple Backups" setting always syncing even when disabled in "Optional Sync Fields" -Windows Only: - -- Updated SQLite to v3.23.1 The entire version history of GBM releases is available at http://mikemaximus.github.io/gbm-web/versionhistory.html \ No newline at end of file