v0.1.2 (2022-03-01)
Fixed bugs:
- #2: Make
recenter-top-bottom
act correctly when it moves point to bottom and top space is added to get there
Other changes:
- 2584138: Raise topspace-center-position default to a subjectively better position
v0.1.1 (2022-02-22)
Fixed bugs:
- 4a69b2e: Allow recenter and recenter-top-bottom to be called interactively without an error
- 4eb27ab: Prevent top space from all suddenly disappearing when visual-line-mode is enabled and cursor scrolls bellow window-end when top space is present
v0.1.0 (2022-02-19)
Implemented enhancements:
- #1: Make mode work for any scrolling command by using add-advice with scroll-up, scroll-down, and recenter
Fixed bugs:
- #1: Stabilize, clean up, and add performance optimizations to code to make it ready for submission to MELPA
Other changes:
- e5b65ec: Change project name from vertical-center-mode to topspace