Skip to content

Commit 0231836

Browse files
committed
Update changelog and bump version
1 parent 67e1ee3 commit 0231836

File tree

2 files changed

+22
-7
lines changed

2 files changed

+22
-7
lines changed

CHANGELOG.md

Lines changed: 21 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,32 @@
22

33
## Master (Unreleased)
44

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

127
### Bugs fixed
138

9+
* [#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`.
10+
* [#290](https://github.com/meow-edit/meow/issues/290) Clean up beacon overlays on mode diasbling.
11+
* [#318](https://github.com/meow-edit/meow/pull/318) Skip string-fence syntax class in meow--{inner,bounds}-of-string
12+
* [#327](https://github.com/meow-edit/meow/pull/327) Fix two minore issue with cursor updating.
13+
* Fix the order of beacons for `meow-search`.
14+
* Fix `meow-line` mark bug.
15+
* Fix literal key pad bug.
1416
* Fix `meow-goto-line` when there's no region available.
1517

18+
### Enhancements
19+
20+
* Add a variable `meow-keypad-self-insert-undefined`, it controls whether to insert a key when it's undefined in keypad.
21+
* 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),
22+
* [#416](https://github.com/meow-edit/meow/pull/416) Add visual-line versions of some Meow operations.
23+
24+
### Breaking Changes
25+
26+
* [#209](https://github.com/meow-edit/meow/pull/209) Make
27+
`meow-keypad-start-keys` an association list to enhance customizability.
28+
See [CUSTOMIZATIONS](./CUSTOMIZATIONS) for more details.
29+
* `meow-quit` uses `quit-window` instead of `delete-window`.
30+
1631
## 1.4.2 (2022-03-13)
1732

1833
### Bugs fixed

meow.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
;; Author: Shi Tianshu
44
;; Keywords: convenience, modal-editing
55
;; Package-Requires: ((emacs "27.1"))
6-
;; Version: 1.4.2
6+
;; Version: 1.4.3
77
;; URL: https://www.github.com/DogLooksGood/meow
88
;;
99
;; This file is not part of GNU Emacs.

0 commit comments

Comments
 (0)