Skip to content

Commit

Permalink
Update changelog and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
DogLooksGood committed Jul 11, 2023
1 parent 67e1ee3 commit 0231836
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 7 deletions.
27 changes: 21 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,32 @@

## Master (Unreleased)

### Breaking Changes

* [#209](https://github.com/meow-edit/meow/pull/209) Make
`meow-keypad-start-keys` an association list to enhance customizability.
* If you modify this variable, it may break on the next update. See
[CUSTOMIZATIONS](./CUSTOMIZATIONS) for more details.
## 1.4.3 (2023-07-11)

### Bugs fixed

* [#223](https://github.com/meow-edit/meow/pull/223) Fix the complete behavior in `meow-open-above` when `tab-always-indent` is set to `'complete`.
* [#290](https://github.com/meow-edit/meow/issues/290) Clean up beacon overlays on mode diasbling.
* [#318](https://github.com/meow-edit/meow/pull/318) Skip string-fence syntax class in meow--{inner,bounds}-of-string
* [#327](https://github.com/meow-edit/meow/pull/327) Fix two minore issue with cursor updating.
* Fix the order of beacons for `meow-search`.
* Fix `meow-line` mark bug.
* Fix literal key pad bug.
* Fix `meow-goto-line` when there's no region available.

### Enhancements

* Add a variable `meow-keypad-self-insert-undefined`, it controls whether to insert a key when it's undefined in keypad.
* Add keyboard layouts for Colemak-DH [#284](https://github.com/meow-edit/meow/pull/284), FWYR [#326](https://github.com/meow-edit/meow/pull/326),
* [#416](https://github.com/meow-edit/meow/pull/416) Add visual-line versions of some Meow operations.

### Breaking Changes

* [#209](https://github.com/meow-edit/meow/pull/209) Make
`meow-keypad-start-keys` an association list to enhance customizability.
See [CUSTOMIZATIONS](./CUSTOMIZATIONS) for more details.
* `meow-quit` uses `quit-window` instead of `delete-window`.

## 1.4.2 (2022-03-13)

### Bugs fixed
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.1"))
;; Version: 1.4.2
;; Version: 1.4.3
;; URL: https://www.github.com/DogLooksGood/meow
;;
;; This file is not part of GNU Emacs.
Expand Down

0 comments on commit 0231836

Please sign in to comment.