Homebrew Cask Versions Save

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

v0.53.2

9 years ago
  • Fixes
    • #9509 fix preflight/postflight/caveats methods

v0.53.1

9 years ago
  • Casks
    • 34 Casks added (576 updated) by 109 contributors since 0.53.0
    • 2273 total Casks
  • Features
    • none
  • Breaking Changes
    • none
  • Fixes
    • #9473 Use bold terminal escapes instead of white
    • #9455 alfred: bring back cli command as stub
  • Internal Changes
    • #9478 cli: [refactor] rename outdated option internally
    • #9480 core: [refactor] separate Hbc::Cask from Hbc
    • #9152 add a task console on rake. <3 @WitzHsiao
    • #9216 Use Hbc::Verify in Hbc::Installer
    • #9225 Add test for creating binarydir if it doesn't exist
    • #9223 Test casks decoupled
    • #9218 binary_test (minitest) -> binary_spec (rspec)
  • Documentation
    • 4 doc commits since 0.53.0
  • Contributors
    • 49 new contributors since 0.53.0
    • 1495 total contributors
  • Release Date
    • 2015-02-08 14:00:00 UTC

v0.53.0

9 years ago
  • Casks
    • 15 Casks added (720 updated) by 100 contributors since 0.52.1
    • 2239 total Casks
  • Features
    • none
  • Breaking Changes
    • #8840 Removed Alfred support
    • #8751 Removed widget support
  • Fixes
    • #8790, #8869, #8936 Correctly launch editor in the absence of related ENV variables
  • Internal Changes
    • #8870 remove homebrew-fork MACOS_RELEASE constants
    • #8871 increment seed for Travis tests
  • Documentation
    • 12 doc commits since 0.52.1 <3 @bronson
  • Contributors
    • 48 new contributors since 0.52.1
    • 1446 total contributors
  • Release Date
    • 2015-01-23 11:00:00 UTC

v0.51.1

9 years ago
  • Casks
    • 0 Casks added (0 updated) by 0 contributors since 0.51.0
    • 2168 total Casks
  • Features
    • none
  • Breaking Changes
    • none
  • Fixes
    • #8155 Fix brew cask update alias to avoid calling internal Homebrew method
  • Internal Changes
    • none
  • Documentation
    • 0 doc commits since 0.51.0
  • Contributors
    • 0 new contributors since 0.51.0
    • 1326 total contributors
  • Release Date
    • 2014-12-16 15:15:00 UTC

v0.52.1

9 years ago

0.52.1

  • Casks
    • 8 Casks added (525 updated) by 35 contributors since 0.52.0
    • 2224 total Casks
  • Features
    • none
  • Breaking Changes
    • none
  • Fixes
    • #8618 Mmore robust cask dependency calculation
    • #8622 Improve error message for AIR app reinstallation
  • Internal Changes
  • Documentation
    • 4 doc commits since 0.52.0 <3 @nZac
  • Contributors
    • 13 new contributors since 0.52.0
    • 1398 total contributors
  • Release Date
    • 2015-01-07 23:30:00 UTC

v0.52.0

9 years ago

v0.51.0

9 years ago
  • Casks
    • 13 Casks added (1418 updated) by 58 contributors since 0.50.0
    • 2168 total Casks
  • Features
    • #8072 When handling errors or missing methods, always suggest updating
    • #8017 Add license :freemium
    • #3066 Store metadata with installed Casks
    • #7933 mark license :unknown with explicit todo comment
  • Breaking Changes
    • #8089 Require Ruby 2.0+
  • Fixes
    • #7957 Better support for disk image mounting via :bsexec option to command.run <3 @renard
  • Internal Changes
    • #8089 Separate backend codebase from Homebrew
    • #7880 Run new RSpec tests by default
    • #8129, #8090 Remove undocumented license values
    • #8113 Explicit Pathname -> String conversion for test suite
    • #8101 Verbose test options + documentation
    • #8022 disable test which writes outside test dir
    • #8023 require Ruby 2.0 for generate_cask_token devscript
  • Documentation
    • 6 doc commits since 0.50.0
  • Contributors
    • 28 new contributors since 0.50.0
    • 1326 total contributors
  • Release Date
    • 2014-12-16 13:14:00 UTC

v0.50.0

