Brewlet

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

BSD-2-CLAUSE License

Stars
428

Bot releases are visible (Hide)

Brewlet - Release v1.7.4 Latest Release

Published by github-actions[bot] over 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

Brewlet - Release v1.7.3

Published by github-actions[bot] over 1 year ago

What's Changed

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

Brewlet - Release v1.7

Published by github-actions[bot] over 2 years ago

Brewlet - Release v1.6

Published by github-actions[bot] over 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)
Brewlet - Release v1.5-universal

Published by github-actions[bot] almost 4 years ago

Brewlet - Release v1.5

Published by github-actions[bot] almost 4 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
Brewlet - Release v1.4

Published by github-actions[bot] over 4 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.

Brewlet - Release v1.3

Published by github-actions[bot] over 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
Brewlet - Release v1.2

Published by github-actions[bot] over 4 years ago

This release adds two big changes to the UI:

  1. You can now view the outdated packages, and upgrade them individually if you wish.
  2. 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.

Brewlet - Release v1.1

Published by github-actions[bot] over 4 years ago

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
Brewlet - Release v1.0

Published by github-actions[bot] over 4 years ago