github Dicklesworthstone/beads_viewer v0.10.5

latest releases: v0.13.0, v0.12.1, v0.12.0...
one month ago

Bug Fixes

🐛 Escape Key Now Properly Closes Label Picker (bff5876)

Problem: When pressing Escape with the label picker open (triggered by l key), the first press triggered the quit confirmation dialog instead of closing the label picker. A second press would exit the program entirely, trapping users in the label picker modal.

Root Cause: The escape key handler in the main Update() switch statement checked various views (details, insights, graph, board, actionable, history) but did not check for showLabelPicker before falling through to the quit confirmation logic.

Fix: Added a check for m.showLabelPicker in the escape key handler that closes the label picker and returns to the list view before any quit confirmation logic runs.

Expected behavior restored:

  • First ESC: Close label picker (return to list view)
  • Second ESC: Clear filters (if any active)
  • Third ESC: Show quit confirmation dialog

Installation

Homebrew (macOS/Linux)

brew tap dicklesworthstone/beads_viewer
brew install bv

Go Install

go install github.com/Dicklesworthstone/beads_viewer/cmd/bv@v0.10.5

Download Binary

Download the appropriate binary for your platform from the assets below.


Full Changelog: v0.10.4...v0.10.5

Don't miss a new beads_viewer release

NewReleases is sending notifications on new releases.