Skip to content

Latest commit

 

History

History
115 lines (71 loc) · 7.48 KB

CHANGELOG.md

File metadata and controls

115 lines (71 loc) · 7.48 KB

Changelog

1.5.1 (2023-08-22)

Bug Fixes

  • keyboard: Readd button start calculation (38df463)

1.5.0 (2023-08-22)

Features

1.4.0 (2023-08-08)

Features

1.3.1 (2023-08-07)

Bug Fixes

  • fix details when ctrl is pressed (cc82cff)
  • fix details when shift is held down (7608c60)
  • fix support for BS keycode (49e3ac7), closes #20
  • handle missing keycodes better (6953a55)

1.3.0 (2023-08-07)

Features

1.2.0 (2023-08-07)

Features

  • show builtin keymaps by default (f69a1d5)

Bug Fixes

  • Add support for S-Up keymaps (3ccea43)
  • fix tab keycode support (d9e59f9)

1.1.1 (2023-08-06)

Bug Fixes

1.1.0 (2023-08-06)

Features

  • allow specifying the mode at the command (28c5b82)
  • refactor builtin keymaps (186e656)

1.0.0 (2023-08-06)

⚠ BREAKING CHANGES

  • Rename to KeySeer

Features

  • add arrow keys to default layouts (27b77ae)
  • add buffer specific keymaps (6a18036)
  • Add colors to keycaps (b3f7db8)
  • add description to details (c64b3c9)
  • add details for buttons (b492d1d)
  • add detection of button under cursor (295ba8b)
  • add display module (8d13461)
  • add doc generation check to CI (#2) (15d4d14)
  • add dvorak layout (e0b1ca4)
  • add enter/exit functions for panes (7b10d1b)
  • add esc key (721167b)
  • add function key support (ec33131)
  • add highlighting of pressed modifiers (eee9ed7)
  • add keymap navigation (ec2ac37)
  • add release script (144c732)
  • add setup script (#1) (fbffb71)
  • add support for modifier keys (376c8d0)
  • allow filtering keymaps displayed (1960571)
  • cd: add release action (#4) (85cb257)
  • cd: remove homemade release script (#6) (316de3d)
  • change colors and filter keycaps by modifiers (7300c4b)
  • details: Add what button is under the cursor (bcfd117)
  • display: Add keybindings (cf18e7a)
  • keyboard: Add keyboard class (9872a49)
  • make setup.sh more reliable (6c2f360)
  • Rename to KeySeer (63b34d2)
  • template cleanup and improvements (#11) (af2fcb0)
  • toggle shifted keycaps (3f34d9b)
  • ui: highlight keycaps (8d35645)

Bug Fixes