Skip to content

Commit

Permalink
Version 2.0.0
Browse files Browse the repository at this point in the history
* NEWS.txt: Add news.
* vundo.el: Bump version.
  • Loading branch information
casouri committed Apr 23, 2022
1 parent f2b2999 commit 10d5deb
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 5 deletions.
26 changes: 22 additions & 4 deletions NEWS.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,24 @@
<2022-04-23 Sat>: Version 2.0.0

Breaking change:

- ‘vundo--window-max-height’ is now ‘vundo-window-max-height’ (double
dash -> single dash).
- Vundo commands are not shown in the global M-x (since they are not
used that way anyway).

New features:

- New hooks ‘vundo-pre-enter-hook’ and ‘vundo-post-exit-hook’.


<2022-04-04 Mon>: Version 1.0.0

<2022-03-29 Tue>: vundo--mode and vundo--mode-map are now vundo-mode
and vundo-mode-map. A new custom option vundo-compact-display is added.

<2022-03-29 Tue>: ‘vundo--mode’ and ‘vundo--mode-map’ are now
‘vundo-mode’ and ‘vundo-mode-map’. A new custom option
‘vundo-compact-display’ is added.


<2022-03-23 Wed>: UI now defaults to ASCII mode. ASCII mode also draws
differently now, it now draws
Expand All @@ -11,5 +28,6 @@ differently now, it now draws
|--o |--o
`--o +--o

<2021-11-26 Fri>: Variable vundo-translate-alist changed to
vundo-glyph-alist and has different value now.

<2021-11-26 Fri>: Variable ‘vundo-translate-alist’ changed to
‘vundo-glyph-alist’ and has different value now.
2 changes: 1 addition & 1 deletion vundo.el
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
;; Author: Yuan Fu <[email protected]>
;; Maintainer: Yuan Fu <[email protected]>
;; URL: https://github.com/casouri/vundo
;; Version: 1.0.0
;; Version: 2.0.0
;; Keywords: undo, text, editing
;; Package-Requires: ((emacs "28.1"))
;;
Expand Down

0 comments on commit 10d5deb

Please sign in to comment.