v0.94 pre-release final commit
This commit is contained in:
@@ -453,7 +453,12 @@ Public Class frmMain
|
|||||||
End If
|
End If
|
||||||
|
|
||||||
'Do Time Update
|
'Do Time Update
|
||||||
If oSettings.TimeTracking Then UpdateTimeSpent(oProcess.GameInfo.Hours, 0)
|
If oSettings.TimeTracking Then
|
||||||
|
UpdateTimeSpent(oProcess.GameInfo.Hours, 0)
|
||||||
|
Else
|
||||||
|
lblTimeTitle.Visible = False
|
||||||
|
lblTimeSpent.Visible = False
|
||||||
|
End If
|
||||||
|
|
||||||
'Set Details
|
'Set Details
|
||||||
If sFileName = String.Empty Then
|
If sFileName = String.Empty Then
|
||||||
@@ -923,7 +928,7 @@ Public Class frmMain
|
|||||||
txtLog.ScrollToCaret()
|
txtLog.ScrollToCaret()
|
||||||
gMonTray.BalloonTipText = sLogUpdate
|
gMonTray.BalloonTipText = sLogUpdate
|
||||||
gMonTray.BalloonTipIcon = objIcon
|
gMonTray.BalloonTipIcon = objIcon
|
||||||
If bTrayUpdate Then gMonTray.ShowBalloonTip(2000)
|
If bTrayUpdate Then gMonTray.ShowBalloonTip(5000)
|
||||||
End If
|
End If
|
||||||
Application.DoEvents()
|
Application.DoEvents()
|
||||||
End Sub
|
End Sub
|
||||||
|
|||||||
+14
-22
@@ -1,7 +1,7 @@
|
|||||||
Game Backup Monitor v0.93 Readme
|
Game Backup Monitor v0.94 Readme
|
||||||
http://backupmonitor.sourceforge.net/
|
http://mikemaximus.github.io/gbm-web/
|
||||||
|
|
||||||
October 13, 2015
|
November 17, 2015
|
||||||
|
|
||||||
Disclaimer:
|
Disclaimer:
|
||||||
|
|
||||||
@@ -13,26 +13,18 @@ This application is designed to run in the system tray and monitor for games you
|
|||||||
|
|
||||||
GBM has been designed with mostly classic gaming in mind, but it can be used for any application!
|
GBM has been designed with mostly classic gaming in mind, but it can be used for any application!
|
||||||
|
|
||||||
Important Upgrade Information:
|
New in 0.94
|
||||||
|
|
||||||
1. You may notice one or more backup dates are incorrect after upgrading to v0.93. This is due to fallback behavior during the upgrade process when a date cannot be converted correctly.
|
- Added the ability to organize your games with Tags. Users can create and customize their own list of Tags.
|
||||||
|
- Added the ability to filter by Tag in the Game Manager.
|
||||||
2. Due to core changes to how GBM handles backups, some game configurations that exclude sub-folders may break in v0.93, including official configurations.
|
- Added the ability to filter by Tag when doing an XML export.
|
||||||
|
- Added the ability to disable Time Tracking. Enabling or disabling this setting has no effect on data already recorded.
|
||||||
If you have any issues with the following game backups after upgrading to v0.93, delete them from the Game Manager and re-import them from the official list.
|
- Added the ability to restart GBM as Administrator from the status bar.
|
||||||
|
- Redesigned notifications, GBM is now silent unless a problem occurs.
|
||||||
Call of Cthulhu - Dark Corners of The Earth
|
- Enhanced the sync logic and performance.
|
||||||
Dead State
|
- The backup "Timestamp" setting is no longer included in XML imports or exports.
|
||||||
Democracy 3
|
- Redesigned the XML import and export core. Sorry, this invalidates all prior XML exports files, but it will ensure future backwards compatability.
|
||||||
Grand Theft Auto - San Andreas
|
- Various bug fixes.
|
||||||
Kerbal Space Program
|
|
||||||
POD Gold
|
|
||||||
Simcity 4 Deluxe
|
|
||||||
The Settlers: Rise of an Empire
|
|
||||||
Tropico 4
|
|
||||||
Victor Vran
|
|
||||||
|
|
||||||
Please check the Game Manager section of the manual if you're having problems with your custom game entries.
|
|
||||||
|
|
||||||
New in 0.93
|
New in 0.93
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user