From 50fae3999d2d79c167956efe57bbf9822a5851f6 Mon Sep 17 00:00:00 2001 From: "Sean E. Russell" Date: Thu, 9 Apr 2020 14:03:23 -0500 Subject: [PATCH 1/3] Fixes #75 for 3.5.1 release --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 0c18b38..ffdbe56 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,11 @@ The original author of gotop has re-implemented the application in Rust, as [yto Working and tested on Linux, FreeBSD and MacOS. Windows binaries are provided, but have limited testing. OpenBSD works with some caveats; cross-compiling is difficult and binaries are not provided. +If you install gotop by hand, or you download or create new layouts or colorschemes, you will need to put the layout files where gotop can find them. This is in one of two places, searched in this order: + +1. The current working directory +2. `${XDG_CONFIG_HOME}/gotop` + ### Arch AUR contains entries for `gotop` and `gotop-bin`. `gotop-git` still points at the old, unmaintained, repository for the moment. From f6e44c63ed7fc6d64a7098e4689186707545d439 Mon Sep 17 00:00:00 2001 From: "Sean E. Russell" Date: Thu, 9 Apr 2020 14:07:44 -0500 Subject: [PATCH 2/3] Updated for release. --- CHANGELOG.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 72af996..df6bc06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,9 +17,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed -- Removes verbose debugging unintentionally left in the code. -- kitchensink referenced by, but not included in binary is now included. +- Removes verbose debugging unintentionally left in the code (#85, #86) +- kitchensink referenced by, but not included in binary is now included (#72) - Safety check prevents uninitialized colorscheme registry use +- Updates instructions on where to put colorschemes and layouts (#75) +- Don't silently succeed when plugins are requested but not found (#77) ## [3.5.0] - 2020-03-06 From feed054fa57a41b0778ae138dbd306d93f39c709 Mon Sep 17 00:00:00 2001 From: "Sean E. Russell" Date: Thu, 9 Apr 2020 15:55:18 -0500 Subject: [PATCH 3/3] Forgot to update the version string. --- cmd/gotop/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/gotop/main.go b/cmd/gotop/main.go index b1dcc4d..90f6726 100644 --- a/cmd/gotop/main.go +++ b/cmd/gotop/main.go @@ -39,7 +39,7 @@ const ( var ( // TODO: Set this at compile time; having to check this in sucks. - Version = "3.5.0" + Version = "3.5.1" conf gotop.Config help *w.HelpMenu bar *w.StatusBar