emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/meow 023183656e: Update changelog and bump version


From: ELPA Syncer
Subject: [nongnu] elpa/meow 023183656e: Update changelog and bump version
Date: Tue, 11 Jul 2023 07:00:13 -0400 (EDT)

branch: elpa/meow
commit 023183656e86165c293359969ddf6f2566b4cb65
Author: DogLooksGood <doglooksgood@hotmail.com>
Commit: DogLooksGood <doglooksgood@hotmail.com>

    Update changelog and bump version
---
 CHANGELOG.md | 27 +++++++++++++++++++++------
 meow.el      |  2 +-
 2 files changed, 22 insertions(+), 7 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0cc42007f5..edc66b87a2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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
diff --git a/meow.el b/meow.el
index 297170b6b4..8ce46e7f88 100644
--- a/meow.el
+++ b/meow.el
@@ -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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]