Update changelog for next release.

This commit is contained in:
Sean E. Russell 2021-01-26 14:17:00 -06:00
parent 67831ac97c
commit c8f7091969
2 changed files with 20 additions and 0 deletions

View File

@ -13,6 +13,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
> - **Fixed**: for any bug fixes. > - **Fixed**: for any bug fixes.
> - **Security**: in case of vulnerabilities. > - **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 ## [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! 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!

View File

@ -44,6 +44,8 @@ func (sb *StatusBar) Draw(buf *ui.Buffer) {
), ),
) )
// i, e := host.Info()
// i.Uptime // Number of seconds since boot
buf.SetString( buf.SetString(
"gotop", "gotop",
ui.Theme.Default, ui.Theme.Default,