summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md18
-rw-r--r--widgets/statusbar.go2
2 files changed, 20 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 705abc9..d974be5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -13,6 +13,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
> - **Fixed**: for any bug fixes.
> - **Security**: in case of vulnerabilities.
+## [4.1.1]
+
+### Added
+
+- Show available translations in help text (#157)
+
+### Changed
+
+- Bumped `gopsutils` to v3.20.12
+- Bumped `battery` to v0.10.0
+
+### Fixed
+
+- CPU name sorting in load widget (#161)
+- The status bar got lost at some point; it's back
+- Errors from any battery prevented display of all battery information
+
+
## [4.1.0] 2021-01-25
The minor version bump reflects the addition of I18N. If you are using one of the languages that has a translation, and your environment is set to that language, the UI will be different. Translations are very welcome!
diff --git a/widgets/statusbar.go b/widgets/statusbar.go
index 4727960..aa7dcde 100644
--- a/widgets/statusbar.go
+++ b/widgets/statusbar.go
@@ -44,6 +44,8 @@ func (sb *StatusBar) Draw(buf *ui.Buffer) {
),
)
+ // i, e := host.Info()
+ // i.Uptime // Number of seconds since boot
buf.SetString(
"gotop",
ui.Theme.Default,