Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
DogLooksGood committed Feb 16, 2022
1 parent 904d823 commit b494651
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,21 @@

## Master (Unreleased)

## 1.4.1 (2022-02-16)

### Enhancements
* Add which-key support.
* Add custom variable `meow-goto-line-function`.
* ~~Support specified leader keymap by altering `meow-keymap-alist`.~~
* Support specifying the target of `meow-leader-define-key` by altering `meow-keymap-alist`.
* Add a variable `meow-keypad-leader-dispatch`.

### Bugs fixed

* Fix keypad popup delay.
* Fix keypad popup when C-c is bound to other keymap.
* [#197](https://github.com/meow-edit/meow/issues/197) Fix `meow-kill` for `select line` selection.
* [#198](https://github.com/meow-edit/meow/issues/198) Fix invalid mode states with poly mode.

## 1.4.0 (2022-01-24)

Expand Down
2 changes: 1 addition & 1 deletion meow.el
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
;; Author: Shi Tianshu
;; Keywords: convenience, modal-editing
;; Package-Requires: ((emacs "27.2"))
;; Version: 1.4.0
;; Version: 1.4.1
;; URL: https://www.github.com/DogLooksGood/meow
;;
;; This file is not part of GNU Emacs.
Expand Down

0 comments on commit b494651

Please sign in to comment.