Skip to content

Latest commit

 

History

History
36 lines (19 loc) · 1.85 KB

HISTORY.md

File metadata and controls

36 lines (19 loc) · 1.85 KB

v0.1.2 (2022-03-01)

Full Changelog

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)

Full Changelog

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)

Full Changelog

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