From 91881206a3b33febc3d9e8ad37c1d93e7004eca4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 7 Aug 2023 13:30:47 +0000 Subject: [PATCH] chore(main): release 1.3.1 --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c4099d9..cba971b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [1.3.1](https://github.com/jokajak/keyseer.nvim/compare/v1.3.0...v1.3.1) (2023-08-07) + + +### Bug Fixes + +* fix details when ctrl is pressed ([cc82cff](https://github.com/jokajak/keyseer.nvim/commit/cc82cff77ec089e58655188ad66230461e373e54)) +* fix details when shift is held down ([7608c60](https://github.com/jokajak/keyseer.nvim/commit/7608c6051f0ba3f0d5dc8a135f073ae89d2d4003)) +* fix support for BS keycode ([49e3ac7](https://github.com/jokajak/keyseer.nvim/commit/49e3ac74c13a1cfdc2955543400d35dc2bedcdb9)), closes [#20](https://github.com/jokajak/keyseer.nvim/issues/20) +* handle missing keycodes better ([6953a55](https://github.com/jokajak/keyseer.nvim/commit/6953a5588a9388243f8547ef90533a9724e4b610)) + ## [1.3.0](https://github.com/jokajak/keyseer.nvim/compare/v1.2.0...v1.3.0) (2023-08-07)