Skip to content

Commit

Permalink
Update changelog & Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
DogLooksGood committed Oct 20, 2024
1 parent fa39eb6 commit ebf7ebb
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
24 changes: 23 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,28 @@
# Changelog

## Master (Unreleased)
## 1.5.0 (2024-10-20)

### Features
* Add `meow-pop-to-mark` `and meow-unpop-to-mark`
* [#644](https://github.com/meow-edit/meow/pull/644) Add `meow(-backward)-kill-{word,symbol}`
* [#691](https://github.com/meow-edit/meow/pull/619) Add options for selecting after meow-insert and meow-append
* [#609](https://github.com/meow-edit/meow/pull/609) Allow custom delete-region, insert functions

### Enhancements
* [#650](https://github.com/meow-edit/meow/pull/650) Add beacon fake cursors for symbols
* [#580](https://github.com/meow-edit/meow/pull/580) Add shim for magit-blame-mode
* [#639](https://github.com/meow-edit/meow/pull/639) Add missing command in meow-shims of wgrep
* [#581](https://github.com/meow-edit/meow/pull/581) Add beacon remap for meow-change-save
* [#571](https://github.com/meow-edit/meow/pull/571) Clarify selection expansion by word motion
* [#637](https://github.com/meow-edit/meow/pull/637) Add a shim for Macrostep
* meow-shims: add shim for ddskk (meow-prev)
* Fix SPC SPC in motion state

### Bugs fixed
* Fix meow-line behavior in term, eshell, etc
* Fix duplicated fake cursors in beacon backward line
* Don't reset overwrite mode when enter insert state
* [#646](https://github.com/meow-edit/meow/pull/646) make meow-minibuffer-quit compatible with `(setq icomplete-in-buffer t)`

## 1.4.5 (2024-02-11)

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

0 comments on commit ebf7ebb

Please sign in to comment.