summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2020-11-28 15:37:06 -0500
committerGitHub <noreply@github.com>2020-11-28 15:37:06 -0500
commit3260ff4663baed9b2186ee130306dc71e5d521fd (patch)
treedd0ce4b737bede4b643fa0d1680e0b9ff9852747 /CHANGELOG.md
parenta9c1197075d7897cc3066657820eb321434eb0c0 (diff)
feature: Add scroll indicator to keep track of table position in widgets. (#333)
Adds the option to enable an "out of" indicator for scrollable table widgets (using --show_table_scroll_position).
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index cf257620..a5b0cebb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+## [0.6.0] - Unreleased
+
+## Features
+
+- [#333](https://github.com/ClementTsang/bottom/pull/333): Adds an "out of" indicator that can be enabled using `--show_table_scroll_position` to help keep track of scrolled position.
+
+## Changes
+
+## Bug Fixes
+
## [0.5.3] - 2020-11-26
## Bug Fixes