Skip to content

Releases: Homebrew/homebrew-cask

v0.35.0

08 May 11:49
Compare
Choose a tag to compare
  • Casks
    • 17 Casks added (17 updated) by 24 contributors since 0.34.0
    • 1478 total Casks
  • Features
  • Fixes
    • #4229 Defend against unusual Homebrew setups (Tap migration improvement)
    • #4244 special case permissions when creating /opt
    • #4245 Moved garmin-express.rb to correct location <3 @ngs
    • #4226 handle nil @response_status
    • #4195 suppress email notifications from travis
  • Documentation
    • 4 doc commits since 0.34.0
  • Breaking Changes
    • none

v0.34.0

05 May 11:34
Compare
Choose a tag to compare
  • Casks
    • 19 Casks added (42 updated) by 39 contributors since 0.33.1
    • 1460 total Casks
  • Features
    • #2427 Give the user help on checksum errors
    • #4169 automatically transition to new Tap name/location
    • #4163 update all references to new caskroom org home
  • Fixes
    • none
  • Documentation
    • none
  • Breaking Changes
    • The repository has moved under the Caskroom organization. We expect this to
      be a seamless transition for users.

v0.33.1

29 Apr 13:50
Compare
Choose a tag to compare
  • Casks
    • 8 Casks added (14 updated) by 18 contributors since 0.33.0
    • 1441 total Casks
  • Features
    • none
  • Fixes
    • #4094 better handle renamed Casks in brew cask info
    • #4064 Remove issues_url from CLI helpdoc <3 @linc01n
    • #4095 add Tap path info to brew cask doctor
  • Documentation
    • 1 doc commit since 0.30.0 <3 @jcgay
  • Breaking Changes
    • none

v0.33.0

26 Apr 14:00
Compare
Choose a tag to compare
  • Casks
    • 81 Casks added (163 updated) by 106 contributors since 0.32.0
    • 1433 total Casks
  • Features
  • Fixes
    • #4042 Adapt to Homebrew's move of the Tap directory
    • #4039 Avoid exit code with no Casks are installed
    • #2971 Redirect user to cask issues page on error <3 @voanhduy1512
  • Documentation
  • Breaking Changes
    • The default Tap directory was moved to accommodate a change
      in the Homebrew project.

v0.32.0

29 Mar 13:05
Compare
Choose a tag to compare
  • Casks
    • 34 Casks added (64 updated) by 67 contributors since 0.31.1
    • 1352 total Casks
  • Features
    • #2706 suggest replacements on brew cask install fail
    • #3667 display artifact summary in brew cask info <3 @drew-gross
    • #3700 add assistive_devices to caveats DSL
    • #3699 add zsh_path_helper to caveats DSL
  • Fixes
    • #3647 bin/brew-cask.rb is meant to be required by Homebrew, not actually executed by the shell <3 @jasonkarns
    • #3668 rescue LoadError for optional require in cask_namer
    • #3662 make brew cask audit return error code on fail
  • Documentation
    • 2 doc commits since 0.31.1
  • Breaking Changes
    • none

v0.31.1

17 Mar 14:12
Compare
Choose a tag to compare
  • Casks
    • 15 Casks added (9 updated) by 9 contributors since 0.31.0
    • 1318 total Casks
  • Features
    • none
  • Fixes
  • Documentation
    • none
  • Breaking Changes
    • none

v0.31.0

15 Mar 14:31
Compare
Choose a tag to compare
  • Casks
    • 41 Casks added (94 updated) by 64 contributors since 0.30.1
    • 1303 total Casks
  • Features
    • #3422 add CurlPostDownloadStrategy <3 @pedros
    • #3443 new cask_namer script for Cask authors
    • #3217 accept multiple arguments to uninstall :pkgutil
    • #3106 Emoji and disk usage stats at install success
    • #3441 add developer script list_pkg_ids_by_regexp
  • Fixes
    • #3540 respect digits in search strings <3 @cgcai
    • #3500 preserve resource forks when unzipping
    • #3515 explicitly unload :launchctl service before remove
    • #3516 only set filesystem metadata if :target != source
    • #2672 don't try uninstall cleanup inside system dirs
    • #3518 fix erroneous uses of casecmp
    • #3459 prefer GNU xargs in developer scripts
    • #3541 update test suite to use sha256
  • Documentation
  • Breaking Changes
    • none

v0.30.1

02 Mar 15:31
Compare
Choose a tag to compare
  • Casks
    • 1 Cask added (16 updated) by 3 contributors since 0.30.0
    • 1261 total Casks
  • Features
  • Fixes
    • #3335 test if lsar is nil before attempting split
    • #3327 devscripts: add new maintainers
    • #3324 remove constant HOMEBREW_TAP_FORMULA_REGEX
  • Documentation
  • Breaking Changes

v0.30.0

01 Mar 17:31
Compare
Choose a tag to compare
  • Casks
    • 56 Casks added (667 updated) by 58 contributors since 0.29.2
    • 1260 total Casks
  • Features
    • #2970 add new command verb brew cask fetch <3 @voanhduy1512
    • #3079 add new command verb brew cask update (synonym for brew update)
    • #3131 provide command aliases such as brew cask dr for brew cask doctor, matching Homebrew
    • #2705 Divide search output into sections
    • #3014, #3039, #3040, #2744, #2467 support Bzip2, RAR, StuffIt, 7zip, and Adobe Air container types <3 @vmrob
    • #3011 add Cask DSL element container_type to override container auto-detect <3 @vmrob
    • #3107 add sha256 :no_check to Cask DSL (synonym for no_checksum)
    • #3073 write extended attributes to filesystem for :target links (to assist Spotlight and Alfred) <3 @tmonney
    • #3190 add "doutdated" example external command <3 @doits
    • #3105 add optional appcast stanza to Cask DSL (for future use; value currently ignored)
  • Fixes
  • Documentation
  • Breaking Changes
    • #2931 remove md5 checksum support
    • #3025 temporarily suppress searching the font Tap to reduce false positives

v0.29.2

19 Feb 16:52
Compare
Choose a tag to compare
  • Casks
    • 36 Casks added (10 updated) by 15 contributors since 0.29.1
    • 1204 total Casks
  • Features
  • Fixes
    • #3044 Adjust arity on exception to match change in Homebrew
    • #3015 Add strip to link_checker. <3 @Red54
    • #2991 Make brew cask info work for packages with spaces in filenames <3 @skivvies
    • #2961 Enforce valid values for :stderr on command.run
  • Documentation
    • 1 doc commit since 0.29.1
  • Breaking Changes