Skip to content

Commit

Permalink
AU: 1 updated - gbm
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Mar 21, 2023
1 parent d51560e commit f36e584
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 17 deletions.
27 changes: 17 additions & 10 deletions automatic/gbm/gbm.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>gbm</id>
<version>1.3.4</version>
<version>1.3.5</version>
<packageSourceUrl>https://github.com/admiringworm/chocolatey-packages/tree/master/automatic/gbm</packageSourceUrl>
<owners>AdmiringWorm</owners>
<title>Game Backup Monitor</title>
Expand Down Expand Up @@ -45,21 +45,28 @@ Game Backup Monitor is completely free and open source software.

### Software Release notes

This is a maintenance release to address recently reported issues and update components.

🎄 Happy Holidays! 🎄

***New in 1.3.4***
***New in 1.3.5***

All Platforms:

- Fixed an issue with ignored 7-Zip settings. The "Custom Arguments" and "Custom Location" settings will now function properly.
- Fixed an issue with the main window not properly scaling controls when using certain high DPI settings.
- Fixed an issue that prevented GBM from properly refreshing the main window when the database file is updated by another app.
- Fixed issues that could cause an unnecessary sync operation to be triggered.
- GBM will no longer perform database syncs or automatically handle new backups while a game is being monitored or during other operations.
- These actions running simultaneously could cause errors and/or leave the app in an broken state.
- The remote database backup created when GBM is launched will now include the name of the PC in the file name.
- The remote database is "gbm.s3db" in your backup folder.
- This change makes the database backup more useful when using GBM on multiple PCs with a shared backup folder.
- This change prevents conflict issues with cloud services, as multiple PCs could be overwriting the same backup file with varying versions.

Windows:

- 7-Zip updated to 22.01
- SQLite updated to 3.40.0
- Added a Setting (Settings -&gt; Files &amp; Folders) to toggle the deleting of files to the Recycling Bin.
- This setting is enabled by default to match functionality of prior versions.

Linux:

- Fixed a crash that occurred when attempting to automatically restore new backups on app start.
- GBM will now wait 60 seconds before attempting to automatically handle new backups after the app starts.

The entire version history of GBM releases is available at http://mikemaximus.github.io/gbm-web/versionhistory.html</releaseNotes>
</metadata>
Expand Down
10 changes: 5 additions & 5 deletions automatic/gbm/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@ Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.

The embedded software have been downloaded from the listed download
location on <https://github.com/MikeMaximus/gbm/releases/tag/v1.3.4>
location on <https://github.com/MikeMaximus/gbm/releases/tag/v1.3.5>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://github.com/MikeMaximus/gbm/releases/download/v1.3.4/GBM.v1.3.4.32-bit.Installer.exe>
64-Bit software: <https://github.com/MikeMaximus/gbm/releases/download/v1.3.4/GBM.v1.3.4.64-bit.Installer.exe>
32-Bit software: <https://github.com/MikeMaximus/gbm/releases/download/v1.3.5/GBM.v1.3.5.32-bit.Installer.exe>
64-Bit software: <https://github.com/MikeMaximus/gbm/releases/download/v1.3.5/GBM.v1.3.5.64-bit.Installer.exe>
2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
- Use chocolatey utility 'checksum.exe'
3. The checksums should match the following:

checksum type: sha256
checksum32: EDE6E263E64FBEF921EDC7874F5AD6BF3745DBCAC5631DBEF36B0F66F18C36A3
checksum64: 047A24DF5ED5ED11A14F555A1DA853CD5B85FF5A581876921C92B4709A976E24
checksum32: 0B2BD1FC8E661A8EE1C958405AF3CBE2CCC11D933CAAB6EDE7B2298F5559990F
checksum64: 613829A6AAB4EDBE40D6A5D550B2467E26481DC4402A34870CFA48E0A50FC6CB

The file 'LICENSE.txt' has been obtained from <https://github.com/MikeMaximus/gbm/blob/master/LICENSE>
4 changes: 2 additions & 2 deletions automatic/gbm/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
file = "$toolsPath\GBM.v1.3.4.32-bit.Installer.exe"
file64 = "$toolsPath\GBM.v1.3.4.64-bit.Installer.exe"
file = "$toolsPath\GBM.v1.3.5.32-bit.Installer.exe"
file64 = "$toolsPath\GBM.v1.3.5.64-bit.Installer.exe"
softwareName = 'Game Backup Monitor*'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down

0 comments on commit f36e584

Please sign in to comment.