Commit Graph

750 Commits

Author SHA1 Message Date
Sean E. Russell
a59ad35ed5 Fixes #166, duplicate key in de_DE 2021-02-15 10:02:36 -06:00
xxxserxxx
aad28e93db
Merge pull request #165 from lourkeur/i18n/fr
Add French translation
2021-02-11 16:50:00 -06:00
xxxserxxx
150680c7cc
Merge branch 'master' into i18n/fr 2021-02-11 16:49:04 -06:00
Louis Bettens
ea21dcaa99 go generate 2021-02-11 00:24:32 +01:00
Louis Bettens
04ae99a43d add French translation 2021-02-11 00:21:53 +01:00
Sean E. Russell
b757e7959b Fixes #164, findlayout error message was wrong 2021-02-10 09:04:03 -06:00
Sean E. Russell
96081b733f Updated changelog for release 2021-02-03 15:46:30 -06:00
Sean E. Russell
0373b9b8d6 Fixes #152, missing thermal device on FreeBSD reported as error, when it isn't. 2021-02-03 15:24:56 -06:00
Sean E. Russell
024c01c49a Fixes #159, adds references to extensions projects 2021-02-03 14:38:22 -06:00
Sean E. Russell
7b19606acc Replace jdkeke142 lingo with fork; using replace in go.mod breaks go get. 2021-02-03 12:28:46 -06:00
Sean E. Russell
bda3aad123 Add badges to README from shields.io 2021-01-27 15:48:10 -06:00
Sean E. Russell
12257812ab Fixes #6, no temperatures shown on Raspberry Pi. 2021-01-27 09:06:09 -06:00
Sean E. Russell
af20668cb5 strings.TrimSuffix() is some 7x faster than a call to Index() plus a slice, and we can remove a call to Contains() in the bargain. 2021-01-26 16:16:48 -06:00
Sean E. Russell
c8f7091969 Update changelog for next release. 2021-01-26 14:17:00 -06:00
Sean E. Russell
67831ac97c Errors on any battery stopped display of all battery information 2021-01-26 13:15:27 -06:00
Sean E. Russell
273f572a87 The statusbar got lost somewhere along the way. A noisy (debug) log message was left in. 2021-01-26 13:09:10 -06:00
Sean E. Russell
f56cc6486f Bumped gopsutils to v3.20.12, and battery to v0.10.0. 2021-01-26 12:34:58 -06:00
Sean E. Russell
18c07d8c44 Fixes #157, add list of translations to help text. 2021-01-26 11:56:01 -06:00
Sean E. Russell
2f0eca1cc6 Fixes #161, CPU names are sorted strictly as strings rather than lexographically. 2021-01-26 11:13:45 -06:00
Sean E. Russell
4cea91b9a1 Trigger extensions build before external distributions in case those fail 2021-01-26 11:13:41 -06:00
Sean E. Russell
1213fe8237 Patch to try to resolve homebrew workflow failure. 2021-01-25 14:08:29 -06:00
Sean E. Russell
4523169549 Translations didn't work outside of the project directory. 2021-01-25 12:18:59 -06:00
Sean E. Russell
9e33fa1f0b Updates the translations. 2021-01-25 09:46:54 -06:00
Sean E. Russell
b7cfe9facc Prep for v4.1.0 2021-01-25 09:17:57 -06:00
Sean E. Russell
93cf2bd052 Merge branch 'master' of github.com:xxxserxxx/gotop 2021-01-25 08:48:20 -06:00
Sean E. Russell
6256f77c20 Completes DE translations #120 2021-01-25 08:40:58 -06:00
xxxserxxx
21fc865c34
Merge pull request #155 from 0xflotus/patch-1
fix: small errors
2021-01-04 13:50:40 -06:00
0xflotus
96b03606bb
fix: small errors 2021-01-04 19:44:22 +01:00
Sean E. Russell
3d00d349c6 Fixes #130. Any warning or error from gopsutil was preventing any temps from being displayed, even if some had useful data. 2020-11-30 10:35:24 -06:00
Sean E. Russell
c5a8d0f32f Merge branch 'master' of github.com:xxxserxxx/gotop
Re-implements doc fixes and updates static data go:generate
2020-11-23 15:14:57 -06:00
Sean E. Russell
daf5916fde Resolves merge conflicts 2020-11-23 14:58:32 -06: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
Sean E. Russell
72cde05458 Merge branch 'v4.0.2' into master 2020-08-25 08:25:39 -05:00
Sean E. Russell
edf0c2a3a8 Fixes bad label keys in disk widget; finishes Esperanto translation. 2020-08-25 08:23:42 -05:00
Sean E. Russell
df2da8a250 Closes #147. 2020-08-24 14:31:29 -05:00
Sean E. Russell
fa9357d1ed Closes #32. Average is really average, over time. Boldify the AVRG label. Remove spurious sync lock. 2020-07-25 07:28:23 -05:00
Sean E. Russell
c25e58e79c Closes #32. Average is really average, over time. Boldify the AVRG label. Remove spurious sync lock. 2020-07-25 07:23:17 -05:00
xxxserxxx
f9f330a910
Merge pull request #142 from aofei/master
Align CPU values in CPU widget
2020-07-24 09:16:45 -05:00
Sean E. Russell
8843a3bdc7 Merge branch 'i18n' of github.com:xxxserxxx/gotop into i18n 2020-07-24 09:14:59 -05:00
xxxserxxx
afa80c7f17
Merge pull request #141 from Tigerfyj/i18n
Correct the translation of 'gauge'.
2020-07-24 09:14:27 -05:00
Sean E. Russell
2c811064dd Adds Esperanto (incomplete) 2020-07-24 08:38:56 -05:00
Aofei Sheng
4a766282cf Align CPU values in CPU widget 2020-07-21 21:34:44 +08:00
Tiger Feng
19884d1868 Correct the translation of 'gauge'. 2020-07-09 22:16:28 +08:00
Sean E. Russell
b767f7fbda Cleaned up previous commit. 2020-07-01 16:03:40 -05:00
Sean E. Russell
fc7e19d991 Closes #140 -- include instructions in the README for properly setting the version. 2020-07-01 15:57:50 -05:00