Minor change for #125 and readme.txt update
This commit is contained in:
@@ -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
@@ -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
|
||||
Reference in New Issue
Block a user