summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean E. Russell <ser@ser1.net>2022-02-14 15:35:16 -0600
committerSean E. Russell <ser@ser1.net>2022-02-14 15:35:16 -0600
commitf15c3dea66598c3ffa9035a69b04827e71172d33 (patch)
tree79e32d7c57118e564029b9d29c28be87d08abb0f
parent70d96bd2c211a12d3b812a748ba379f001426dd1 (diff)
Update changelogv4.1.3
-rw-r--r--CHANGELOG.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7883ae9..3b6a864 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -13,6 +13,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
> - **Fixed**: for any bug fixes.
> - **Security**: in case of vulnerabilities.
+## [4.1.3] 2022-02-14
+
+Several issues pushed back to 4.1.4 to allow this one to go out.
+
+### Added
+
+- htop layout
+- `no-X` options to disable flags (thanks @mjshariati98)
+- #158, adds a man page. This can be generated with `gotop --create-manpage`; it's installed in Arch, RPM, and DEB packages.
+
+### Changed
+
+- Replaced `opflag` (a fork of `ogier/pflag`) library with `droundy/goopt`. This *should* be backwards compatible, but it's possible there may be some differences. `goopt` has built-in support for generating man pages, and supports anti-flags -- both items that were in the todo list.
+
+### Fixed
+
+- More doc typo fixes (thanks @vabshere)
+- #200, colorschemes in config file were causing a crash
+
## [4.1.2] 2021-07-20
### Added