summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md15
1 files changed, 13 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 91f6405..9b15345 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -13,9 +13,20 @@ 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.x.x] -
+## [3.4.x] -
-- Adds a battery gauge as `power`
+- 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.1] - 2020-02-18
+
+- Fixed: Fixes a layout bug where, if columns filled up early, widgets would be
+ consumed but not displayed.
+- Fixed: Rolled back dependency update on github.com/shirou/gopsutil; the new version
+ has a bug that causes cores to not be seen.
## [3.3.0] - 2020-02-17