summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorSean E. Russell <ser@ser1.net>2020-02-20 19:26:34 -0600
committerSean E. Russell <ser@ser1.net>2020-02-20 19:26:34 -0600
commitaf40172604692131386a04d7d9f59435e6974983 (patch)
treeb52a89f8343c866f193c380a5aa428aa9f5deb67 /CHANGELOG.md
parent7b09a00230e059129e010039a159ef9ce7aecc11 (diff)
parentcbad9c124ed077c9d9c0fe1abb258edaddb7df0b (diff)
Merge branch 'master' into v3.4.x
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md23
1 files changed, 7 insertions, 16 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9b15345..f4468be 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -13,7 +13,7 @@ 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] -
+## [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
@@ -21,6 +21,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added: a battery gauge as a `power` widget; battery as a bar rather than
a histogram.
+## [3.3.2] - ??
+
+- Fixes #15, crash caused by battery widget when some accessories have batteries
+- 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
@@ -65,21 +71,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