Skip to content

Releases: Homebrew/homebrew-cask

v0.18.3

19 Oct 18:39
Compare
Choose a tag to compare

Release Date: 2013-10-19

  • 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

v0.18.2

19 Oct 18:39
Compare
Choose a tag to compare
  • Features
  • Fixes
  • Breaking Changes

prefpanedir option

08 Oct 00:34
Compare
Choose a tag to compare

Release Date: 2013-10-07

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

Preference Pane Support

08 Oct 00:19
Compare
Choose a tag to compare

Release Date: 2013-10-07

  • Features
    • adds support for Preference Pane linking
      • adds prefpane keyword in Cask dsl indicates a prefpane to by symlinked to ~/Library/PreferencePanes
      • adds --prefpanedir= option to link to a different location
    • 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

bugfix release

02 Oct 15:01
Compare
Choose a tag to compare

addresses #1105

bugfix release

25 Sep 19:44
Compare
Choose a tag to compare

release a quick fix for #1083

naked pkgs / container refactor

24 Sep 18:17
Compare
Choose a tag to compare
  • def2ec4 fix download to track with upstream api change
  • ec18210 Remove .DS_Store files when uninstalling packages
  • a9cd8e7 fix a few bugs around recent changes
  • 711e44b reverse default for SystemCommand's print option
  • 49e29bc require tmpdir to fix container error
  • 70ba5c4 pkg uninstall: support kernel extension unloading
  • 357c491 when uninstalling pkgs; sudo chmod before examining
  • 21f1cc6 naked pkg - save files with spaces properly
  • 3c9423e naked pkg support + major container refactor

tiny bugfix for typo

15 Sep 03:51
Compare
Choose a tag to compare

i fat fingered a variable in the formula for v0.16.1; this fixes

fix for upstream changes

15 Sep 03:15
Compare
Choose a tag to compare

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

big ups to @billwanjohi for his work to fix this in #1017.

install cask from URL

09 Sep 16:41
Compare
Choose a tag to compare

this release adds the ability to install a cask directly from a URL. this makes it easy to distribute a cask that you may not want included in the main project.

brew cask install http://example.com/casks/my-personal-app.rb

also includes a small bugfix for #998, which fixes incorrect reporting of brew cask create name collisions.