summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean E. Russell <ser@ser1.net>2020-02-14 09:52:40 -0600
committerSean E. Russell <ser@ser1.net>2020-02-14 09:52:40 -0600
commit774b4fcda6a7c0bd956b0396fe0c4f77bce3a76d (patch)
tree0b18a9612414b0205dc46007c6b4713cfe5f888e
parentf850a47d91d413de40de219aa597ade41a05f757 (diff)
Ready for release.v3.2.0
-rw-r--r--CHANGELOG.md3
-rw-r--r--config.go1
2 files changed, 1 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index cf1f46a..78c81bd 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.2.0] -
+## [3.2.0] - 2020-02-14
Bug fixes & pull requests
@@ -38,7 +38,6 @@ unmaintained by cjbassi.
### Added
-- Add cli option to select network interface [#20] [#144]
- Add snap package [#119] [#120] [#121]
- Process list scroll indicator [#127] [#130]
- Preliminary OpenBSD support [#112] [#117] [#118]
diff --git a/config.go b/config.go
index f6cf4a5..c2e4cc5 100644
--- a/config.go
+++ b/config.go
@@ -14,7 +14,6 @@ import (
// TODO: Merge #167 configuration file (jrswab:configFile111)
// TODO: Merge #157 FreeBSD fixes & Nvidia GPU support (kraust:master)
// TODO: Merge #156 Added temperatures for NVidia GPUs (azak-azkaran:master)
-// TODO: Merge #140 color-related fix (Tazer:master)
// TODO: Merge #135 linux console font (cmatsuoka:console-font)
type Config struct {
ConfigDir string