Skip to content

Releases: Homebrew/homebrew-cask

v0.29.1

15 Feb 17:32
Compare
Choose a tag to compare
  • Casks
    • 7 Casks added (1 updated) by 3 contributors since 0.29.0
    • 1168 total Casks
  • Features
  • Fixes
    • #2957 fix bugs with Subversion downloads
  • Documentation
  • Breaking Changes

v0.29.0

15 Feb 13:53
Compare
Choose a tag to compare
  • Casks
    • 77 Casks added (99 updated) by 66 contributors since 0.28.0
    • 1161 total Casks
  • Features
  • Fixes
    • #2624, #2623, #2613, #2851 MUCH more robust approach to external commands <3 @vmrob
    • #2719, #2840 Change default hash to SHA-256. <3 @lgarron
    • #2625, #2890, #2734 make Travis-CI test with the same Ruby we target on the desktop
    • #2841 restrict visibility of Cask namespace in Formula
    • #2820 exit with error code 1 when a list error occurs <3 @sgtpep
    • #2748 enforce: certain DSL elements may appear only once
    • #2741 make sure "after" blocks really run last
    • #2760 make sure directory HOMEBREW_CACHE_CASKS exists
    • #2732, #2875 improve messages from --debug and caveats
  • Documentation
  • Breaking Changes
    • artifacts may no longer be specified as a list (since 0.28.0). Instead the artifact should be repeated on multiple lines.

v0.28.0

30 Jan 17:03
Compare
Choose a tag to compare

v0.27.1

22 Jan 16:52
Compare
Choose a tag to compare
  • Casks
    • 10 Casks added (14 updated) by 17 contributors since 0.27.0
    • 1060 total Casks
  • Features
    • #2496 improvements to brew search (still undocumented)
  • Fixes
    • #2496 restore functionality of brew search with no arguments
  • Breaking Changes

v0.27.0

20 Jan 18:58
Compare
Choose a tag to compare
  • Casks
    • 47 Casks added (59 updated) by 45 contributors since 0.26.1
    • 1046 total Casks
  • Features
  • Fixes
  • Breaking Changes
    • In rare cases, the new caveats form may not be backward-compatible with
      old Casks which used undocumented features.

v0.26.1

10 Jan 17:12
Compare
Choose a tag to compare
  • Features
  • Fixes
    • #2275 - Force a require of Homebrew's download_strategy
  • Breaking Changes

v0.26.0

10 Jan 16:14
Compare
Choose a tag to compare
  • Features
    • New binary artifact for installing executables.
    • Start a brew cask doctor command to help with support.
  • Fixes
    • #2275 - Prepend brew cask to Ruby's load path
  • Breaking Changes

v0.25.0

15 Dec 21:42
Compare
Choose a tag to compare
  • Features
  • Fixes
    • a clearer error message when an unexpected cask method is called; hopefully
      will help confusion around unreleased features
    • #2084 - handle CaskAlreadyInstalledError gracefully; helps Brewfile integration <3 @pstadler
  • Breaking Changes
    • #2100 - font Casks have been moved to their own tap at caskroom/fonts so that we can be more disclaimery about font licenses

v0.24.0

10 Dec 01:29
Compare
Choose a tag to compare

v0.23.0

09 Dec 02:28
Compare
Choose a tag to compare
  • Features
    • #2012 - support --verbose flag for pkg installer
    • #2013 - support for installing widgets via the widget artifact
  • Fixes
  • Breaking Changes