v0.3.1 (2022-08-24)
Fixed bugs:
- Prevent line
1
indicator sometimes displaying too high inlinum-mode
#22 (trevorpogue)
v0.3.0 (2022-05-13)
Implemented enhancements:
- Add
topspace-set-height
, enhancetopspace-center-position
#19 (trevorpogue) - Add
topspace-height
function for use by external packages #15 (trevorpogue) - Add support for
smooth-scrolling
package #14 (trevorpogue)
Fixed bugs:
- Fix unexpected top space height change when echo area height changes #18 (trevorpogue)
v0.2.1 (2022-04-15)
Fixed bugs:
- Prevent "Beginning of buffer" error message when scrolling above top #12 (trevorpogue)
- Fix inability to use scrolling commands interactively #11 (trevorpogue)
v0.2.0 (2022-04-12)
Implemented enhancements:
- Put topspace-empty-line-indicator inside left fringe #9 (trevorpogue)
- Add topspace-empty-line-indicator defcustom #8 (trevorpogue)
- Add
topspace-active
, improvetopspace-autocenter-buffers
#4 (trevorpogue)
Fixed bugs:
- Support buffers with varying line heights #10 (trevorpogue)
- Fix bug where topspace-mode doesn't work locally #6 (trevorpogue)
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
* This Changelog was automatically generated by github_changelog_generator