File tree Expand file tree Collapse file tree 2 files changed +22
-7
lines changed Expand file tree Collapse file tree 2 files changed +22
-7
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Master (Unreleased)
4
4
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)
11
6
12
7
### Bugs fixed
13
8
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.
14
16
* Fix ` meow-goto-line ` when there's no region available.
15
17
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
+
16
31
## 1.4.2 (2022-03-13)
17
32
18
33
### Bugs fixed
Original file line number Diff line number Diff line change 3
3
; ; Author: Shi Tianshu
4
4
; ; Keywords: convenience, modal-editing
5
5
; ; Package-Requires: ((emacs "27.1"))
6
- ; ; Version: 1.4.2
6
+ ; ; Version: 1.4.3
7
7
; ; URL: https://www.github.com/DogLooksGood/meow
8
8
; ;
9
9
; ; This file is not part of GNU Emacs.
You can’t perform that action at this time.
0 commit comments