Commit Graph

78 Commits

Author SHA1 Message Date
Sean E. Russell
f15c3dea66 Update changelog 2022-02-14 15:35:16 -06:00
Sean E. Russell
6809c82eb3 Documentation prep for release; remote monitoring docs cleanup. 2021-07-20 13:37:03 -05:00
Sean E. Russell
162ed50189 Merge branch 'go1.16' 2021-05-03 11:43:13 -05:00
Sean E. Russell
96081b733f Updated changelog for release 2021-02-03 15:46:30 -06:00
Sean E. Russell
c8f7091969 Update changelog for next release. 2021-01-26 14:17:00 -06:00
Sean E. Russell
b7cfe9facc Prep for v4.1.0 2021-01-25 09:17:57 -06: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
b20f477389 linting & documentation
Updated versioning and dates for release.
2020-06-07 16:56:19 -05:00
Sean E. Russell
5274d20897 Prep for v4.0.0 release 2020-06-02 10:30:03 -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
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
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
76236a0993 Documentation clean-up. 2020-05-24 13:56:25 -05:00
Sean E. Russell
310a6d084d Replaces the Prometheus client with VictoriaMetrics/metrics 2020-05-12 18:42:45 -05:00
Sean E. Russell
1419dbd75c Updated documentation for braille/block font 2020-05-01 14:06:30 -05:00
Sean E. Russell
02a2792424 Have -C look in the usual directories (not always absolute path) 2020-04-29 12:07:37 -05:00
Sean E. Russell
8d2dfce31c Merge tag 'v3.5.2' into v4.0 2020-04-29 12:06:21 -05:00
Sean E. Russell
3f26ebef76 Mostly adds the -C option. KNOWN: it must be the first argument.
Doc
2020-04-29 10:26:14 -05:00
Sean E. Russell
6076d6451e Fixes #94, null map on FreeBSD
Prep for release
2020-04-28 13:04:00 -05:00
Sean E. Russell
ccbc71755f Version bump to v4 2020-04-23 14:07:08 -05:00
Sean E. Russell
61e080e518 Remove deprecated command-line arguments 2020-04-23 13:38:22 -05:00
Sean E. Russell
5ada5315d9 Fixes #92, configurable temps; help text & docs clean-up; versions are now built into binaries at compile time; clean up old extensions params; adds --list command; adds --write-config command; fixes bug in colorscheme loading; fixes bug in Colorschemes -- all had empty Name attrs; adds ability to list devices. 2020-04-23 10:41:20 -05:00
Sean E. Russell
3fcab5a420 Switch from smc.c to iSMC. 2020-04-22 13:33:51 -05:00
Sean E. Russell
dfa7098ad8 Fixes #90. The disk widget was truncating, not rounding 2020-04-21 16:14:34 -05:00
Sean E. Russell
e506b02842 Closes #40, overflow line graph labels. 2020-04-16 18:13:57 -05:00
Sean E. Russell
9e1b63be32 Closes #46, option to display network traffic as mbps. This can be set on the command line with --mbps, or toggled while running with b 2020-04-16 13:28:18 -05:00
Sean E. Russell
71ec32f452 Merge tag 'v3.5.1' into v3.6 2020-04-16 08:54:25 -05:00
Sean E. Russell
6cc74d5f5f Switch away from Go Plugin API for the time being. 2020-04-16 08:46:57 -05:00
Sean E. Russell
6cef30ba51 Update changelog for release 2020-04-16 08:46:57 -05:00
Sean E. Russell
f6e44c63ed Updated for release. 2020-04-09 14:07:44 -05:00
Sean E. Russell
0eea3106e0 Print key bindings function 2020-03-07 12:14:19 -06:00
Sean E. Russell
9ebcff9b78 Add ability to look in system-wide directories for configuration files 2020-03-07 09:03:25 -06:00
Sean E. Russell
9188b14094 Safety: prevent uninitialized variable use
Record change

Fixes changelog
2020-03-07 08:35:27 -06:00
Sean E. Russell
f428d851d0 Version bump for release 2020-03-06 07:29:23 -06:00
Sean E. Russell
855ebfd93c Fix workflow & version bump. 2020-02-29 16:33:32 -06:00
Sean E. Russell
94221e05c6 Version bump, mainly to test workflow. 2020-02-29 16:20:20 -06:00
Sean E. Russell
640f4a21d7 Update go version to match (necessary) plugin versions
Another version bump for plugins
2020-02-28 15:35:42 -06:00
Sean E. Russell
18be89370d Getting the tags right so modules work for plugins 2020-02-28 15:07:02 -06:00
Sean E. Russell
c6af0ab404 Merge branch 'v3.4.x' 2020-02-28 14:38:32 -06:00
Sean E. Russell
b03566cd60 Fixes #62, the one-column bug
Updates ticket info
2020-02-27 12:51:59 -06:00
Sean E. Russell
0e9be443b0 Fixes #59: keys not controlling processes widget
Version bump

Version bump
2020-02-26 16:47:24 -06:00
Sean E. Russell
d0e2acc791 Changelog 2020-02-26 15:59:32 -06:00