mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
cut v0.60.0
This commit is contained in:
@@ -1,5 +1,50 @@
|
||||
# CHANGELOG
|
||||
|
||||
## 0.60.0
|
||||
|
||||
**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.
|
||||
|
||||
You can `brew update && brew uninstall --force brew-cask` to clean up.
|
||||
|
||||
* __Casks__
|
||||
- 76 Casks added (588 updated) by 278 contributors since 0.59.0
|
||||
- 2910 total Casks
|
||||
* __Features__
|
||||
- [#15381][] Warn of legacy installs in doctor <3 [@mikemcquaid][]
|
||||
- Changes to develop_brew_cask for #15381
|
||||
- brew-cask: move to using tap cmd directory.
|
||||
* __Breaking Changes__
|
||||
- none
|
||||
* __Fixes__
|
||||
- [#15685][] Error out if user attempts an unknown command
|
||||
- [#14845][] invoke chown more reliable while removing remove artifacts <3 [@forkbomber][]
|
||||
- [#14648][] installer.rb: fix accessibility access conditional order
|
||||
* __Internal Changes__
|
||||
- [#15424][] generic_unar.rb: use long flags
|
||||
- Move .rubocop_todo.yml from to TOPLEVEL_FILES
|
||||
- [#14716][] last changes of 'brew --prefix' into 'brew --repository'
|
||||
* __Documentation__
|
||||
- [#14652][] finished removing maintainers
|
||||
- added adityadalal924 as maintainer
|
||||
- removed old maintainers (and fixed missing ones)
|
||||
- 15 doc commits since 0.59.0
|
||||
* __Contributors__
|
||||
- 140 new contributors since 0.59.0
|
||||
- 2523 total contributors
|
||||
* __Release Date__
|
||||
- 2015-12-09 21:00:00 UTC
|
||||
|
||||
|
||||
[#14648]: https://github.com/caskroom/homebrew-cask/issues/14648
|
||||
[#14652]: https://github.com/caskroom/homebrew-cask/issues/14652
|
||||
[#14716]: https://github.com/caskroom/homebrew-cask/issues/14716
|
||||
[#14845]: https://github.com/caskroom/homebrew-cask/issues/14845
|
||||
[#15381]: https://github.com/caskroom/homebrew-cask/issues/15381
|
||||
[#15424]: https://github.com/caskroom/homebrew-cask/issues/15424
|
||||
[#15685]: https://github.com/caskroom/homebrew-cask/issues/15685
|
||||
[@forkbomber]: https://github.com/forkbomber
|
||||
[@mikemcquaid]: https://github.com/mikemcquaid
|
||||
|
||||
## 0.59.0
|
||||
|
||||
* __Casks__
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
.\" generated with Ronn/v0.7.3
|
||||
.\" http://github.com/rtomayko/ronn/tree/0.7.3
|
||||
.
|
||||
.TH "BREW\-CASK" "1" "November 2015" "Homebrew-cask" "brew-cask"
|
||||
.TH "BREW\-CASK" "1" "December 2015" "Homebrew-cask" "brew-cask"
|
||||
.
|
||||
.SH "SYNOPSIS"
|
||||
\fBbrew cask\fR command [options] [\fItoken\fR \.\.\.]
|
||||
|
||||
Reference in New Issue
Block a user