Skip to content

Releases: jokajak/keyseer.nvim

v1.5.1

22 Aug 19:34
6cb478f
Compare
Choose a tag to compare

1.5.1 (2023-08-22)

Bug Fixes

  • keyboard: Readd button start calculation (38df463)

v1.5.0

22 Aug 12:20
ebcd7f7
Compare
Choose a tag to compare

1.5.0 (2023-08-22)

Features

v1.4.0

08 Aug 02:43
Compare
Choose a tag to compare

1.4.0 (2023-08-08)

Features

v1.3.1

07 Aug 13:36
Compare
Choose a tag to compare

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)

v1.3.0

07 Aug 13:01
Compare
Choose a tag to compare

1.3.0 (2023-08-07)

Features

v1.2.0

07 Aug 11:46
Compare
Choose a tag to compare

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)

v1.1.1

06 Aug 21:56
Compare
Choose a tag to compare

1.1.1 (2023-08-06)

Bug Fixes

v1.1.0

06 Aug 21:08
Compare
Choose a tag to compare

1.1.0 (2023-08-06)

Features

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

v1.0.0

06 Aug 12:37
Compare
Choose a tag to compare

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