|
| 1 | +# History of user-visible changes |
| 2 | + |
| 3 | +## [v0.3.0](https://github.com/trevorpogue/topspace/tree/v0.3.0) (2022-05-13) |
| 4 | + |
| 5 | +[Full Changelog](https://github.com/trevorpogue/topspace/compare/v0.2.1...v0.3.0) |
| 6 | + |
| 7 | +**Implemented enhancements:** |
| 8 | + |
| 9 | +- Add `topspace-set-height`, enhance `topspace-center-position` [\#19](https://github.com/trevorpogue/topspace/pull/19) ([trevorpogue](https://github.com/trevorpogue)) |
| 10 | +- Add `topspace-height` function for use by external packages [\#15](https://github.com/trevorpogue/topspace/pull/15) ([trevorpogue](https://github.com/trevorpogue)) |
| 11 | +- Add support for `smooth-scrolling` package [\#14](https://github.com/trevorpogue/topspace/pull/14) ([trevorpogue](https://github.com/trevorpogue)) |
| 12 | + |
| 13 | +**Fixed bugs:** |
| 14 | + |
| 15 | +- Fix unexpected top space height change when echo area height changes [\#18](https://github.com/trevorpogue/topspace/pull/18) ([trevorpogue](https://github.com/trevorpogue)) |
| 16 | + |
| 17 | +## [v0.2.1](https://github.com/trevorpogue/topspace/tree/v0.2.1) (2022-04-15) |
| 18 | + |
| 19 | +[Full Changelog](https://github.com/trevorpogue/topspace/compare/v0.2.0...v0.2.1) |
| 20 | + |
| 21 | +**Fixed bugs:** |
| 22 | + |
| 23 | +- Prevent "Beginning of buffer" error message when scrolling above top [\#12](https://github.com/trevorpogue/topspace/pull/12) ([trevorpogue](https://github.com/trevorpogue)) |
| 24 | +- Fix inability to use scrolling commands interactively [\#11](https://github.com/trevorpogue/topspace/pull/11) ([trevorpogue](https://github.com/trevorpogue)) |
| 25 | + |
| 26 | +## [v0.2.0](https://github.com/trevorpogue/topspace/tree/v0.2.0) (2022-04-12) |
| 27 | + |
| 28 | +[Full Changelog](https://github.com/trevorpogue/topspace/compare/v0.1.2...v0.2.0) |
| 29 | + |
| 30 | +**Implemented enhancements:** |
| 31 | + |
| 32 | +- Put topspace-empty-line-indicator inside left fringe [\#9](https://github.com/trevorpogue/topspace/pull/9) ([trevorpogue](https://github.com/trevorpogue)) |
| 33 | +- Add topspace-empty-line-indicator defcustom [\#8](https://github.com/trevorpogue/topspace/pull/8) ([trevorpogue](https://github.com/trevorpogue)) |
| 34 | +- Add `topspace-active`, improve `topspace-autocenter-buffers` [\#4](https://github.com/trevorpogue/topspace/pull/4) ([trevorpogue](https://github.com/trevorpogue)) |
| 35 | + |
| 36 | +**Fixed bugs:** |
| 37 | + |
| 38 | +- Support buffers with varying line heights [\#10](https://github.com/trevorpogue/topspace/pull/10) ([trevorpogue](https://github.com/trevorpogue)) |
| 39 | +- Fix bug where topspace-mode doesn't work locally [\#6](https://github.com/trevorpogue/topspace/pull/6) ([trevorpogue](https://github.com/trevorpogue)) |
| 40 | + |
| 41 | +## [v0.1.2](https://github.com/trevorpogue/topspace/tree/v0.1.2) (2022-03-01) |
| 42 | + |
| 43 | +[Full Changelog](https://github.com/trevorpogue/topspace/compare/v0.1.1...v0.1.2) |
| 44 | + |
| 45 | +**Fixed bugs:** |
| 46 | +* [#2](https://github.com/trevorpogue/topspace/pull/2): Make `recenter-top-bottom` act correctly when it moves point to bottom and top space is added to get there |
| 47 | + |
| 48 | +**Other changes:** |
| 49 | + |
| 50 | +* [2584138](https://github.com/trevorpogue/topspace/commit/25841387a5d0300ea49356b9781c357b84df20bd): Raise topspace-center-position default to a subjectively better position |
| 51 | + |
| 52 | +## [v0.1.1](https://github.com/trevorpogue/topspace/tree/v0.1.1) (2022-02-22) |
| 53 | + |
| 54 | +[Full Changelog](https://github.com/trevorpogue/topspace/compare/v0.1.0...v0.1.1) |
| 55 | + |
| 56 | +**Fixed bugs:** |
| 57 | + |
| 58 | +* [4a69b2e](https://github.com/trevorpogue/topspace/commit/4a69b2eb741f8db9d69169a03a6724af0f2ec7ac): Allow recenter and recenter-top-bottom to be called interactively without an error |
| 59 | +* [4eb27ab](https://github.com/trevorpogue/topspace/commit/4eb27abaa182e856ba3f3c8e1e84fdd2e1f009af): Prevent top space from all suddenly disappearing when visual-line-mode is enabled and cursor scrolls bellow window-end when top space is present |
| 60 | + |
| 61 | +## [v0.1.0](https://github.com/trevorpogue/topspace/tree/v0.1.0) (2022-02-19) |
| 62 | + |
| 63 | +[Full Changelog](https://github.com/trevorpogue/topspace/compare/79aa4e78d3f5c90fc9db46d597f1680c7900b52a...v0.1.0) |
| 64 | + |
| 65 | +**Implemented enhancements:** |
| 66 | + |
| 67 | +* [#1](https://github.com/trevorpogue/topspace/pull/1): Make mode work for any scrolling command by using add-advice with scroll-up, scroll-down, and recenter |
| 68 | + |
| 69 | + |
| 70 | +**Fixed bugs:** |
| 71 | + |
| 72 | +* [#1](https://github.com/trevorpogue/topspace/pull/1): Stabilize, clean up, and add performance optimizations to code to make it ready for submission to MELPA |
| 73 | + |
| 74 | +**Other changes:** |
| 75 | + |
| 76 | +* [e5b65ec](https://github.com/trevorpogue/topspace/commit/e5b65eccf92571163aa1b6bd738be22d8e0ad1a5): Change project name from vertical-center-mode to topspace |
| 77 | + |
| 78 | + |
| 79 | +\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)* |
0 commit comments