Minor change for #125 and readme.txt update

This commit is contained in:
MikeMaximus
2018-02-24 09:49:33 -06:00
parent dca86beebe
commit 866f6005dc
2 changed files with 12 additions and 3 deletions
+1 -1
View File
@@ -1292,7 +1292,7 @@ Public Class frmMain
prsNotify.StartInfo.RedirectStandardOutput = True
prsNotify.StartInfo.CreateNoWindow = True
prsNotify.Start()
Catch ex As Exception
Catch
'Show default notification style
gMonTray.BalloonTipText = sLogUpdate
gMonTray.BalloonTipIcon = objIcon
+11 -2
View File
@@ -2,7 +2,7 @@ Game Backup Monitor v1.0.8 Pre-Release Readme
http://mikemaximus.github.io/gbm-web/
gamebackupmonitor@gmail.com
February 11, 2018
February 24, 2018
New in 1.0.8
@@ -19,10 +19,19 @@ All Platforms:
- This allows GBM to better support games that run from multiple executables and games that use interpreters or emulators.
- Use the new "Regular Expression" checkbox on the Game Manager and enter the pattern in the "Process" field.
- GBM will validate patterns and offer to help troubleshoot (using regexr.com) when validation fails.
- Fixed a potential problem with detecting parameters.
- Changed how GBM handles game and file names
- You may now use any character in the configuration name of a game. For example, Kingdom Come: "Deliverance" is now a valid game name.
- These characters are still stripped when a folder or filename is created, using the above example the backup folder and file name would be Kingdom Come Deliverance.
- Updated session CSV export to adhere to RFC 4180. It now handles commas, quotes and line breaks correctly.
Windows Only:
- Updated 7-Zip to v18.01
Linux Only:
- GBM now uses notify-send (libnotify) if it's available to display notifications on Linux.
- Mono style notifications will be displayed if notify-send is not available.
- The GBM icon will be displayed on notifications if it's been installed to the correct location (via makefile or deb).
The entire version history of GBM releases is available at http://mikemaximus.github.io/gbm-web/versionhistory.html