Skip to content

Releases: cosmincatalin/brew-explorer

v0.1.5

22 Oct 19:22
v0.1.5
e73dd2c

Choose a tag to compare

Brew Explorer - A terminal-based Homebrew package manager for listing, updating, and uninstalling packages.

Released for the following architecture:

  • 🍏aarch64-apple-darwin (macOS Silicon)
  • 🍏x86_64-apple-darwin (macOS Intel)

What's Changed

  • Add Vim-style navigation (hjkl) support for package list navigation by @Copilot in #22

Full Changelog: v0.1.4...v0.1.5

v0.1.4

21 Oct 16:14
v0.1.4
abe8f48

Choose a tag to compare

Brew Explorer - A terminal-based Homebrew package manager for listing, updating, and uninstalling packages.

Released for the following architecture:

  • 🍏aarch64-apple-darwin (macOS Silicon)
  • 🍏x86_64-apple-darwin (macOS Intel)

What's Changed

  • Fix handling of formulae and casks with null homepage values by @Copilot in #19
  • Fix deserialization error when Homebrew returns null installation timestamps by @Copilot in #20

Full Changelog: v0.1.3...v0.1.4

v0.1.3

09 Oct 18:56
v0.1.3
73f8d89

Choose a tag to compare

Brew Explorer - A terminal-based Homebrew package manager for listing, updating, and uninstalling packages.

Released for the following architecture:

  • 🍏aarch64-apple-darwin (macOS Silicon)
  • 🍏x86_64-apple-darwin (macOS Intel)

What's Changed

Full Changelog: v0.1.2...v0.1.3

v0.1.2

09 Oct 10:16
v0.1.2
de1cc4a

Choose a tag to compare

Brew Explorer - A terminal-based Homebrew package manager for listing, updating, and uninstalling packages.

Released for the following architecture:

  • 🍏aarch64-apple-darwin (macOS Silicon)

What's Changed

  • Update documentation to remove unsupported vim-like keybindings (j/k/h/l) by @Copilot in #7
  • ✨ Set up Copilot instructions in standard location by @Copilot in #9
  • Fix search mode to allow typing 'u', 'x', and 'q' characters by @Copilot in #11

Full Changelog: v0.1.1...v0.1.2

v0.1.1

08 Oct 17:14
v0.1.1
608edd2

Choose a tag to compare

Brew Explorer - A terminal-based Homebrew package manager for listing, updating, and uninstalling packages.

Released for the following architecture:

  • 🍏aarch64-apple-darwin (macOS Silicon)

Download Options:

  • Raw binary: brew-explorer-aarch64-apple-darwin
  • Packaged: brew-explorer-*-aarch64-apple-darwin.tar.gz (includes SHA256 hash for verification)

Features:

  • 📋 List all installed Homebrew packages (formulae and casks)
  • 🔄 Update packages directly from the interface
  • 🗑️ Uninstall packages with confirmation
  • 🔍 Search and filter packages
  • 📊 View package details, versions, and caveats
  • ⚡ Navigate with keyboard shortcuts

Installation:

  1. Download the tar.gz file
  2. Extract: tar -xzf brew-explorer-*-aarch64-apple-darwin.tar.gz
  3. Make executable: chmod +x brew-explorer
  4. Run: ./brew-explorer

The SHA256 hash is displayed in the workflow logs for package verification.

What's Changed

  • Fix deserialization error for Homebrew packages with null tap field by @Copilot in #4
  • Fix cursor position jumping to top after update/delete operations by @Copilot in #5

New Contributors

  • @Copilot made their first contribution in #4

Full Changelog: v0.1.0...v0.1.1

v0.1.0

03 Oct 08:22
v0.1.0
06e87d5

Choose a tag to compare

Brew Explorer - A terminal-based Homebrew package manager for listing, updating, and uninstalling packages.

Released for the following architecture:

  • 🍏aarch64-apple-darwin (macOS Silicon)

Download Options:

  • Raw binary: brew-explorer-aarch64-apple-darwin
  • Packaged: brew-explorer-*-aarch64-apple-darwin.tar.gz (includes SHA256 hash for verification)

Features:

  • 📋 List all installed Homebrew packages (formulae and casks)
  • 🔄 Update packages directly from the interface
  • 🗑️ Uninstall packages with confirmation
  • 🔍 Search and filter packages
  • 📊 View package details, versions, and caveats
  • ⚡ Navigate with keyboard shortcuts

Installation:

  1. Download the tar.gz file
  2. Extract: tar -xzf brew-explorer-*-aarch64-apple-darwin.tar.gz
  3. Make executable: chmod +x brew-explorer
  4. Run: ./brew-explorer

The SHA256 hash is displayed in the workflow logs for package verification.

What's Changed

New Contributors

Full Changelog: https://github.com/cosmincatalin/brew-explorer/commits/v0.1.0