summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2020-11-26 19:14:27 -0500
committerGitHub <noreply@github.com>2020-11-26 19:14:27 -0500
commit41b8dd61d0aa7d04f3d8b58b2529e75b99802bb8 (patch)
tree78cab18e200c2c6951076249263ac0fccc918a8d /CHANGELOG.md
parent380571cf7315ab14ac848448951234c662d502ba (diff)
bug: Fix inverted battery colours (#331)
Fixes colour theming for batteries being flipped.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 24ff2c40..cf257620 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,12 @@ 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.5.3] - 2020-11-26
+
+## Bug Fixes
+
+- [#331](https://github.com/ClementTsang/bottom/pull/331): Fixes custom battery colour levels being inverted.
+
## [0.5.2] - 2020-11-25
## Bug Fixes