Skip to content

Commit

Permalink
chocolatey 1.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cbucher committed May 2, 2019
1 parent 3b3cc88 commit a08ad21
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 12 deletions.
23 changes: 15 additions & 8 deletions Packaging/chocolatey/ConsoleZ.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>ConsoleZ</id>
<version>1.18.3.18143</version>
<version>1.19.0.19104</version>
<title>ConsoleZ</title>
<authors>cbucher</authors>
<owners>cbucher</owners>
Expand Down Expand Up @@ -33,13 +33,20 @@ This fork supports:
* Workspaces
* and more...</description>
<summary>This is a modified version of Console 2 for a better experience under Windows Vista/7/8/10 and a better visual rendering.</summary>
<releaseNotes>! WTL 10.0.7336
! GDI+ replaces FreeImage library in aero version.
+ Maximize/Restore a view in a tab.
+ Support for animated background pictures.
+ Support for alternate desktop wallpaper pictures.
* Fix duplicated "Switch to next tab" and "Switch to previous tab" commands in hotkeys settings.</releaseNotes>
<copyright>Copyright 2018</copyright>
<releaseNotes>! Ignore tab flashing if console view age is less than 3 seconds.
+ Named instances.
+ "-attach" command line switch.
+ Move current view into a new tab.
+ Record which tab had focus when saving workspace.
+ Clone the whole current tab.
+ Organize tabs within submenus.
* Selection length was not refreshed in status bar.
* Fix tab bar showing in full screen mode.
* Fix crash when spliting then selecting another pane.
* Tab background position was not preserved.
* Tabs menu doesn't switch to a tab after the 10th choice.
* If OpenClipboard fails, retry for 10 times with a 100ms delay.</releaseNotes>
<copyright>Copyright 2019</copyright>
<tags>shell console tabs split glass fullscreen</tags>
<projectSourceUrl>https://github.com/cbucher/console</projectSourceUrl>
<packageSourceUrl>https://github.com/cbucher/console/tree/master/Packaging/chocolatey</packageSourceUrl>
Expand Down
8 changes: 4 additions & 4 deletions Packaging/chocolatey/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
$packageName = 'ConsoleZ'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url = 'https://github.com/cbucher/console/releases/download/1.18.3/ConsoleZ.x86.1.18.3.18143.zip'
$url64 = 'https://github.com/cbucher/console/releases/download/1.18.3/ConsoleZ.x64.1.18.3.18143.zip'
$checksum = 'B5265A07FC79C1BCE4FC89EDCB3685CCE4C0A8CCE55163B55C15EBD0C6DD5383'
$url = 'https://github.com/cbucher/console/releases/download/1.19.0/ConsoleZ.x86.1.19.0.19104.zip'
$url64 = 'https://github.com/cbucher/console/releases/download/1.19.0/ConsoleZ.x64.1.19.0.19104.zip'
$checksum = 'BAF0D01A6FC2EBA66FE959740045CD268FCDE772B1F3B9F59C4CB1D4D54F252E'
$checksumType = 'sha256'
$checksum64 = '178E5C1A8CB06768E193E80785B82E343BB7379D94C33105B81550120367936A'
$checksum64 = '671566592F1E8B0B71A5E8A5BCE3A5437A2F65C1E251715B0155774EC1BE669F'
$checksumType64 = 'sha256'


Expand Down

0 comments on commit a08ad21

Please sign in to comment.