0xflotus
96b03606bb
fix: small errors
2021-01-04 19:44:22 +01:00
xxxserxxx
a8a238ac18
Merge pull request #149 from alicektx/master
...
Update main.go
2020-11-23 14:50:29 -06:00
xxxserxxx
5ea991e8ca
Merge pull request #153 from antiops/docs-update
...
[docs] Fix links in docs
2020-11-23 14:37:25 -06:00
xxxserxxx
ad8adfdf94
Merge pull request #154 from aofei/master
...
Only render mem info when its total > 0
2020-11-23 14:36:35 -06:00
Aofei Sheng
e6447d6dcf
Only render mem info when its total > 0
2020-11-22 19:19:02 +08:00
Anti Ops
209e90b31b
[docs] Fix links in docs
...
- 3 Links in colorschemes.md lead to the current docs directory instead of its actual directory in the root
- 1 link in releasing.md didnt have the corrent linking syntax causing the link to send the uesr to a page that doesnt exist
2020-11-19 01:32:23 -07:00
alicektx
e8d05fa806
Update main.go
2020-09-09 16:10:49 +03:00
xxxserxxx
f9f330a910
Merge pull request #142 from aofei/master
...
Align CPU values in CPU widget
2020-07-24 09:16:45 -05:00
Aofei Sheng
4a766282cf
Align CPU values in CPU widget
2020-07-21 21:34:44 +08:00
xxxserxxx
e59e91847b
Merge pull request #136 from Tigerfyj/patch-1
...
Add a translation file of Mandarin Chinese
2020-06-16 05:36:15 -05:00
Yaojun Feng
cc76bda5d8
Add a translation file of Mandarin Chinese
2020-06-14 23:05:17 +08:00
Sean E. Russell
e2879e970c
Updated the changelog and readme for v4.0.1
2020-06-09 10:42:52 -05:00
Sean E. Russell
1181b94bd2
Closes #131 , SMC GPL issue on OSX; consequently removes need to CGO in darwin.
2020-06-09 09:54:10 -05:00
Sean E. Russell
5590679cb4
Trying to get the workflow working.
2020-06-07 18:12:04 -05:00
Sean E. Russell
b20f477389
linting & documentation
...
Updated versioning and dates for release.
2020-06-07 16:56:19 -05:00
Sean E. Russell
b13fd2833c
Spelling.
2020-06-03 08:43:58 -05:00
Sean E. Russell
dbaab87e71
Add peers section to README
2020-06-03 08:34:31 -05:00
Sean E. Russell
5274d20897
Prep for v4.0.0 release
2020-06-02 10:30:03 -05:00
Sean E. Russell
d6be10bcd8
Closes #100 , breaks up the README
2020-06-02 09:09:23 -05:00
Sean E. Russell
dcec8a53b7
Doc changes
2020-06-01 11:08:19 -05:00
Sean E. Russell
b24cd05fcc
Fixing github's inconsistent reference handling.
2020-05-31 20:08:40 -05:00
Sean E. Russell
a1d276aa53
Update instructions and current release badge.
2020-05-31 20:05:54 -05:00
Sean E. Russell
44b5d2d6ec
Fixes #128 for LineGraph; there's probably another leak in Sparkline
...
Fixes #128 for Sparkline. Also, the amount of data held is tiny so bumped the buffer to 4x to reduce collections.
Minor comment change
2020-05-31 16:09:51 -05:00
Sean E. Russell
5123568b92
Only report battery sensor errors once; closes #117
2020-05-31 14:45:24 -05:00
Sean E. Russell
e8727c7c20
Merge branch 'master' into v4.0
2020-05-31 10:29:14 -05:00
Sean E. Russell
299b4397d1
Merge tag 'v3.5.3'
2020-05-31 10:24:29 -05:00
Sean E. Russell
e72e7be141
Bring 3.5.3 change log forward; pin golang.org/x/sys version
...
Changelog and Readme updates
2020-05-31 10:19:06 -05:00
Sean E. Russell
5840773ec6
Actually commit the version change.
2020-05-30 19:59:50 -05:00
Sean E. Russell
14a49e86a2
Changelog
2020-05-30 10:03:56 -05:00
Sean E. Russell
30f59c43da
Fixes #97
2020-05-30 05:35:27 -05:00
Sean E. Russell
dcfa280166
Work-around for https://github.com/shirou/gopsutil/issues/853 , FreeBSD build failures.
2020-05-29 20:38:27 -05:00
Sean E. Russell
7b09b90936
Closes #111 , which was a bogus issue.
2020-05-29 19:27:39 -05:00
Sean E. Russell
11e412c29c
Fixes #97
...
Updating the modules files for FreeBSD
log fix
2020-05-29 15:23:01 +00:00
Sean E. Russell
a1bd0cc9ee
Fixes #95 . When termui updates to the termbox-go with the FreeBSD fix, this can be reverted.
...
Update changelog
2020-05-28 18:21:03 -05:00
mikael
8a42612031
Use dup2 on FreeBSD aarch64
...
Update changelog.
Clears up the FreeBSD dup2 patch issues; the build flags were causing compile failures on other target OSes.
2020-05-28 18:20:58 -05:00
Sean E. Russell
0900e98abb
Update CHANGELOG
2020-05-28 18:16:39 -05:00
Sean E. Russell
66bc1919ea
Fixes #95 . When termui updates to the termbox-go with the FreeBSD fix, this can be reverted.
2020-05-28 18:12:08 -05:00
Sean E. Russell
0a7c4d82e4
Always use Dup2 on FreeBSD. Clears up the FreeBSD dup2 patch issues; the build flags were causing compile failures on other target OSes.
2020-05-28 18:10:42 -05:00
Sean E. Russell
d1cabfdc6f
Fixes #95 Update termui and pin termbox-go to newer version. This commit is broken because of the merge from master.
2020-05-28 13:37:44 -05:00
Sean E. Russell
d7773a87b8
Merge branch 'master' into v4.0
2020-05-24 14:38:14 -05:00
Sean E. Russell
9fd6764acf
Update changelog.
2020-05-24 14:36:24 -05:00
Sean E. Russell
0810af15ec
Merge branch 'MikaelUrankar-freebsd-aarch64'
2020-05-24 14:23:40 -05:00
Sean E. Russell
06ee1ad949
Merges #125 from @wcdawn, with some minor modifications.
2020-05-24 14:19:10 -05:00
Sean E. Russell
76236a0993
Documentation clean-up.
2020-05-24 13:56:25 -05:00
Sean E. Russell
d1d8ac272b
Cleans up and removes the smc.c code, which was forcing a license dependency and has since been replaced.
2020-05-19 14:03:06 -05:00
Sean E. Russell
6807f54e80
Closes #36 -- switch to MIT license.
2020-05-19 13:49:19 -05:00
Sean E. Russell
b8f3683f07
Release SVG a bit taller, and add the size test bisect script.
2020-05-18 07:35:48 -05:00
Sean E. Russell
b47acdc8f2
Release badge width
2020-05-13 12:43:53 -05:00
Sean E. Russell
76192092a7
Getting the text width right is difficult with github in the way.
2020-05-13 12:40:29 -05:00
Sean E. Russell
63c69872f8
Fixes the release version badge.
2020-05-13 12:35:54 -05:00