summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2021-06-20 17:28:44 -0700
committerGitHub <noreply@github.com>2021-06-20 20:28:44 -0400
commit3313e88334e6dd7cc86bcdbcdf9a3d68f7e62b13 (patch)
treed1033af8d7ac62b2be7df389a18fd342a15e8e0c /CHANGELOG.md
parente3ebc48ce86228f005768740c257870a515089bb (diff)
bug: Fix battery widget color and mouse (#504)
Fixes two bugs causing the battery widget colours and mouse events to be broken.
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 f2fae81f..d8ad0ba3 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.6.2]/[0.7.0] - Unreleased
+
+## Bug Fixes
+
+- [#504](https://github.com/ClementTsang/bottom/pull/504): Fixes two bugs causing the battery widget colours and mouse events to be broken.
+
## [0.6.1] - 2021-05-11
## Bug Fixes