- Features
- Fixes
- #1274 - various fixes to prevent evil from happening during certain pkg uninstall processes
- Breaking Changes
- Features
- Fixes
- fix bug introduced in
0.19.1
where a double-install would result in a silent uninstall of a cask
- fix bug introduced in
- Breaking Changes
- 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
- #954 - preserve environment when running
- Breaking Changes
- Features
- #602 - support for nested containers
- Fixes
- Breaking Changes
- 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
- #1168 - support systems that have
- Breaking Changes
- Features
- adds
--prefpanedir=
option to link to a different location
- adds
- Fixes
- Breaking Changes
- Features
- adds support for Preference Pane linking
- adds
prefpane
keyword in Cask dsl indicates a prefpane to by symlinked to~/Library/PreferencePanes
- 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
- Features
- Fixes
- Bugfixes addressing (#1105)
- Breaking Changes
- Features
- Fixes
- Fixes typo on
Tar
container, preventing tar-based Casks from being installed. (#1083)
- Fixes typo on
- Breaking Changes
- 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
- 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.
- Features
- Adds ability to install a cask directly from a URL:
brew cask install http://example.com/casks/my-personal-app.rb
- Adds ability to install a cask directly from a URL:
- Fixes
- Fixes overzealous cask create name matching
- Breaking Changes
- Features
- Adds
.pkg
install/uninstall support
- Adds
- Fixes
- Breaking Changes