Skip to content

Releases: zkokaja/Brewlet

Release v1.7.4

02 Apr 14:42
Compare
Choose a tag to compare

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

12 Mar 15:18
Compare
Choose a tag to compare
Release v1.7.3 Pre-release
Pre-release

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

27 Apr 21:51
Compare
Choose a tag to compare
Bump marketing version to latest release 1.7

Release v1.6

09 Apr 14:50
Compare
Choose a tag to compare

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)

Release v1.5-universal

18 Dec 20:14
b7b4720
Compare
Choose a tag to compare
Merge pull request #16 from zachberger/master

Build using GitHub's default Xcode version, which supports Universal Binaries

Release v1.5

12 Dec 16:34
09f75e4
Compare
Choose a tag to compare

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

15 Jun 15:35
Compare
Choose a tag to compare

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.

Release v1.3

01 Mar 16:56
Compare
Choose a tag to compare

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

14 Feb 00:11
Compare
Choose a tag to compare

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.

Release v1.1

12 Feb 15:34
Compare
Choose a tag to compare

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