Homebrew Cask Versions Save

🍻 A CLI workflow for the administration of macOS applications distributed as binaries

v0.47.0

9 years ago
  • Casks
    • 56 Casks added (191 updated) by 122 contributors since 0.46.0
    • 2062 total Casks
  • Features
    • #7123 Add key option to suppress_move_to_applications
  • Breaking Changes
    • #7268 DSL: remove support install stanza
    • #7065 remove support for link artifact
  • Fixes
    • #7165 Remove unsupported -x option in launchctl command
  • Internal Changes
    • #7133 devscript: check Ruby version before execution
  • Documentation
  • Contributors
    • 122 new contributors since 0.46.0
    • 1204 total contributors
  • Release Date
    • 2014-11-12 15:33:00 UTC

v0.46.0

9 years ago
  • Casks
    • 45 Casks added (214 updated) by 87 contributors since 0.45.0
    • 2006 total Casks
  • Features
    • #6783 recast method destination_path as staged_path
    • #6823 Downgrade CaskAlreadyInstalledError to a warning <3 @ffleming
  • Breaking Changes
    • none
  • Fixes
    • #6947 Handle permissions corner cases on uninstall
    • #6965 Better handling for invalid url stanzas
    • #6967 Improve error message in brew cask _dump
    • #6966 Change checklinks to internal command _checklinks
    • #6864 Hide error outputs from plutil
  • Internal Changes
    • #6840 use "staged" instead of "installed" for Caskroom
    • #6948 Be more explicit about which errors are rescued
  • Documentation
    • 9 doc commits since 0.45.0 <3 @micahbf
  • Contributors
    • 41 new contributors since 0.45.0
    • 1137 total contributors
  • Release Date
    • 2014-10-25 16:14:00 UTC

v0.45.0

9 years ago
  • Casks
    • 25 Casks added (628 updated) by 71 contributors since 0.44.0
    • 1961 total Casks
  • Features
    • #6660 add installer :manual and installer :script
    • #6680 document new appcast stanza for public use
    • #6578 document new form container :nested for public use
  • Breaking Changes
    • none
  • Fixes
    • #6656 require Cask argument to brew cask _dump
    • #6610 sanity check against deleting user files
    • #6600 coerce uninstall :script :input value to array
  • Internal Changes
    • #6660 Recast Cask::DSL::Installed as Cask::Staged
  • Documentation
    • 12 doc commits since 0.44.0
  • Contributors
    • 35 new contributors since 0.44.0
    • 1096 total contributors
  • Release Date
    • 2014-10-17 13:09:00 UTC

v0.44.0

9 years ago
  • Casks
    • 18 Casks added (1913 updated) by 48 contributors since 0.43.1
    • 1936 total Casks
  • Features
    • #6463 new DSL form container :type replaces container_type
    • #6426 new DSL form license
    • #6478 show staging directory (caskroom) in brew cask doctor
  • Breaking Changes
    • none
  • Fixes
    • #6491 User-friendly error messages for invalid options/arguments <3 @claui
    • #6433 fix params for kextunload in uninstall <3 @jconley
    • #6487 Fix caveats os_version_only Tiger support <3 @alexcruice
    • #6360 Test for invalid GPG key IDs
  • Internal Changes
  • Documentation
    • 9 doc commits since 0.43.1
  • Contributors
    • 17 new contributors since 0.43.1
    • 1061 total contributors

v0.43.1

9 years ago
  • Casks
    • 17 Casks added (36 updated) by 18 contributors since 0.43.0
    • 1918 total Casks
  • Features
    • none
  • Breaking Changes
    • none
  • Fixes
    • #6405 fix brew cask checklinks, hide ditto warning messages
  • Internal Changes
    • none
  • Documentation
    • 5 doc commits since 0.43.0
  • Contributors
    • 5 new contributors since 0.43.0
    • 1044 total contributors

v0.43.0

9 years ago
  • Casks
    • 26 Casks added (868 updated) by 54 contributors since 0.42.0
    • 1901 total Casks
  • Features
    • #6227 uninstall :files is now uninstall :delete
  • Breaking Changes
    • none
  • Fixes
    • #6357 update valid license values
    • #6306 make install_script stanza more robust
  • Internal Changes
    • #6329 refactor Cask::SystemCommand
    • #6283 Update gem dependencies
  • Documentation
    • 2 doc commits since 0.42.0
  • Contributors
    • 21 new contributors since 0.42.0
    • 1039 total contributors

v0.42.0

9 years ago
  • Casks
    • 8 Casks added (1662 updated) by 21 contributors since 0.41.1
    • 1875 total Casks
  • Features
    • #6155, #6207 new verb brew cask zap
    • #6208 add --force option for brew cask uninstall
    • #6167 transition to app stanza (replaces most uses of link)
    • #6223 transition to new DSL form version :latest
    • #6225 add artifact stanza
    • #6192 add DSL form uninstall :rmdir
  • Breaking Changes
    • none
  • Fixes
    • #6206 support brew cask --version per USAGE.md
    • #6193 protect against inner ".." in uninstall paths
  • Internal Changes
  • Documentation
    • 10 doc commits since 0.41.1
  • Contributors
    • 7 new contributors since 0.41.1
    • 1018 total contributors

v0.41.1

9 years ago
  • Casks
    • 3 Casks added (12 updated) by 12 contributors since 0.41.0
    • 1867 total Casks
  • Features
    • none
  • Breaking Changes
    • none
  • Fixes
    • #6066 fix brew cask alfred for Yosemite/Alfred 2.4
    • #6166 fix depends_on :formula backend
  • Internal Changes
    • #6138 docs, error messages, tests for depends_on :formula
    • #6137 convert last of test suite to new pkg stanza
    • #6117 metadata directory support
  • Documentation
  • Contributors
    • 1 new contributor since 0.41.0
    • 1011 total contributors

v0.41.0

9 years ago
  • Casks
    • 9 Casks added (286 updated) by 22 contributors since 0.40.0
    • 1864 total Casks
  • Features
    • #6120 new DSL form container :nested => <inner-container>
  • Breaking Changes
    • none
  • Fixes
    • #6118 bug: fix container :type => <type>
    • #6116 Add doubledash to mkdir command
    • #6121 error messages for new stanza pkg
  • Internal Changes
    • #6115 update test suite for postflight and preflight DSL forms
    • #6073 updates to release process after v0.40.0
  • Documentation
    • 7 doc commits since 0.40.0
  • Contributors
    • 6 new contributors since 0.40.0
    • 1010 total contributors

v0.40.0

9 years ago
  • Casks
    • 64 Casks added (162 updated) by 119 contributors since 0.39.3
    • 1855 total Casks
  • Features
    • #5890, #4688 Version 0.40.0 marks the start of transition to DSL 1.0
    • #5923 add internet_plugin stanza
    • #6068 change container_type stanza to extensible container
    • #5849 Add support for long format in list command
    • #6071 add NCSA OSS license type
  • Fixes
    • #5922 Show correct GitHub URL for Casks with similar names
    • #5806 Avoid printing caveats title when caveats output is empty
    • #5913 Reload QuickLook on plugin uninstall
    • #5975 Revise gpg stanza order and parameters
    • #5931 re-org more DSL implementaion under lib/cask/dsl
    • #5891 move tags.rb to dsl/tags.rb
    • 09c5ea4 Add repo name to Travis IRC output
    • #5790 Fix Cask loading behavior to avoid namespace collision
    • #5769 Remove Cask::Decorator
  • Documentation
    • 1 doc commit since 0.39.3
  • Breaking Changes
    • none