Skip to content

v0.10.2

Choose a tag to compare

@magifd2 magifd2 released this 03 Aug 01:49

Fixed

  • ⌘V (and ⌘X / ⌘C / ⌘A / ⌘Z) now work in the password fields, and ⌘W
    closes the droplet window. Both were missing for the same reason: the
    app had no Edit menu and no Close item, and macOS routes those
    shortcuts to the focused control through main-menu key equivalents —
    with no matching item, the keystroke never reaches the text field.
    The menu bar also draws the top-level menu item's own title, so the
    new File and Edit menus carry titles rather than relying on their
    submenu's (an untitled item is an invisible menu).

Full Changelog: v0.10.1...v0.10.2