Merge tag 'v3.5.1' into v3.6
This commit is contained in:
commit
71ec32f452
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user