diff --git a/CHANGELOG.md b/CHANGELOG.md index cf1f46a3..78c81bd7 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 f6cf4a59..c2e4cc57 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