From c8f70919695dd2b298af144f156fb740b90d7f54 Mon Sep 17 00:00:00 2001 From: "Sean E. Russell" Date: Tue, 26 Jan 2021 14:17:00 -0600 Subject: Update changelog for next release. --- CHANGELOG.md | 18 ++++++++++++++++++ widgets/statusbar.go | 2 ++ 2 files changed, 20 insertions(+) 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, -- cgit v1.2.3