Releases: zkokaja/Brewlet
Releases · zkokaja/Brewlet
Release v1.7.4
What's Changed
- Add ability to ignore casks #35
- Adds version number to icon tooltip (hold mouse hover over the icon) d0d49fb
- Adds more detailed error messages in notifications 1958ccf
- Uses latest xcode and its build recommendations 617d20d
Full Changelog: v1.7...v1.7.4
Release v1.7.3
What's Changed
- Adds version number to icon tooltip (hold mouse hover over the icon)
- Disables calls to DispatchQueue to test issue #34
- 31 casks with intervention by @zkokaja in #35
Full Changelog: v1.7...v1.7.3
Release v1.7
Bump marketing version to latest release 1.7
Release v1.6
Release v1.5-universal
Merge pull request #16 from zachberger/master Build using GitHub's default Xcode version, which supports Universal Binaries
Release v1.5
This release adds more functionality: manage your services, install Brewlet via brew itself, and use a custom brew path (thanks to @zachberger).
It also fixes a couple issues with version numbers and using the upgrade button.
Commits:
- c7b8583 Check architecture for default value of brew path in all cases.
- 27492fc Also update the "info" in the menu for the new brew path.
- 2c85f17 Set default brew location based on platform.
- 88182f1 Add preference for brew installation location.
- 2757eb1 Fix crash for when there are no services.
- 55fe713 Fix issue #11 for upgrade button
- b6d05e4 Switch installed/stable version in outdated
- ea4c768 Fix missing revision number in version
- 006e52e Add services menu and functionality
- bb55cf3 Add brew tap installation option
Release v1.4
Release v1.3
Lots of good updates this release! Here are the changes:
- Added a preferences window, e.g. for controlling update frequency
- Preference to exclude/include dependencies when checking for updates
- Added an updated time stamp to the Brewlet tooltip
- Only send notifications when more updates are available (thanks to @cmpadden)
- Support dark mode
- Added package's descriptions in their tooltips
- Refactor code to use structures and the brew JSON API
Release v1.2
This release adds two big changes to the UI:
- You can now view the outdated packages, and upgrade them individually if you wish.
- The update/upgrade item is reconsolidated and now switches between them based on whether packages are available to be upgraded.
It also fixes an issue where Brewlet was periodically checking for outdated packages, but without updating first.
Release v1.1
New updates in this release:
- Reorganize menu layout to make it simpler
- Notify user when updates are available, and upon errors
- Logs upgrade output to temporary file
- Look for info log messages for file location
- Add icon animation while upgrading packages
- Hides update/upgrade item if there's nothing to upgrade