All Versions
85
Latest Version
Avg Release Cycle
54 days
Latest Release
644 days ago
Changelog History
Page 8
Changelog History
Page 8
-
v0.9.8.1
May 18, 2011๐ BUG FIXES
- General fix to bad character in file. Fixed selection for update as well.
-
v0.9.7
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
April 30, 2011๐ BUG FIXES
- Fixing Install-ChocolateyZipPackage so that it works again.
-
v0.9.7.2
April 29, 2011๐ BUG FIXES
- Fixing an underlying issue with not having silent arguments for exe files.
-
v0.9.7.1
April 29, 2011๐ BUG FIXES
- Fixing an introduced bug where the downloader didn't get the file name passed to it.
-
v0.9.6
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
April 26, 2011๐ IMPROVEMENTS
- Remove powershell execution timeout.
-
v0.9.6.3
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.
-
v0.9.6.2
April 25, 2011๐ BUG FIXES
- Addressed a small bug in getting back the file name from the helper.
-
v0.9.6.1
April 23, 2011๐ IMPROVEMENTS
- Adding in ability to find a dependency when the version doesn't exist.