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

Changelog History
Page 7

  • v0.9.8.20 Changes

    December 11, 2012

    ๐Ÿ”‹ FEATURES

    • Command - Windows Feature feed - #150
    • Function - Add function to install environment variables - #149
    • Function - Function to associate file extensions with installed executables - #146
    • Function - Helper function to create explorer context menu items - #144
    • Function - Helper function for pinning items to task bar - #143 & #141
    • Command - Sources command - #138
    • Command - Provide a way to list all the installed packages - #125

    ๐Ÿ‘Œ IMPROVEMENTS

    • Enhancement - Added FTP support for the chocolatey file downloader. - #137
    • Enhancement - Block installer exe from being "bin"-ed - #174
    • Enhancement - Making the unzip process silent - #180
    • Enhancement - Makes install args more explicit - #179
    • Enhancement - Update Write-Progress every 5000 iterations instead of every iteration - #177
    • Enhancement - Codeplex Support - #176
    • Enhancement - Fix downloads greater than 2GB - #173
    • Enhancement - Add -verbose switch for clist support to see package description - #166
    • Enhancement - Refresh env vars after Install - #158 & #153
    • Enhancement - Add EditorConfig file denoting coding style. - #123
    • Enhancement - Chocolatey-Version Remote Check - #119
    • Enhancement - Write every unzip path/file to a text file - #114

    ๐Ÿ› BUG FIXES

    • Fix - "Execution of NuGet not detected" error. - #151
    • Fix - chocolatey.bat can't find chocolatey.cmd - #152
    • Fix - chocolatey version all prints only the last package's information - #183
    • Fix - Issue with $processor.addresswidth var - #121
  • v0.9.8.2 Changes

    May 21, 2011

    ๐Ÿ”‹ FEATURES

    • You now have the option of a custom installation folder. Thanks Jason Jarrett!
  • v0.9.8.19 Changes

    July 02, 2012

    ๐Ÿ”‹ FEATURES

    • Enhancement - Allow community extensions - #115

    ๐Ÿ› BUG FIXES

    • Fix - PowerShell v3 doesn't like foreach loop (prefers ForEach-Object) - #116
    • Fix - Cannot install Python packages on Windows 8 - #117
  • v0.9.8.18 Changes

    June 16, 2012

    ๐Ÿ› BUG FIXES

    • Fix - 0.9.8.17 installer doesn't create chocolatey folder if it doesn't exist - #112
  • v0.9.8.17 Changes

    June 15, 2012

    ๐Ÿ”‹ FEATURES

    • Enhancement - Support for naive uninstall - #96

    ๐Ÿ‘Œ IMPROVEMENTS

    • Enhancement - Sources specified through config (or nuget.config) - #101
    • Enhancement - Chocolatey should support multiple sources - #82
    • Enhancement - Use Cygwin as a package source - #93
    • Enhancement - Use Python as a package source (uses easy_install) - #100
    • Enhancement - Use Default Credentials before Get-Credentials when using proxy on web call - #83
    • Enhancement - Reduce the verbosity of running chocolatey - #84
    • Enhancement - Support opening links to "GUI" type applications in a different way than the console apps - #76
    • Enhancement - Do not create batch redirects for certain executables in package folder - #106
    • Enhancement - Add a -debug switch - #85
    • Enhancement - Improve pipelining of cver by returning an object - #94

    ๐Ÿ› BUG FIXES

    • Fix - Packages.config source now uses chocolatey/nuget sources by default instead of empty - #79
    • Fix - Executable batch links not created for "prerelease" versions - #88
    • Fix - Issue where latest version is not returned - #92
    • Fix - Prerelease versions now broken out as separate versions - #90
    • Fix - During install PowerShell session gets bad $env:ChocolateyInstall variable - #80
    • Fix - Build path with spaces now works - #102
  • v0.9.8.16 Changes

    February 27, 2012

    ๐Ÿ› BUG FIXES

    • Small fix to installer for upgrade issues from 0.9.8.15
  • v0.9.8.15 Changes

    February 27, 2012

    ๐Ÿ’ฅ BREAKING CHANGES

    • Enhancement - Chocolatey's default folder is now C:\Chocolatey (and no longer C:\NuGet) - #58
    • Enhancement - Use -force to reinstall existing packages - #45

    ๐Ÿ”‹ FEATURES

    • Enhancement - Install now supports all with a custom package source to install every package from a source! - #46

    ๐Ÿ‘Œ IMPROVEMENTS

    • Enhancement - Support Prerelease flag for Install - #71
    • Enhancement - Support Prerelease flag for Update/Version - #72
    • Enhancement - Support Prerelease flag in List - #74

    ๐Ÿ› BUG FIXES

    • Fix - Parsing the wrong version when trying to update - #73
  • v0.9.8.14 Changes

    February 06, 2012

    ๐Ÿ‘Œ IMPROVEMENTS

    • Enhancement - Pass ValidExitCodes to Install Helpers - #54
    • Enhancement - Add 64-bit url to Install-ChocolateyZipPackage - #48
    • Enhancement - Add 64-bit url to Install-ChocolateyPowershellCommand - #57
    • Enhancement - Make the main helpers work with files not coming over HTTP - #51
    • Enhancement - Upgrade NuGet.exe to 1.6.0 to take advantage of prerelease packaging - #64

    ๐Ÿ› BUG FIXES

    • Fix - The packages.config feature has broken naming packages with '.config' - #56
    • Fix - CList includes all versions without adding the switch - #60
    • Fix - When NuGet.exe failes to run due to .NET Framework 4.0 not installed, chocolatey should report that. - #65
  • v0.9.8.13 Changes

    January 08, 2012

    ๐Ÿ”‹ FEATURES

    • New Command! Enhancement - Integration with Ruby Gems (cgem packageName or cinst packageName -source ruby) - #29
    • New Command! Enhancement - Integration with Web PI (cwebpi packageName or cinst packageName -source webpi) - #28
    • Enhancement - Call chocolatey install with packages.config file (thanks AnthonyMastrean!) - #31 and #43 and #50
    • New Command! Enhancement - Chocolatey Push (chocolatey push packageName.nupkg or cpush packageName.nupkg) - #36
    • New Command! Enhancement - Chocolatey Pack (chocolatey pack [packageName.nuspec] or cpack [packageName.nuspec]) - #35

    ๐Ÿ‘Œ IMPROVEMENTS

    • Enhancement - @datachomp feature - Override Installer Arguments chocolatey install packageName -installArgs "args to override" -override or cinst packageName -ia "args to override" -o) - #40
    • Enhancement - @datachomp feature - Append Installer Arguments (chocolatey install packageName -installArgs "args to append" or cinst packageName -ia "args to append") - #39
    • Enhancement - Run installer in not silent mode (chocolatey install packageName -notSilent or cinst packageName -notSilent) - #42
    • Enhancement - List available Web PI packages (clist -source webpi) - #37
    • Enhancement - List command should allow the All or AllVersions switch - #38
    • Enhancement - Any install will create the ChocolateyInstall environment variable so that installers can take advantage of it - #30

    ๐Ÿ› BUG FIXES

    • Fixing an issue on proxy display message (Thanks jasonmueller!) - #44
    • Fixing the source path to allow for spaces (where chocolatey is installed) - #33
    • Fixing the culture to InvariantCulture to eliminate the turkish "I" issue - #22
  • v0.9.8.12 Changes

    November 20, 2011

    ๐Ÿ‘Œ IMPROVEMENTS

    • Enhancement - Reducing the number of window pop ups - #25

    ๐Ÿ› BUG FIXES

    • Fixed an issue with write-host and write-error overrides that happens in the next version of powershell - #24
    • Fixing an issue that happens when powershell is not on the path - #23
    • Fixing the replacement of capital ".EXE" in addition to lowercase ".exe" when creating batch redirects - #26