Skip to content

Commit

Permalink
AU: 1 updated - PDFXchangeEditor
Browse files Browse the repository at this point in the history
  • Loading branch information
flcdrg committed Dec 15, 2017
1 parent cf44b94 commit 2695925
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 6 deletions.
26 changes: 24 additions & 2 deletions PDFXchangeEditor/PDFXchangeEditor.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>PDFXchangeEditor</id>
<version>7.0.323.0</version>
<version>7.0.323.1</version>
<packageSourceUrl>https://github.com/flcdrg/au-packages/tree/master/PDFXchangeEditor</packageSourceUrl>
<owners>flcdrg, calwell</owners>
<title>PDF-XChange Editor</title>
Expand Down Expand Up @@ -34,7 +34,29 @@ These parameters can be passed to the installer with the use of `-params`.
For example: `-params '"/NoDesktopShortcuts"'`.

</description>
<releaseNotes>Requires maintenance through 2017-12-01</releaseNotes>
<releaseNotes><![CDATA[Requires maintenance through 2017-12-01
#### Newly added feature
* Added 'Local Folders' to the 'Add a Place' feature.
* Added functionality to switch between languages in Shell Extensions.
#### A reported error or bug was fixed
* Fixed the issue with the 'Combine Files' feature where one file in a group of selected files was not added to the list. ([30035](http://www.tracker-software.com/forum3/viewtopic.php?t=30035))
* Fixed the scan issues identified in RC.323.
* Fixed the preview issue in Microsoft Outlook.
* Fixed the issue with printing masks and the inversion of masked images. (T# 4120)
* Fixed several issues with toolbar customization, and improved the customization process itself.
* Fixed the issue with maximizing the application window on multi-monitor configurations. ([30058](http://www.tracker-software.com/forum3/viewtopic.php?t=30058))
* Fixed some issues with toolbar/menu elements added by JavaScript. ([30094](http://www.tracker-software.com/forum3/viewtopic.php?t=30094))
* Fixed some issues with toolbars/menus in SDK mode. Editor now starts in Classic UI by default, as it did in previous builds.
#### Changed, reviewed, modified feature
* Forced the conversion of images to B&W when printing with the "Color Override" option set to "Monochrome". ([30097](http://www.tracker-software.com/forum3/viewtopic.php?t=30097))
* Improved the logic of using contextual tabs in the Ribbon UI.
* Prevented the elimination of existing toolbar customization data when Editor V7 is started. Editor now retains this data for use in conjunction with the 'Auto-Import Old Customization' feature that we are aiming to add in the future. ([29984](http://www.tracker-software.com/forum3/viewtopic.php?t=29984))
* Fixed the issue with the IE Plugin where a white tab was displayed instead of the normal UI.]]></releaseNotes>
</metadata>
<files>
<file src="tools\**" target="tools" />
Expand Down
8 changes: 4 additions & 4 deletions PDFXchangeEditor/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ $primaryDownloadUrl = "http://downloads.pdf-xchange.com/$filename"
$primaryDownloadUrl64 = "http://downloads.pdf-xchange.com/$filename64"
$url = "http://www.docu-track.co.uk/builds/$version/$filename"
$url64 = "http://www.docu-track.co.uk/builds/$version/$filename64"
$checksum = 'A7E3FAB0F2AD3D2E3D569BB30DBFEF2BF9C6BB2945176636CE802D39E1401097'
$checksum64 = '9307CB6EA3377EA0287EADF4E2F6E638A47EE3449691F2425AB086A168D111DB'
$lastModified32 = New-Object -TypeName DateTimeOffset 2017, 12, 1, 6, 58, 40, 0 # Last modified time corresponding to this package version
$lastModified64 = New-Object -TypeName DateTimeOffset 2017, 12, 1, 6, 58, 6, 0 # Last modified time corresponding to this package version
$checksum = 'D53A6509D606A148CFA2C4B4942CC4934A4AADDCEFFB15217EBF018A8BDC7923'
$checksum64 = 'FA2F026012842432D1DE0CC174CCE8865631526F4BF13504AADB171203E3DCA1'
$lastModified32 = New-Object -TypeName DateTimeOffset 2017, 12, 14, 4, 43, 50, 0 # Last modified time corresponding to this package version
$lastModified64 = New-Object -TypeName DateTimeOffset 2017, 12, 14, 4, 43, 28, 0 # Last modified time corresponding to this package version

# Tracker Software have fixed download URLs, but if the binary changes we can fall back to their alternate (but slower) download site
# so the package doesn't break.
Expand Down

0 comments on commit 2695925

Please sign in to comment.