Releases: Homebrew/homebrew-cask
Releases · Homebrew/homebrew-cask
v0.18.3
v0.18.2
prefpanedir option
Release Date: 2013-10-07
- Features
- adds
--prefpanedir=
option to link to a different location
- adds
- Fixes
- Breaking Changes
Preference Pane Support
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
- adds
- internal refactor to
Artifact
system; opens up easier implementation path to supporting additional things like widgets
- adds support for Preference Pane linking
- Fixes
- Breaking Changes
- removes old
linkapps
/unlinkapps
commands install
andlink
keywords now must reference the relative path to their artifact
- removes old
bugfix release
addresses #1105
bugfix release
release a quick fix for #1083
naked pkgs / container refactor
def2ec4
fix download to track with upstream api changeec18210
Remove .DS_Store files when uninstalling packagesa9cd8e7
fix a few bugs around recent changes711e44b
reverse default for SystemCommand's print option49e29bc
require tmpdir to fix container error70ba5c4
pkg uninstall: support kernel extension unloading357c491
when uninstalling pkgs; sudo chmod before examining21f1cc6
naked pkg - save files with spaces properly3c9423e
naked pkg support + major container refactor
tiny bugfix for typo
i fat fingered a variable in the formula for v0.16.1; this fixes
fix for upstream changes
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
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.