All Versions
87
Latest Version
Avg Release Cycle
97 days
Latest Release
637 days ago
Changelog History
Page 8
Changelog History
Page 8
-
v0.9.8.11 Changes
October 04, 2011 -
v0.9.8.10 Changes
September 17, 2011๐ FEATURES
- New Helper! Install-ChocolateyPowershellCommand - install a powershell script as a command - #11
-
v0.9.8.1 Changes
May 18, 2011๐ BUG FIXES
- General fix to bad character in file. Fixed selection for update as well.
-
v0.9.7 Changes
April 29, 2011๐ FEATURES
- New helper added Install-ChocolateyInstallPackage - this was previously part of the download & install and has been broken out.
- New chocolatey command! Version allows you to see if a package you have installed is the most up to date. Leave out package and it will check for chocolatey itself.
๐ IMPROVEMENTS
- The powershell module is automatically loaded, so packages no longer need to import the module. This means one line chocolateyInstall.ps1 files!
- Error handling is improved.
- Silent installer override for msi has been removed to allow for additional arguments that need to be passed.
-
v0.9.7.3 Changes
April 30, 2011๐ BUG FIXES
- Fixing Install-ChocolateyZipPackage so that it works again.
-
v0.9.7.2 Changes
April 29, 2011๐ BUG FIXES
- Fixing an underlying issue with not having silent arguments for exe files.
-
v0.9.7.1 Changes
April 29, 2011๐ BUG FIXES
- Fixing an introduced bug where the downloader didn't get the file name passed to it.
-
v0.9.6 Changes
April 23, 2011๐ IMPROVEMENTS
- Can execute powershell and chocolatey without having to change execution rights to powershell system wide.
๐ FEATURES
- New Helper added - Get-ChocolateyWebFile - downloads a file from a url and gives you back the location of the file once complete.
- New Helper added - Get-ChocolateyZipContents - unzips a file to a directory of your choosing.
-
v0.9.6.4 Changes
April 26, 2011๐ IMPROVEMENTS
- Remove powershell execution timeout.
-
v0.9.6.3 Changes
April 25, 2011๐ FEATURES
- New Helper added Install-ChocolateyZipPackage - this wraps the two upper commands into one smaller command and addresses the file name bug.