branch: externals/topspace commit bf13e374839643b2b844093f42c736aff0aaadfc Author: trevorpogue <trevorpo...@users.noreply.github.com> Commit: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Update Changelog --- CHANGELOG.md | 36 ++++++++++++++++++++---------------- 1 file changed, 20 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e897b1d505..10f11570af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,16 +2,16 @@ ## [Unreleased](https://github.com/trevorpogue/topspace/tree/HEAD) -[Full Changelog](https://github.com/trevorpogue/topspace/compare/0.2.0...HEAD) +[Full Changelog](https://github.com/trevorpogue/topspace/compare/v0.2.0...HEAD) **Fixed bugs:** - Prevent "Beginning of buffer" error message when scrolling above top [\#12](https://github.com/trevorpogue/topspace/pull/12) ([trevorpogue](https://github.com/trevorpogue)) - Fix inability to use scrolling commands interactively [\#11](https://github.com/trevorpogue/topspace/pull/11) ([trevorpogue](https://github.com/trevorpogue)) -## [0.2.0](https://github.com/trevorpogue/topspace/tree/0.2.0) (2022-04-12) +## [v0.2.0](https://github.com/trevorpogue/topspace/tree/v0.2.0) (2022-04-12) -[Full Changelog](https://github.com/trevorpogue/topspace/compare/v0.1.2...0.2.0) +[Full Changelog](https://github.com/trevorpogue/topspace/compare/v0.1.2...v0.2.0) **Implemented enhancements:** @@ -24,38 +24,42 @@ - Support buffers with varying line heights [\#10](https://github.com/trevorpogue/topspace/pull/10) ([trevorpogue](https://github.com/trevorpogue)) - Fix bug where topspace-mode doesn't work locally [\#6](https://github.com/trevorpogue/topspace/pull/6) ([trevorpogue](https://github.com/trevorpogue)) -## 0.1.2 (2022-03-01) +## [v0.1.2](https://github.com/trevorpogue/topspace/tree/v0.1.2) (2022-03-01) -### New features +[Full Changelog](https://github.com/trevorpogue/topspace/compare/v0.1.1...v0.1.2) -### Bugs fixed +**Fixed bugs:** * [#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 -### Changes +**Other changes:** * [2584138](https://github.com/trevorpogue/topspace/commit/25841387a5d0300ea49356b9781c357b84df20bd): Raise topspace-center-position default to a subjectively better position -## 0.1.1 (2022-02-22) +## [v0.1.1](https://github.com/trevorpogue/topspace/tree/v0.1.1) (2022-02-22) + +[Full Changelog](https://github.com/trevorpogue/topspace/compare/v0.1.0...v0.1.1) -### New features +**Fixed bugs:** -### Bugs fixed * [4a69b2e](https://github.com/trevorpogue/topspace/commit/4a69b2eb741f8db9d69169a03a6724af0f2ec7ac): Allow recenter and recenter-top-bottom to be called interactively without an error * [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 -### Changes +## [v0.1.0](https://github.com/trevorpogue/topspace/tree/v0.1.0) (2022-02-19) -## 0.1.0 (2022-02-19) +[Full Changelog](https://github.com/trevorpogue/topspace/compare/79aa4e78d3f5c90fc9db46d597f1680c7900b52a...v0.1.0) + +**Implemented enhancements:** -### New features * [#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 -### Bugs fixed + +**Fixed bugs:** + * [#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 -### Changes -* [e5b65ec](https://github.com/trevorpogue/topspace/commit/e5b65eccf92571163aa1b6bd738be22d8e0ad1a5): Change project name from vertical-center-mode to topspace +**Other changes:** +* [e5b65ec](https://github.com/trevorpogue/topspace/commit/e5b65eccf92571163aa1b6bd738be22d8e0ad1a5): Change project name from vertical-center-mode to topspace \* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*