Skip to content

Latest commit

 

History

History
87 lines (47 loc) · 4.7 KB

NEWS.md

File metadata and controls

87 lines (47 loc) · 4.7 KB

History of user-visible changes

v0.3.1 (2022-08-24)

Full Changelog

Fixed bugs:

  • Prevent line 1 indicator sometimes displaying too high in linum-mode #22 (trevorpogue)

v0.3.0 (2022-05-13)

Full Changelog

Implemented enhancements:

  • Add topspace-set-height, enhance topspace-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)

Full Changelog

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)

Full Changelog

Implemented enhancements:

  • Put topspace-empty-line-indicator inside left fringe #9 (trevorpogue)
  • Add topspace-empty-line-indicator defcustom #8 (trevorpogue)
  • Add topspace-active, improve topspace-autocenter-buffers #4 (trevorpogue)

Fixed bugs:

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

* This Changelog was automatically generated by github_changelog_generator