summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorSean E. Russell <ser@ser1.net>2020-02-26 15:51:46 -0600
committerSean E. Russell <ser@ser1.net>2020-02-26 15:51:46 -0600
commit6befa0ef84b7796705d474367d5b8667526c89d6 (patch)
treea1b05f55756b80f55135e7ddaddc8167baf8f933 /CHANGELOG.md
parent3641a94ba922336e18e11fc7ee28512489a26dac (diff)
Fixes #59: keys not controlling processes widget
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md15
1 files changed, 11 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f4468be..e45b058 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -15,11 +15,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [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
+### Added
+
+- Device data export via HTTP. If run with the `--export :2112` flag (`:2112`
+ is a port), metrics are exposed as Prometheus metrics on that port.
+- A battery gauge as a `power` widget; battery as a bar rather than
a histogram.
+- Temp widget displays degree symbol (merged from BartWillems, thanks
+ also fleaz)
+
+### Fixed
+
+- Keys not controlling process widget, #59
## [3.3.2] - ??