summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md13
1 files changed, 10 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d854f55..ba003ac 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -18,9 +18,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Adds support for system-wide configurations. This improves support for package maintainers.
-- Help function to print key bindings
-- Help prints locations of config files (color schemes & layouts)
-- Help prints location of logs
+- Help function to print key bindings.
+- Help prints locations of config files (color schemes & layouts).
+- Help prints location of logs.
+- CLI option to scale out (#84).
+- Ability to report network traffic rates as mbps (#46).
### Changed
@@ -31,6 +33,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- configdir, logdir, and logfile options in the config file are no longer used. gotop looks for a configuration file, layouts, and colorschemes in the following order: command-line; `pwd`; user-home, and finally a system-wide path. The paths depend on the OS and whether XDG is in use.
+### Fixed
+
+- Help & statusbar don't obey theme (#47).
+- Fix help text layout.
+
## [3.5.1] - 2020-04-09
This is a bug fix release.