v0.5.3 — configurable shortcut, popover pin, settings polish - #10
Merged
Conversation
… settings fixes - Popover shortcut is user-configurable (Settings recorder row; default stays ⌥⌘O). set_toggle_shortcut re-registers at runtime, the saved accelerator is re-applied at bootstrap, labels follow everywhere. - Popover Pin: suspends hide-on-blur for one showing so a file can be dragged in from Finder (grabbing the file blurs the panel, which used to hide it before the drag could start). Reset on every toggle/Esc. - Popover refreshes on an explicit popover-shown event from the backend; focus events proved unreliable for the transparent panel, so changes made in the main window never showed in Recent Changes. - "Warn on UTI conflicts" now also gates the UTI ⚠ badges in the Extensions table; "Show bundle IDs" now also gates the Apps detail header and popover rows (popover reloads settings on storage events). - Toasts auto-dismiss (5s, 8s with an Undo button) instead of living forever. - Settings: CLI version re-probed when the pane opens (was launch-only); "last checked" shows seconds so repeat Check Now clicks visibly react; install hint is tap-qualified (brew install ColeMei/openwith/openwith).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
GUI polish release fixing six issues found in real use, plus the two planned features.
Features
Fixes
popover-shownevent on open instead of relying on focus events, which don't fire reliably for the transparent panel.UTI ⚠badges in the Extensions table (previously only gated the sheet warning and toast suffix).brew upgradenever showed without relaunching); "last checked" includes seconds so repeated Check Now clicks visibly do something.brew install ColeMei/openwith/openwith(the bare form fails without the tap).Notes