Skip to content

Latest commit

 

History

History
179 lines (92 loc) · 9.36 KB

CHANGELOG.md

File metadata and controls

179 lines (92 loc) · 9.36 KB

Changelog

2.4.2 (2024-12-09)

Bug Fixes

  • util: check for buffer-local mappings (aa4c7d9)

2.4.1 (2024-09-06)

Bug Fixes

2.4.0 (2024-08-18)

Features

2.3.3 (2024-08-12)

Bug Fixes

2.3.2 (2024-08-11)

Bug Fixes

  • invalid bufnr in scheduled function (a90c0bb)

2.3.1 (2024-08-08)

Bug Fixes

  • screenkey + getcharstr inside of expression mappings (#36) (4f03ed0)

2.3.0 (2024-08-08)

Features

  • rework the filter function (8d1298e)
  • users can now implement filter function (4fa463e)

Bug Fixes

  • util: is_mapping no longer produces false results (9a5d22e)

2.2.1 (2024-07-05)

Bug Fixes

  • command: * not needed in regex (ecd1887)

2.2.0 (2024-07-03)

Features

  • config: allow users to set all of the win_opts (1a7d6d5)

2.1.0 (2024-06-15)

Features

2.0.0 (2024-06-13)

⚠ BREAKING CHANGES

  • config: show_leader is now true by default

Features

  • add an option for map-grouping (7f93737)
  • add an option to show leader in mappings (a2b9372)
  • api: expose get_keys function (f3e2df4)
  • api: provide redraw function (a853a75)
  • config: show_leader is now true by default (f03995d)
  • config: add an option to customize <leader> symbol (7b54d74)
  • config: added types for options (da19003)
  • config: move keys to config (09f1692)
  • config: support (almost) all of the nvim_open_win opts (18ba235)
  • config: use api types for win_opts (805e958)
  • config: users can now specify row and col (2f16f53)
  • config: validate user config (9dfeffb)
  • health: :checkhealth screenkey support (e636ef3)
  • implement config module (c398ade)
  • init: no need to call setup function (8c56222)
  • introduce display_infront/behind (7ff6fb0)
  • logger: implement simple logger (86f3b00)
  • make the Screenkey window persistent (39af61f)
  • statusline-component: toggle statusline component (#19) (7806e34)
  • user commands: add various subcommands (b2cfe5e)
  • user commands: logger commands (3d585e6)
  • util: optional function for comparing values in tbl_contains (9fe269a)

Bug Fixes

  • ignore mouse input, record left and right arrow keys (d5beab2)
  • user commands: copy pasta... (d064501)

1.4.1 (2024-05-02)

Bug Fixes

  • remove unnecessary padding (ff32c3e)

1.4.0 (2024-04-20)

Features

  • tabs: move the screenkey to the current tab-page (fe9c1e8)

1.3.1 (2024-04-18)

Bug Fixes

  • typed is a nil value, screenkey shows nothing (6dc082f)

1.3.0 (2024-04-17)

Features

  • config: disable screenkey for specified file/buf types (82b00c6)

1.2.1 (2024-04-17)

Bug Fixes

1.2.0 (2024-04-16)

Features

  • timer: clear screenkey buffer after specified time (f7204a4)

1.1.0 (2024-04-16)

Features

  • keys: recognize ctrl/alt/super/shift key combination (bc3c9e9)

Bug Fixes

  • keys: prevent key = nil errors, reset queued_keys (796350c)

1.0.0 (2024-04-16)

Features

  • basic features (e2d4cd1)
  • icons: add icons for most of the keys (e3ba462)
  • input: correctly parse multikey input (67cb25c)