Skip to content

Releases: casouri/vundo

v2.2.0

01 Jan 22:42
9f47232
Compare
Choose a tag to compare

Non-breaking changes

Full Changelog: v2.1.0...v2.2.0

v2.1.0

07 May 22:29
ce98610
Compare
Choose a tag to compare

Non-breaking changes

  • Vundo now highlights nodes that have been saved to disk, you can customize the highlight face vundo-last-saved, or turn it off by setting vundo-highlight-saved-nodes to nil.
  • Typing C-x C-s in the vundo buffer now saves the original buffer
  • Killing the vundo buffer restores the selected window.
  • Minor bug fixes

v2.0.0

26 Apr 02:26
10d5deb
Compare
Choose a tag to compare

I have to make a major version increment because of the breaking changes, but overall we only have small changes.

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’.

v1.0.0

06 Apr 04:27
acdc706
Compare
Choose a tag to compare

This is the first release.