From 53bef1dc8f21914a12be9eb8f1a4139e89a34492 Mon Sep 17 00:00:00 2001 From: Iristyle Date: Mon, 16 Sep 2013 10:45:42 -0400 Subject: [PATCH] feat(Terminals): release 3.3.0.244477 --- Terminals/Terminals.nuspec | 19 ++----------------- Terminals/tools/chocolateyInstall.ps1 | 4 ++-- 2 files changed, 4 insertions(+), 19 deletions(-) diff --git a/Terminals/Terminals.nuspec b/Terminals/Terminals.nuspec index 0342347..fe04b3d 100644 --- a/Terminals/Terminals.nuspec +++ b/Terminals/Terminals.nuspec @@ -3,7 +3,7 @@ Terminals.app Terminals - 2.0.0.030712 + 3.3.0.24477 Rob Chartier Ethan Brown Terminals open source RDP, SSH and Telnet client @@ -16,22 +16,7 @@ The project started from the need of controlling multiple connections simultaneo http://terminals.codeplex.com/license false http://download-codeplex.sec.s-msft.com/Download?ProjectName=terminals&DownloadId=324544&Build=19471 - Changes since version 1.9a: - -New art works -New usability in Organize favorites window -Improved usability of imports/exports and scans -Large number of fixes -Improvements in single instance mode -Comparing November beta 4, this corrects: - -New application icons -Doesn't show Logon error codes -Fixed command line arguments exception for single instance mode -Fixed detaching of tabs -improved usability in detached window -Fixed option settings for Capture manager -Fixed system tray notifyicon from disappearing + http://terminals.codeplex.com/releases/view/110720 diff --git a/Terminals/tools/chocolateyInstall.ps1 b/Terminals/tools/chocolateyInstall.ps1 index 082b636..176fe41 100644 --- a/Terminals/tools/chocolateyInstall.ps1 +++ b/Terminals/tools/chocolateyInstall.ps1 @@ -1,8 +1,8 @@ try { $package = 'Terminals' - $uri = 'http://download-codeplex.sec.s-msft.com/Download/Release?ProjectName=terminals&DownloadId=351257&FileTime=129755485683300000&Build=19471' - Install-ChocolateyPackage 'SetupTerminals_v2.0' 'msi' '/quiet' $uri + $uri = 'http://download-codeplex.sec.s-msft.com/Download/Release?ProjectName=terminals&DownloadId=720349&FileTime=130216499768500000&Build=20748' + Install-ChocolateyPackage 'TerminalsSetup_V3.3' 'msi' '/quiet' $uri Write-ChocolateySuccess $package } catch {