homebrew-cask/CHANGELOG.md

3.8 KiB

CHANGELOG

0.19.4

  • Features
  • Fixes
    • #1274 - fix permissions problems on certain pkg uninstalls
  • Breaking Changes

0.19.3

  • Features
  • Fixes
    • #1274 - various fixes to prevent evil from happening during certain pkg uninstall processes
  • Breaking Changes

0.19.2

  • Features
  • Fixes
    • fix bug introduced in 0.19.1 where a double-install would result in a silent uninstall of a cask
  • Breaking Changes

0.19.1

  • Features
  • Fixes
    • #954 - preserve environment when running sudo <3 @kdeldycke
    • #1247 - clean up on install failure; raise an explicit error when a command fail for better feedback
  • Breaking Changes

0.19.0

  • Features
    • #602 - support for nested containers
  • Fixes
  • Breaking Changes

0.18.3

  • Features
  • Fixes
    • #1168 - support systems that have ln overridden with GNU version <3 @wenbin1989
    • #1181 - fix a small bug that could stop the check link process <3 @andizzle
  • Breaking Changes

0.18.2

  • Features
  • Fixes
  • Breaking Changes

0.18.1

  • Features
    • adds --prefpanedir= option to link to a different location
  • Fixes
  • Breaking Changes

0.18.0 - Preference Pane Support

  • Features
    • adds support for Preference Pane linking
      • adds prefpane keyword in Cask dsl indicates a prefpane to by symlinked to ~/Library/PreferencePanes
    • internal refactor to Artifact system; opens up easier implementation path to supporting additional things like widgets
  • Fixes
  • Breaking Changes
    • removes old linkapps / unlinkapps commands
    • install and link keywords now must reference the relative path to their artifact

0.17.{2,3}

  • Features
  • Fixes
    • Bugfixes addressing (#1105)
  • Breaking Changes

0.17.1

  • Features
  • Fixes
    • Fixes typo on Tar container, preventing tar-based Casks from being installed. (#1083)
  • Breaking Changes

0.17.0

  • Features
    • naked pkg support
    • major internal Container refactor
    • Remove .DS_Store files when uninstalling packages
    • pkg uninstall: support kernel extension unloading
  • Fixes
    • fix a few bugs around recent changes
    • require tmpdir to fix container error
    • when uninstalling pkgs; sudo chmod before examining
  • Breaking Changes

0.16.{1,2}

  • Features
  • Fixes
    • homebrew made some changes (#1015) that broke our integration; this bugfix release brings us back into parity with the mothership.
  • Breaking Changes

Thanks @billwanjohi for his work to fix this.

0.16.0

  • Features
    • Adds ability to install a cask directly from a URL: brew cask install http://example.com/casks/my-personal-app.rb
  • Fixes
    • Fixes overzealous cask create name matching
  • Breaking Changes

0.15.0

  • Features
    • Adds .pkg install/uninstall support
  • Fixes
  • Breaking Changes