Skip to content

Commit

Permalink
AU: 2 updated - gbm master-pdf-editor
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Dec 19, 2018
1 parent 633f302 commit 0656797
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 29 deletions.
27 changes: 8 additions & 19 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.1.6</version>
<version>1.1.7</version>
<packageSourceUrl>https://github.com/AdmiringWorm/chocolatey-packages/tree/master/automatic/game-backup-monitor</packageSourceUrl>
<owners>AdmiringWorm</owners>
<title>Game Backup Monitor</title>
Expand Down Expand Up @@ -43,27 +43,16 @@ Game Backup Monitor is completely free and open source software.

### Software Release notes

***New in 1.1.6***
Season's Greetings!

All Platforms:
This is a maintenance release, unfortunately I didn't get around implementing any major features or changes.

***New in 1.1.7***

- Added support for games that save to the Windows %PROGRAMDATA% location.
- The Game Manager now automatically selects the last detected game when opened.
- Backup files can no longer be imported into a "Monitor Only" configuration.
- Optimized the memory and cpu usage of Regular Expressions when monitoring for games.
- Added a "Recurse sub-folders" option
- This option is set per game configuration, it is available on Include/Exclude window of the Game Manager and Add Game Wizard.
- It is enabled by default on all current and new configurations.
- Disabling this option prevents 7-Zip and GBM from scanning every sub-folder and file of a save path. This useful when backing up specific files inside an extremely large folder.
- Fixed a possible issue with backups when the configuration uses folder path includes.

Linux:
All Platforms:

- Fixed a memory leak issue with Mono and Regular Expressions.
- Fixed some issues when detecting the prefix of Wine/Proton games.
- The default prefix (~/.wine) will be assumed when a detected game does not have the WINEPREFIX variable set.
- A prefix can now be fully detected when it contains spaces.
- Windows configurations that use a relative save path are now properly converted when detected in Wine/Proton.
- Fixed an issue that caused the include/exclude builder to crash GBM when a save path contained illegal characters.
- Fixed an issue that prevented GBM from recording the correct time spent playing a game, when that game was played over consecutive sessions.

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.1.6>
location on <https://github.com/MikeMaximus/gbm/releases/tag/v1.1.7>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://github.com/MikeMaximus/gbm/releases/download/v1.1.6/GBM.v1.1.6.32-bit.Installer.exe>
64-Bit software: <https://github.com/MikeMaximus/gbm/releases/download/v1.1.6/GBM.v1.1.6.64-bit.Installer.exe>
32-Bit software: <https://github.com/MikeMaximus/gbm/releases/download/v1.1.7/GBM.v1.1.7.32-bit.Installer.exe>
64-Bit software: <https://github.com/MikeMaximus/gbm/releases/download/v1.1.7/GBM.v1.1.7.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: 3B0BCC12331F27C9ABA2B95D48ADE9112F33BE5C14D415E2BE775918C5C308D7
checksum64: D747D275D1A64623632924EAD1D85FC14173528966B68830DD90D333F880941F
checksum32: 4B6A0A5E4D0DFB2B648D45FA5F757E70AEFA795F5DA95C5147A19F94320A3E9B
checksum64: AEEE08AADC2BFACFFA3A7FB8D64D6A0066DD576D6B6317DCEF47794AAE007634

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.1.6.32-bit.Installer.exe"
file64 = "$toolsPath\GBM.v1.1.6.64-bit.Installer.exe"
file = "$toolsPath\GBM.v1.1.7.32-bit.Installer.exe"
file64 = "$toolsPath\GBM.v1.1.7.64-bit.Installer.exe"
softwareName = 'Game Backup Monitor*'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down
2 changes: 1 addition & 1 deletion automatic/master-pdf-editor/info
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"5c07d5d8-1da21e0"|5.2.11
"5c195e1c-1da51d0"|5.2.20
2 changes: 1 addition & 1 deletion automatic/master-pdf-editor/master-pdf-editor.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>master-pdf-editor</id>
<version>5.2.11</version>
<version>5.2.20</version>
<packageSourceUrl>https://github.com/AdmiringWorm/chocolatey-packages/tree/master/automatic/master-pdf-editor</packageSourceUrl>
<owners>AdmiringWorm</owners>
<title>Master PDF Editor</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/master-pdf-editor/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $packageArgs = @{
fileType = 'exe'
url = 'https://code-industry.net/public/MasterPDFEditor-setup.exe'
softwareName = 'Master PDF Editor*'
checksum = '5E197D7311CDA8B02D5D10A72900CFAE2A94FFD2405DCDA2894B3B6B03253EEE06716246569B8016469FD587FD886E16FC066880E03AD747E25B045D19C4C5FA'
checksum = '364E5555CCB5B5B752A6CCB8F9B5DA3D35B864CDF9EE8ABFEEFF38D2965B39BB67231DCE448DC83708D6AE2BA986039433DAFE0E22C1DC68D0CB42DEA06034DD'
checksumType = 'sha512'
silentArgs = "/SILENT /NORESTART /SUPPRESSMSGBOXES /SP- /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).InnoInstall.log`""
validExitCodes = @(0)
Expand Down

0 comments on commit 0656797

Please sign in to comment.