Releases: DamienCassou/beginend
Releases · DamienCassou/beginend
v2.4.0
v2.3.0
- Add support for
isearch-allow-motion
in Emacs 28 - Fix support for elfeed
- Add support nroam-mode
- Switch to GitHub Actions
- Improve README
v2.2.0
- Add Support LaTeX and AUCTeX (made by @oantolin in #55)
- Add support for rg-mode, aka. rg.el (made by @protesilaos in #58)
- Add support for epa key list (fixes #59)
- Fix org-mode support (fixes #56)
- Improve README (made by @DivineDominion in #61)
v2.1.0
Release 2.1.0
Release 2.0.0
Here are the list of changes since v1.1.0:
-
User visible:
- Add missing space to the mode lighter
- Add support for many major modes (#14)
- Add a global minor mode (#16)
- Push mark when beginend moves point (#15)
- Make sure beginend is reasonable when buffer is narrowed (#22 and #32)
- Update README and include screencasts (#26)
- Make the end position coherent across modes (#34)
-
Build process:
- Add Emacs-25.2 as build target
- Remove compiler warnings
- Add automated linting
-
Implementation:
- Factor out common code into new macro making it easy to support more modes (#7)
-
Testing:
- 84% of the code base is now covered by tests
- Convert tests to buttercup (#20)
Authors: Matus Goljer and Damien Cassou