summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorTim Oram <dev@mitmaro.ca>2021-03-07 12:26:39 -0330
committerTim Oram <dev@mitmaro.ca>2021-03-07 16:12:26 -0330
commit8926c1bf34a92cfe2c0ff5d5d41830d2d94d7c3a (patch)
tree109e8f0e9ccba39260c517e8d1dd26b6119a91fe /CHANGELOG.md
parentce1d29b95aaeae1b156529f05c760685611bb378 (diff)
Add support for multiple key bindings
This allows a user to provide a list of key bindings for a particular action.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 22f9f46..acb4eea 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Basic support to merge rebasing
- Modifier keys can now be provided in any order
- Undo and redo changes to the todo list
+- Support for multiple key bindings per configuration
### Fixed
- Most modifier key combinations could not be used as key bindings
@@ -85,7 +86,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Horizontal and vertical overflow support
### Changed
-- Show git now uses libgit2 instead of external command
+- Show git now uses libgit2 instead of an external command
## [0.7.0] - 2018-10-28