summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorSean E. Russell <ser@ser1.net>2020-02-20 13:26:39 -0600
committerSean E. Russell <ser@ser1.net>2020-02-20 13:26:39 -0600
commit5df9babef68243d207d6aa83845e9bd49f1685c0 (patch)
tree18cfb46e7a6977c5f9670477da8580f76cde110b /CHANGELOG.md
parent82add48e51da2b443b70b8521815bfbf6333587f (diff)
Changelog cleanup & add todos.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md28
1 files changed, 13 insertions, 15 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b028930..521e9b8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -13,6 +13,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
> - **Fixed**: for any bug fixes.
> - **Security**: in case of vulnerabilities.
+## [3.4.x] - ??
+
+- Added: metrics. If run with the `--export :2112` flag (`:2112` is a port),
+ metrics are exposed as Prometheus metrics on that port and can be HTTP
+ GET-ted.
+- Added: a battery gauge as a `power` widget; battery as a bar rather than
+ a histogram.
+
+## [3.3.2] - ??
+
+- Fixes #57, colors with dashes in the name not found.
+- Also, cjbassi/gotop#127 and cjbassi/gotop#130 were released back in v3.1.0.
+
## [3.3.1] - 2020-02-18
- Fixed: Fixes a layout bug where, if columns filled up early, widgets would be
@@ -57,21 +70,6 @@ unmaintained by cjbassi.
- Added: Adds the ability to lay out the UI using a text file
- Changed: the project filesystem layout to be more idiomatic
-## [Unreleased]
-
-### Added
-
-- Add snap package [#119] [#120] [#121]
-- Process list scroll indicator [#127] [#130]
-- Preliminary OpenBSD support [#112] [#117] [#118]
-
-### Fixed
-
-- Fix process localization issues on macOS [#124]
-- Fix miscellaneous issues on FreeBSD [#134] [#145]
-- Fix spelling of "Tx" to "TX" [#129]
-- Rerender statusbar on every tick [#128]
-
## [3.0.0] - 2019-02-22
### Added