summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2023-01-05 23:30:05 -0500
committerGitHub <noreply@github.com>2023-01-05 23:30:05 -0500
commit7794c0e43a4c0cd7701d0b05bf4eb6abf0e72601 (patch)
treed159c25b26cb39c31eb6837b416244bff2aa1ebf /CHANGELOG.md
parentd3661c23200a66c7dc01f4e534d8d7e97dc188d2 (diff)
uptick: 0.7.1 (#959)
* uptick: 0.7.1 * update changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md17
1 files changed, 12 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c0004d9c..c6305587 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,18 +5,25 @@ 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.7.1] - ???
+## [0.7.2]/[0.8.0] - ???
## Bug Fixes
-- [#952](https://github.com/ClementTsang/bottom/pull/952): Partially fix battery text getting cut off in small windows.
-- [#953](https://github.com/ClementTsang/bottom/pull/953): Fix CPU widget's 'all' label being missing on small sizes.
+## Features
+
+- [#950](https://github.com/ClementTsang/bottom/pull/950): Split usage into both usage percentage and usage value.
## Changes
-## Features
+## Other
-- [#950](https://github.com/ClementTsang/bottom/pull/950): Split usage into usage percentage and value.
+## [0.7.1] - 2023-01-06
+
+## Bug Fixes
+
+- [#950](https://github.com/ClementTsang/bottom/pull/950): Fixes invalid sorting order for disk usage percentage.
+- [#952](https://github.com/ClementTsang/bottom/pull/952), [#960](https://github.com/ClementTsang/bottom/pull/960): Partially fix battery text getting cut off in small windows.
+- [#953](https://github.com/ClementTsang/bottom/pull/953): Fix CPU widget's 'all' label being missing on small sizes.
## Other