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 16:47:24 -0600
commit0e9be443b0a7eae518e2fd59bfa8d409934f51a9 (patch)
treeb8edbee474cfbd0cadf3dc10e1a496ca305da376 /CHANGELOG.md
parent39dc97b37f710092e1db042b37dd5f9847997336 (diff)
Fixes #59: keys not controlling processes widgetv3.3.2master.v1
Version bump Version bump
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md19
1 files changed, 14 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f4468be..8644dd6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -15,13 +15,22 @@ 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] - 2020-02-26
-## [3.3.2] - ??
+Bugfix release.
- Fixes #15, crash caused by battery widget when some accessories have batteries
- Fixes #57, colors with dashes in the name not found.