summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean E. Russell <ser@ser1.net>2020-04-16 08:54:25 -0500
committerSean E. Russell <ser@ser1.net>2020-04-16 08:54:25 -0500
commit71ec32f452bee793a694eba9c78efd5d5f8d2e6b (patch)
treeb55dd3eda21676f3a002f638a1f9d4a094ecf316
parent6eb4d16dfad104732e48f7e9a1e3286e4284a450 (diff)
parentfeed054fa57a41b0778ae138dbd306d93f39c709 (diff)
Merge tag 'v3.5.1' into v3.6
-rw-r--r--CHANGELOG.md1
-rw-r--r--cmd/gotop/main.go2
2 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d4a1554..d854f55 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -40,6 +40,7 @@ This is a bug fix release.
- Removes verbose debugging unintentionally left in the code (#85)
- 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)
- Trying to use a non-installed plugin should fail, not silently continue (#77)
### Changed
diff --git a/cmd/gotop/main.go b/cmd/gotop/main.go
index 4888f07..9971b23 100644
--- a/cmd/gotop/main.go
+++ b/cmd/gotop/main.go
@@ -38,7 +38,7 @@ const (
var (
// TODO: Set this at compile time; having to check this in sucks.
- Version = "3.5.0"
+ Version = "3.6.0"
conf gotop.Config
help *w.HelpMenu
bar *w.StatusBar