Changes for issue #62

This commit is contained in:
Michael J. Seiferling
2016-08-31 09:38:31 -06:00
parent e3f5c7e3c0
commit 6d0db7c075
2 changed files with 8 additions and 5 deletions
+1 -1
View File
@@ -283,10 +283,10 @@ Public Class mgrPath
hshFolders.Add(Guid.NewGuid.ToString, Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData)) hshFolders.Add(Guid.NewGuid.ToString, Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData))
hshFolders.Add(Guid.NewGuid.ToString, Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData)) hshFolders.Add(Guid.NewGuid.ToString, Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData))
hshFolders.Add(Guid.NewGuid.ToString, Environment.GetFolderPath(Environment.SpecialFolder.MyDocuments))
'Don't use these in Unix 'Don't use these in Unix
If Not mgrCommon.IsUnix Then If Not mgrCommon.IsUnix Then
hshFolders.Add(Guid.NewGuid.ToString, Environment.GetFolderPath(Environment.SpecialFolder.MyDocuments))
hshFolders.Add(Guid.NewGuid.ToString, Environment.GetFolderPath(Environment.SpecialFolder.CommonDocuments)) hshFolders.Add(Guid.NewGuid.ToString, Environment.GetFolderPath(Environment.SpecialFolder.CommonDocuments))
hshFolders.Add(Guid.NewGuid.ToString, Environment.GetFolderPath(Environment.SpecialFolder.UserProfile)) hshFolders.Add(Guid.NewGuid.ToString, Environment.GetFolderPath(Environment.SpecialFolder.UserProfile))
End If End If
+7 -4
View File
@@ -10,14 +10,17 @@ This is beta release software. You may still encounter some bugs.
New in 0.98 New in 0.98
- (Linux) 64-bit games running in Wine will now be properly detected.
- (Linux) Add Game Wizard will no longer remove all extensions when selecting an executable.
- (All) Using "Monitor Only" no longer puts anys limitations on the game configuration or available features.
- (All) Redesigned GBM's ability to manage multiple backups per game. - (All) Redesigned GBM's ability to manage multiple backups per game.
- The "Timestamp each backup" option has been renamed "Save multiple backups". - The "Timestamp each backup" option has been renamed "Save multiple backups".
- You can limit the amount of backups you keep for each game by setting a limit (2 to 100). - You can limit the amount of backups you keep for each game by setting a limit (2 to 100).
- GBM will keep your backup folder clean by automatically deleting old backups as limits are reached or modified. - GBM will keep your backup folder clean by automatically deleting old backups as limits are reached or modified.
- The Game Manager now allows you to browse and manage all of your backups for each game, not just the latest. - The Game Manager now allows you to browse and manage ALL backups for each game, not just the latest backup.
- (All) Using "Monitor Only" no longer puts anys limitations on the game configuration or available features.
- (Windows Installer) The installer will now properly go into upgrade mode if a prior version of GBM is installed. Note: 32-bit and 64-bit qualify as different versions.
- (Windows Installer) The installer will now create an uninstall entry in Add/Remove Programs (Apps & Features).
- (Linux) 64-bit games running in Wine will now be properly detected.
- (Linux) Add Game Wizard will no longer remove all extensions when selecting an executable.
- (Linux) GBM now prefers to use an absolute path when creating Linux game configurations.
Important Upgrade Information: Important Upgrade Information: