summaryrefslogtreecommitdiffstats
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
parent82add48e51da2b443b70b8521815bfbf6333587f (diff)
Changelog cleanup & add todos.
-rw-r--r--CHANGELOG.md28
-rw-r--r--config.go1
-rwxr-xr-xmake.sh1
3 files changed, 15 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
diff --git a/config.go b/config.go
index 0cd9e58..2d27299 100644
--- a/config.go
+++ b/config.go
@@ -21,6 +21,7 @@ import (
// TODO: Merge #135 linux console font (cmatsuoka:console-font)
// TODO: Export Prometheus metrics @feature
// TODO: Virtual devices from Prometeus metrics @feature
+// TODO test, build, release [#119] [#120] [#121]
type Config struct {
ConfigDir string
LogDir string
diff --git a/make.sh b/make.sh
index c158883..961e282 100755
--- a/make.sh
+++ b/make.sh
@@ -137,6 +137,7 @@ else
candz windows $x
candz freebsd $x
+ # TODO Preliminary OpenBSD support [#112] [#117] [#118]
# candz openbsd $x
done
cdarwinz