|
1 | 1 | # CHANGELOG
|
2 | 2 |
|
| 3 | +## 0.60.0 |
| 4 | + |
| 5 | +**NOTE** This is the final release of Homebrew-cask. As of this release, it is no longer necessary to `brew install brew-cask`. `brew tap caskroom/cask` will install `brew-cask` as a Homebrew [external command](https://github.com/Homebrew/homebrew/blob/15f291ddaa05cc010456a733b799382175c29dd4/share/doc/homebrew/External-Commands.md), and `brew update` will keep it up-to-date. |
| 6 | + |
| 7 | +You can `brew update && brew uninstall --force brew-cask` to clean up. |
| 8 | + |
| 9 | +* __Casks__ |
| 10 | + - 76 Casks added (588 updated) by 278 contributors since 0.59.0 |
| 11 | + - 2910 total Casks |
| 12 | +* __Features__ |
| 13 | + - [#15381][] Warn of legacy installs in doctor <3 [@mikemcquaid][] |
| 14 | + - Changes to develop_brew_cask for #15381 |
| 15 | + - brew-cask: move to using tap cmd directory. |
| 16 | +* __Breaking Changes__ |
| 17 | + - none |
| 18 | +* __Fixes__ |
| 19 | + - [#15685][] Error out if user attempts an unknown command |
| 20 | + - [#14845][] invoke chown more reliable while removing remove artifacts <3 [@forkbomber][] |
| 21 | + - [#14648][] installer.rb: fix accessibility access conditional order |
| 22 | +* __Internal Changes__ |
| 23 | + - [#15424][] generic_unar.rb: use long flags |
| 24 | + - Move .rubocop_todo.yml from to TOPLEVEL_FILES |
| 25 | + - [#14716][] last changes of 'brew --prefix' into 'brew --repository' |
| 26 | +* __Documentation__ |
| 27 | + - [#14652][] finished removing maintainers |
| 28 | + - added adityadalal924 as maintainer |
| 29 | + - removed old maintainers (and fixed missing ones) |
| 30 | + - 15 doc commits since 0.59.0 |
| 31 | +* __Contributors__ |
| 32 | + - 140 new contributors since 0.59.0 |
| 33 | + - 2523 total contributors |
| 34 | +* __Release Date__ |
| 35 | + - 2015-12-09 21:00:00 UTC |
| 36 | + |
| 37 | + |
| 38 | +[#14648]: https://github.com/caskroom/homebrew-cask/issues/14648 |
| 39 | +[#14652]: https://github.com/caskroom/homebrew-cask/issues/14652 |
| 40 | +[#14716]: https://github.com/caskroom/homebrew-cask/issues/14716 |
| 41 | +[#14845]: https://github.com/caskroom/homebrew-cask/issues/14845 |
| 42 | +[#15381]: https://github.com/caskroom/homebrew-cask/issues/15381 |
| 43 | +[#15424]: https://github.com/caskroom/homebrew-cask/issues/15424 |
| 44 | +[#15685]: https://github.com/caskroom/homebrew-cask/issues/15685 |
| 45 | +[@forkbomber]: https://github.com/forkbomber |
| 46 | +[@mikemcquaid]: https://github.com/mikemcquaid |
| 47 | + |
3 | 48 | ## 0.59.0
|
4 | 49 |
|
5 | 50 | * __Casks__
|
|
0 commit comments