Final pre-release changes
This commit is contained in:
@@ -1622,8 +1622,9 @@ Public Class frmMain
|
|||||||
HandleScan()
|
HandleScan()
|
||||||
CheckForNewBackups()
|
CheckForNewBackups()
|
||||||
Catch ex As Exception
|
Catch ex As Exception
|
||||||
mgrCommon.ShowMessage(frmMain_ErrorInitFailure, ex.Message, MsgBoxStyle.Critical)
|
If mgrCommon.ShowMessage(frmMain_ErrorInitFailure, ex.Message, MsgBoxStyle.YesNo) = MsgBoxResult.No Then
|
||||||
bInitFail = True
|
bInitFail = True
|
||||||
|
End If
|
||||||
End Try
|
End Try
|
||||||
|
|
||||||
'Unix Handler
|
'Unix Handler
|
||||||
|
|||||||
Generated
+1
-1
@@ -2347,7 +2347,7 @@ Namespace My.Resources
|
|||||||
End Property
|
End Property
|
||||||
|
|
||||||
'''<summary>
|
'''<summary>
|
||||||
''' Looks up a localized string similar to An unexpected error occured while initializing GBM.[BR][BR][PARAM][BR][BR]The application will now exit..
|
''' Looks up a localized string similar to An unexpected error occured while initializing GBM.[BR][BR][PARAM][BR][BR]Do you wish to continue anyway? (Not Recommended).
|
||||||
'''</summary>
|
'''</summary>
|
||||||
Friend ReadOnly Property frmMain_ErrorInitFailure() As String
|
Friend ReadOnly Property frmMain_ErrorInitFailure() As String
|
||||||
Get
|
Get
|
||||||
|
|||||||
@@ -1559,7 +1559,7 @@
|
|||||||
<value>The command [PARAM] requires more parameters.</value>
|
<value>The command [PARAM] requires more parameters.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="frmMain_ErrorInitFailure" xml:space="preserve">
|
<data name="frmMain_ErrorInitFailure" xml:space="preserve">
|
||||||
<value>An unexpected error occured while initializing GBM.[BR][BR][PARAM][BR][BR]The application will now exit.</value>
|
<value>An unexpected error occured while initializing GBM.[BR][BR][PARAM][BR][BR]Do you wish to continue anyway? (Not Recommended)</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="App_ErrorUnixNotAvailable" xml:space="preserve">
|
<data name="App_ErrorUnixNotAvailable" xml:space="preserve">
|
||||||
<value>This function is currently not available on a Unix based operating system.</value>
|
<value>This function is currently not available on a Unix based operating system.</value>
|
||||||
|
|||||||
+28
-6
@@ -2,7 +2,7 @@ Game Backup Monitor v0.96 Preview Readme
|
|||||||
http://mikemaximus.github.io/gbm-web/
|
http://mikemaximus.github.io/gbm-web/
|
||||||
gamebackupmonitor@gmail.com
|
gamebackupmonitor@gmail.com
|
||||||
|
|
||||||
February 19, 2016
|
March 4, 2016
|
||||||
|
|
||||||
Disclaimer:
|
Disclaimer:
|
||||||
|
|
||||||
@@ -10,10 +10,32 @@ This is beta release software. You may still encounter some bugs.
|
|||||||
|
|
||||||
New in 0.96
|
New in 0.96
|
||||||
|
|
||||||
- Fixes for multi-select edits and various minor bugs.
|
For more information regarding Linux support read the FAQ at http://mikemaximus.github.io/gbm-web/linux.html
|
||||||
- GBM now deletes all user files to the Windows recycle bin by default.
|
|
||||||
- Added the ability to clear and save the session log from the Tools menu.
|
- (Linux) Added Linux support via Mono!
|
||||||
- GBM now auto-saves and clears the session log to %localappdata%\gbm if it reaches it's limit (2 MB).
|
- (All) Replaced System.Data.SQLite with the Mono.Data.Sqlite for cross-platform support.
|
||||||
- The file size will be displayed in the session log after each backup.
|
- (Windows) Updated GBM's version of 7-Zip to 15.14 (2015-12-31)
|
||||||
|
- (All) Added the ability to set the 7-Zip compression level on the Settings screen.
|
||||||
|
- (Windows) GBM now deletes all user files to the Windows recycle bin by default.
|
||||||
|
- (All) Added the ability to clear and save the session log from the Tools menu.
|
||||||
|
- (All) GBM now auto-saves and clears the session log to %localappdata%\gbm if it reaches it's limit (2 MB).
|
||||||
|
- (All) The file size will be displayed in the session log after each backup.
|
||||||
|
|
||||||
The entire version history of GBM releases is available at http://mikemaximus.github.io/gbm-web/versionhistory.html
|
The entire version history of GBM releases is available at http://mikemaximus.github.io/gbm-web/versionhistory.html
|
||||||
|
|
||||||
|
Important Upgrade Information:
|
||||||
|
|
||||||
|
A very small percentage of users may experience the following error message after upgrading to this version:
|
||||||
|
|
||||||
|
Column 'CompressionLevel' does not belong to table Table.
|
||||||
|
|
||||||
|
If you get this error follow these steps:
|
||||||
|
|
||||||
|
1. Start GBM and click "Yes" to continue past the error.
|
||||||
|
2. Press CTRL and ~ (Tilde) to open the Developer Console.
|
||||||
|
3. Enter the command exactly as follows (or copy & paste it) then click OK.
|
||||||
|
|
||||||
|
SQL Local PRAGMA user_version=95
|
||||||
|
|
||||||
|
4. You'll receive confirmation that the command was executed. Click OK and immediately close GBM via the File menu.
|
||||||
|
5. Restart GBM and the error will no longer appear!
|
||||||
Reference in New Issue
Block a user