All Versions
87
Latest Version
Avg Release Cycle
97 days
Latest Release
637 days ago

Changelog History
Page 8

  • v0.9.8.11 Changes

    October 04, 2011

    ๐Ÿ› BUG FIXES

    • Fixing an update issue if the package only exists on chocolatey.org - #16
    • Fixing an issue with install missing if the package never existed - #13
  • 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.