Chocolatey v0.10.2 Release Notes

Release Date: 2016-09-30 // over 7 years ago
  • ๐Ÿš€ We're dubbing this the "Every Joe" release in honor of a friend that just lost his fight with brain cancer. If you want to help further research, please make a donation to a cancer research association of your choosing (e.g. the American Brain Tumor Assocation).

    ๐Ÿš€ A couple of important fixes/enhancements in this release. Most of the improvements are about providing better feedback to you and fixing minor issues. The big one surrounds when packages set a download path for a file using $env:TEMP, choco will ensure that the file can still be found for later use.

    ๐Ÿ› BUG FIXES

    • Fix - Downloaded file is at old $env:TEMP\chocolatey\chocolatey location, but install calls with just $env:TEMP\chocolatey\ location - see #969
    • Fix - [Pro/Business] UseOriginalLocation fails when there is no 64bit file - see #972
    • Fix - Do not use unparsed options as package names - see #983

    ๐Ÿ‘Œ IMPROVEMENTS

    • Start-ChocolateyProcessAsAdmin enhancements - see #977
    • Log PowerShell function calls better - see #976
    • Allow environment variables in some config settings - see #971
    • [Pro/Business] Provide license type to environment variables - see #968
    • Note that chocolateyUninstall.ps1 may no longer required in template - see #982
    • Provide guidance when licensed only options are passed to FOSS - see #984
    • Rollback automatically when a user cancels an operation - see #985
    • Explain how to workaround a failing uninstall - see #573
    • Remove extra forward slashes in url - see #986
    • Side by side uninstall enhancements - see #992