Skip to content

Commit ebf7ebb

Browse files
committed
Update changelog & Bump version
1 parent fa39eb6 commit ebf7ebb

File tree

2 files changed

+24
-2
lines changed

2 files changed

+24
-2
lines changed

CHANGELOG.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,28 @@
11
# Changelog
22

3-
## Master (Unreleased)
3+
## 1.5.0 (2024-10-20)
4+
5+
### Features
6+
* Add `meow-pop-to-mark` `and meow-unpop-to-mark`
7+
* [#644](https://github.com/meow-edit/meow/pull/644) Add `meow(-backward)-kill-{word,symbol}`
8+
* [#691](https://github.com/meow-edit/meow/pull/619) Add options for selecting after meow-insert and meow-append
9+
* [#609](https://github.com/meow-edit/meow/pull/609) Allow custom delete-region, insert functions
10+
11+
### Enhancements
12+
* [#650](https://github.com/meow-edit/meow/pull/650) Add beacon fake cursors for symbols
13+
* [#580](https://github.com/meow-edit/meow/pull/580) Add shim for magit-blame-mode
14+
* [#639](https://github.com/meow-edit/meow/pull/639) Add missing command in meow-shims of wgrep
15+
* [#581](https://github.com/meow-edit/meow/pull/581) Add beacon remap for meow-change-save
16+
* [#571](https://github.com/meow-edit/meow/pull/571) Clarify selection expansion by word motion
17+
* [#637](https://github.com/meow-edit/meow/pull/637) Add a shim for Macrostep
18+
* meow-shims: add shim for ddskk (meow-prev)
19+
* Fix SPC SPC in motion state
20+
21+
### Bugs fixed
22+
* Fix meow-line behavior in term, eshell, etc
23+
* Fix duplicated fake cursors in beacon backward line
24+
* Don't reset overwrite mode when enter insert state
25+
* [#646](https://github.com/meow-edit/meow/pull/646) make meow-minibuffer-quit compatible with `(setq icomplete-in-buffer t)`
426

527
## 1.4.5 (2024-02-11)
628

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.5
6+
;; Version: 1.5.0
77
;; URL: https://www.github.com/DogLooksGood/meow
88
;;
99
;; This file is not part of GNU Emacs.

0 commit comments

Comments
 (0)