Brewlet Versions Save

The missing menulet for brew.sh: keeping your packages up-to-date, and your system secure.

v1.7.4

1 year ago

What's Changed

  • Add ability to ignore casks https://github.com/zkokaja/Brewlet/pull/35
  • Adds version number to icon tooltip (hold mouse hover over the icon) d0d49fb3c051ff4b7186da6e49897725ba2bfbf8
  • Adds more detailed error messages in notifications 1958ccfc5f3e95e2c6af07f5559574bfce8475f2
  • Uses latest xcode and its build recommendations 617d20d332d1c879d62efc3b8e5fd9ffec4c75bc

Full Changelog: https://github.com/zkokaja/Brewlet/compare/v1.7...v1.7.4

v1.7.3

1 year ago

What's Changed

Full Changelog: https://github.com/zkokaja/Brewlet/compare/v1.7...v1.7.3

v1.7.2

1 year ago

Test release that disables calls to DispatchQueue to test issue #34

v1.7.1

1 year ago

What's Changed

Full Changelog: https://github.com/zkokaja/Brewlet/compare/v1.7...v1.7.1

v1.7

2 years ago

v1.6

2 years ago

New features include:

  • Outdated casks are read in and will be displayed in the menu. See #19 and #27
  • Output from brew commands accessible in Console and can be opened by the hidden menu item (hold option)

v1.5-universal

3 years ago

v1.5

3 years ago

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

v1.4

3 years ago

This release adds a feature which allows packages to be upgraded automatically when available (#4), and disables menu items when an action is currently in progress (#5).

In addition, we've added documentation to the code, and helpful tooltips in the preferences window.

v1.3

4 years ago

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