Skip to content
This repository has been archived by the owner on Aug 29, 2020. It is now read-only.

Releases: cjbassi/gotop

3.0.0

22 Feb 19:55
Compare
Choose a tag to compare

2.0.2

16 Feb 09:45
Compare
Choose a tag to compare
v2.0.2

2.0.1

07 Feb 08:33
Compare
Choose a tag to compare
v2.0.1

2.0.0

19 Jan 02:19
Compare
Choose a tag to compare

Changelog

f4a5720 Bump version
f68eba9 Update readme
c2b06be Update readme
b28efdb Update readme
fdd41a9 Go 1.11+ no longer required to install from source because of vendor
fce8f0b Add go vendor
950c769 Fix go module issue with github.com/DHowett/go-plist
c34782d Upgrade gizak/termui@v3-wip
c1d7aad Fix custom colorscheme not loading (Close #93)
13b6294 Update github issue template
832fab9 Fix certain logs
1661917 Change log directory
e74e484 Refactor
49f89cf Fix event handling when help menu is visible (Close #90)
488fe86 Fix termui branch name
d8434b8 Update readme and cli arg help menu
37e1d9d Merge pull request #89 from serussell/master
a51cb8f Update readme
24ca528 Update README with option flag change for battery & adds status bar flag.
2a6a479 Merge https://github.com/cjbassi/gotop Disable all battery code if battery not selected in options. Refactors widgetCount to localize use.
2934d6f Fix sparkline title overflowing
5d17121 Add statusbar (Close #72)
ff62b55 Fix race condition panic
43d8b32 Merge branch 'termui-port'
2e48524 Port to termui 2.0
b73fe56 Add widget files from cjbassi/termui
5ee4b4a Adds battery support
7b77956 Fix docopt import path
b6e6e34 Code cleanup
50f1f6c Update readme
6cfd53f Update readme and bug report template with new config paths
4540985 Fix config path location on Windows and OSX
6188e24 Fix unnecessary goroutine
2e6615b Merge pull request #87 from 0mp/patch-1
db60645 Add FreeBSD installation instructions

1.7.1

14 Dec 06:43
Compare
Choose a tag to compare

Changelog

d809390 Bump version
b3ea196 Close #86
625b16c Close #85
23b961b Fix panics on error for Mem widget
f608f63 Use old 'ps' parsing method on freebsd
a28e811 Add freebsd build flag
45a252f Revert changes to 'ps' on Darwin
f4cecec Update build steps

1.7.0

13 Dec 02:20
Compare
Choose a tag to compare

Changelog

015f458 Bump version
c1e7986 Fix stderr redirection on arm64
e81b4c1 Update gitignore
001d5ca Change Disk column widths
ce4f867 Refactor error handling in main.go
f5ad5e8 Fix double counting network data with VPN (Close #61)
defda4a Remove 'mapper' from disk name
67e0fed Don't show Docker containers in Disk widget
2043837 Fix ignoring of loop disk devices
8548428 Redirect stderr to logfile
5de58c6 Refactor logging in main
7e9de44 Cleanup logic to trim 'dev' from disk partition
b0bf304 Fix bug_report log path
d712195 Fix panic on partition error
83bb121 Update termui; Closes #77
23fdf43 Fix ps whitespace parsing errors
44ed6e8 Fix process name cropping
1aa5eea Fix cpu usage percents panic
b166e61 Update bug report template
d928072 Update GitHub issue templates
cfcb489 Add more logging for Disk widget
a3c934e Update gopsutil for #41
c717178 Log to file on errors
3dee8bc Fix 'gg' and 'dd' keypresses
db57b40 Refactor config directory into global variable
a2d80c8 Fix C import; Closes #71
e596d52 Improve OSX temp names (#71)
38e3d78 Remove AUR submodule
a1e266a Merge pull request #75 from 999eagle/patch-loop-devices
40260a8 Filter loop devices in disk stats

1.6.0

02 Dec 05:20
Compare
Choose a tag to compare

Changelog

1ab25d0 Bump version
1b8c3ed Format cpu names based on cpu count
3570502 Refactor inline celsius conversion into a function
f66833c Add --fahrenheit flag, fix CPU ordering
b98d308 Update readme; Closes #74
14f4486 Add aur package submodule
4f9b165 Update readme
dfc62e6 Merge pull request #73 from smlrepo/master
0eb881d remove vendor
8ee8950 Refactor
ce5342c Don't sensor with a temp of 0

1.5.1

15 Nov 18:37
Compare
Choose a tag to compare

Changelog

7da570d Bump version
5778167 Fix #41
d44be12 Change 'make default' to 'make all'
69e3564 Cleanup merge from chiefy:feature/nfpm
0609656 Merge pull request #63 from chiefy/feature/nfpm
4bcf8a4 Adding instructions to README
d05e6b0 Create Makefile to target rpm/dep w/ nfpm
16c469d Work-in-progress adding nfpm

1.5.0

19 Sep 01:49
Compare
Choose a tag to compare

Changelog

32e257d Bump version
6526c60 Fix cli options in readme. Closes #60
db1b2fb Add custom colorscheme loading. Closes #55
bb36706 Migrate to go 1.11 modules
5b5ccfc Update issue templates
c1b3941 Update build steps

1.4.2

24 Aug 03:03
Compare
Choose a tag to compare

Changelog

b6ce4a0 Bump version
d14e09c Net and ram formatted to 1 decimal place
af674fd Reverse colors of table cursor
603e851 Merge pull request #53 from panter-dsd/feature/HomeEndKeys
94e4cd8 Use Home and End keys to navigate Top/Bottom.
fc56114 Fix inconsistent cpu color order
c3603ea Fix issues when using both percpu and averagecpu
9f7e5ce Update README
8de8367 Added cli options for cpu load
c71cd76 Merge pull request #45 from b1narykid/master
38e83a7 Merge pull request #50 from gostudy/master
9689105 Merge pull request #1 from gostudy/phpor-kill-process
72c8c43 Fix a bug about a defunct state kill process
7fe426d Update ISSUE_TEMPLATE
04d3dca Removed obsolete disk.Mountpoint fix
898a443 Update gopsutil
77f728f Fix byte conversions; add TB
813c239 Preserve old CPU widget behavior
12527db Remove 8 cores limit in CPU widget
eb17f69 Add comment referencing gopsutil issue
0cd59ba Update build steps