9 years ago
  • Casks
    • 35 Casks added (111 updated) by 50 contributors since 0.49.0
    • 2155 total Casks
  • Features
    • #7805 add name stanza for proper name
    • #7854 add accessibility_access stanza
    • #7845 add depends_on :x11
    • #7793 add depends_on :arch
    • #7936 add MacOS.release replacement for MacOS.version
    • #7845 allow multiple depends_on stanzas
    • #7822 remove constraint that Cask tokens can't start with digits
  • Breaking Changes
    • #7855 remove assistive_devices caveats method
    • #7848 remove x11_required caveats method
    • #7810 remove arch_only caveats method
    • #7794 remove os_version_only caveats method
    • #7812 remove support for tags :name
    • #7825 remove support for title method in Casks
  • Fixes
    • #7958 return tarball_path from fetch method <3 @renard
      • compensates for change in Homebrew
    • fixes "no implicit conversion of nil into String" error
    • fixes "undefined method extname for nil:NilClass" error
    • #7893 fix --debug and _dump on Ruby 1.8.7
  • Internal Changes
    • #7900 Add reason for skipping syntax tests
    • #7940 sanity checks/error handling, postflight miniDSL
      • recast info_plist as info_plist_file
    • #7935 Be more consistent/liberal about stanza accessors.
      • enables RSpec tests to pass again
    • #7898 enable installer artifact in _stanza verb
    • #7854 remove newlines from runtime bundle IDs
    • #7895 In SystemCommand, fix success? and exit_status
      • Add failing tests for SystemCommand
    • #7845, #7819 refactor depends_on
    • #7807 convert more backend code from cask_name to token
    • #7795 add new maintainer claui
  • Documentation
    • 16 doc commits since 0.49.0 <3 @maschs
  • Contributors
    • 22 new contributors since 0.49.0
    • 1297 total contributors
  • Release Date
    • 2014-12-10 12:54:00 UTC

v0.49.0

9 years ago
  • Casks
    • 26 Casks added (406 updated) by 85 contributors since 0.48.0
    • 2120 total Casks
  • Features
    • #7696 DSL: add working depends_on :macos
  • Breaking Changes
    • #7673 unify and recast "Cask name" & "title" as "token" (de-document visible Cask method title)
    • #7696 DSL: deprecate and de-document require_os_version caveats method
    • #7507 DSL: remove support for caskroom_only
    • #7506 remove support for legacy form destination_path
  • Fixes
    • #7738 Make CLI::Alfred and Source::PathBase work with Ruby 1.8 <3 @claui
    • #7532 get Alfred 'syncfolder' from Preferences. resolves #7216 <3 @fniephaus
    • #7740 relax sourceforge.jp URL pattern
    • #7605 "cocoa" is a framework to remove from Cask names
  • Internal Changes
    • #7684 revise accessibility methods in postflight mini-DSL
    • #7685 revise plist methods in postflight mini-DSL
    • #7686 revise suppress_move_to_applications method in postflight mini-DSL
    • #6184 Introduce GPG operations
    • #7642 Refactor backend classes to match pre/postflight renaming
    • #7568 enforce header line consistency
    • #7530 enforce a valid minimum DSL version in Casks
    • #7529 remove all transitional tap migration code
    • #7510 formalize more Cask whitespace linting
    • #7504 enforce version :latest as a symbol
    • #7503 adjust devscripts for DSL 1.0
  • Documentation
    • 13 doc commits since 0.48.0
  • Contributors
    • 39 new contributors since 0.48.0
    • 1275 total contributors
  • Release Date
    • 2014-12-02 06:04:00 UTC

v0.48.0

9 years ago
  • Casks
    • 32 Casks added (2058 updated) by 75 contributors since 0.47.0
    • 2094 total Casks
  • Features
    • #7365 add stanza stage_only (new spelling of caskroom_only)
  • Breaking Changes
    • #7450, #7430, #7311 require new-style header lines
    • #7451 remove support for nested_container stanza
    • #7428 remove support for manual_installer in caveats stanza
    • #7429 remove support for container_type stanza
    • #7401 remove support for depends_on_formula stanza
    • #7367 remove support for uninstall :files form
    • #7354 remove support for after_install and friends
  • Fixes
    • #7426, #7432 activate suite artifacts
    • #7453 avoid gitx in partial-match search tests
    • #7399 tighten sourceforge URL regular expressions, add special case for excalibur
  • Internal Changes
    • none
  • Documentation
    • 8 doc commits since 0.47.0
  • Contributors
    • 32 new contributors since 0.47.0
    • 1236 total contributors
  • Release Date
    • 2014-11-20 12:49:00 UTC