feat(Terminals): release 3.3.0.244477

This commit is contained in:
Iristyle
2013-09-16 10:45:42 -04:00
parent 25b5f39dc9
commit 53bef1dc8f
2 changed files with 4 additions and 19 deletions

View File

@@ -3,7 +3,7 @@
<metadata> <metadata>
<id>Terminals.app</id> <id>Terminals.app</id>
<title>Terminals</title> <title>Terminals</title>
<version>2.0.0.030712</version> <version>3.3.0.24477</version>
<authors>Rob Chartier</authors> <authors>Rob Chartier</authors>
<owners>Ethan Brown</owners> <owners>Ethan Brown</owners>
<summary>Terminals open source RDP, SSH and Telnet client</summary> <summary>Terminals open source RDP, SSH and Telnet client</summary>
@@ -16,22 +16,7 @@ The project started from the need of controlling multiple connections simultaneo
<licenseUrl>http://terminals.codeplex.com/license</licenseUrl> <licenseUrl>http://terminals.codeplex.com/license</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance> <requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>http://download-codeplex.sec.s-msft.com/Download?ProjectName=terminals&amp;DownloadId=324544&amp;Build=19471</iconUrl> <iconUrl>http://download-codeplex.sec.s-msft.com/Download?ProjectName=terminals&amp;DownloadId=324544&amp;Build=19471</iconUrl>
<releaseNotes>Changes since version 1.9a: <releaseNotes>http://terminals.codeplex.com/releases/view/110720
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
</releaseNotes> </releaseNotes>
</metadata> </metadata>
<files> <files>

View File

@@ -1,8 +1,8 @@
try { try {
$package = 'Terminals' $package = 'Terminals'
$uri = 'http://download-codeplex.sec.s-msft.com/Download/Release?ProjectName=terminals&DownloadId=351257&FileTime=129755485683300000&Build=19471' $uri = 'http://download-codeplex.sec.s-msft.com/Download/Release?ProjectName=terminals&DownloadId=720349&FileTime=130216499768500000&Build=20748'
Install-ChocolateyPackage 'SetupTerminals_v2.0' 'msi' '/quiet' $uri Install-ChocolateyPackage 'TerminalsSetup_V3.3' 'msi' '/quiet' $uri
Write-ChocolateySuccess $package Write-ChocolateySuccess $package
} catch { } catch {