summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2023-01-04 01:27:15 -0500
committerGitHub <noreply@github.com>2023-01-04 01:27:15 -0500
commit0093a45be9f225b969bf7771d8e64b543662f64c (patch)
tree7f1d57feca936fea4207cbdfa4ebc96aec1312fb /CHANGELOG.md
parent21f1503277d8fe3c2e0700436bea0dcf510bbd7c (diff)
bug: reduce battery text cutoff in small windows (#952)
Fixes an issue where small windows would cause the battery to-X time to be cut off.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b7858102..c7e1ba9c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Bug Fixes
+- [#952](https://github.com/ClementTsang/bottom/pull/952): Partially fix battery text getting cut off in small windows.
+
## Changes
## Features