Skip to content

v0.9.0

Choose a tag to compare

@github-actions github-actions released this 05 Feb 13:34
· 58 commits to main since this release

Export/Import Bindings 💾

Users can now export their customized key bindings as JSON and import them on another browser or device:

  • Export/Import/Reset buttons in ShortcutsModal footer (with icons)
  • Programmatic access via registry.exportBindings() / registry.importBindings(data)
  • Customizable footer via footerContent render prop

LookupModal Improvements 🔍

  • Digit placeholder support — Type digits before selecting an action in LookupModal to pass them as captures (e.g., type 5, select "Down N rows" → moves down 5)
  • Icon rendering for pending keys (arrow icons, modifier symbols)
  • Fix Shift+key capture — Shift combinations now register correctly

New Features

  • description field on actions — Shows as tooltips in ShortcutsModal for additional context
  • useParamEntry hook — Extracted shared parameter entry logic for use in custom UIs
  • footerContent prop on ShortcutsModal — Custom footer renderer (or null to hide)

Bug Fixes

  • Fix modal history state management (now limited to touch devices only)

Full Changelog: v0.8.0...v0.9.0