summaryrefslogtreecommitdiffstats
path: root/config.go
AgeCommit message (Expand)Author
2022-07-15Fixes #217v4.1.4Sean E. Russell
2022-03-15Fixes #207Sean E. Russell
2022-02-09Fixes #158, adding a man page. This replaces the flags library in the process...Sean E. Russell
2022-02-04Fix #124mjshariati98
2021-07-20Mostly TODOs, but adds command to build Darwin/ARMSean E. Russell
2021-07-17Removes go:generate directivesSean E. Russell
2021-05-03Merge branch 'go1.16'Sean E. Russell
2021-03-04Gets the NVidia extension options working, including marshalling.nvidiaSean E. Russell
2021-02-03Go 1.16: embed and io/fsSean E. Russell
2021-02-03Replace jdkeke142 lingo with fork; using replace in go.mod breaks go get.Sean E. Russell
2021-01-25Translations didn't work outside of the project directory.v4.1.0Sean E. Russell
2020-06-20More strings moved to translationsSean E. Russell
2020-06-19Translation files are now bundled.Sean E. Russell
2020-05-29Closes #111, which was a bogus issue.Sean E. Russell
2020-04-29Have -C look in the usual directories (not always absolute path)Sean E. Russell
2020-04-29Mostly adds the -C option. KNOWN: it must be the first argument.Sean E. Russell
2020-04-27Go vet/lint cleanupsSean E. Russell
2020-04-27Clean up, and now extensions can register for configurationSean E. Russell
2020-04-23Version bump to v4Sean E. Russell
2020-04-23Remove deprecated command-line argumentsv3.6Sean E. Russell
2020-04-23Add sensible defaults for temps. Improve config writing.Sean E. Russell
2020-04-23Fixes #92, configurable temps; help text & docs clean-up; versions are now bu...Sean E. Russell
2020-04-16Closes #46, option to display network traffic as mbps. This can be set on the...Sean E. Russell
2020-04-06Fixes #75DELETEDSean E. Russell
2020-03-07Add ability to look in system-wide directories for configuration filesSean E. Russell
2020-03-02resolves #65 Runs tests. Currently, does everything short of initializing t...Sean E. Russell
2020-02-28Path changes for major revisionv3.4.0Sean E. Russell
2020-02-28Extensions.v3.4.xSean E. Russell
2020-02-20Merge branch 'master' into v3.4.xSean E. Russell
2020-02-20Moved todos around to correct filesSean E. Russell
2020-02-20Changelog cleanup & add todos.Sean E. Russell
2020-02-18Adds widget metrics outputSean E. Russell
2020-02-17Adds log rotation, config file support, and refactoring. Colorschemes are se...Sean E. Russell
2020-02-16Merge prepSean E. Russell
2020-02-15Fixes #49, logs filling up hard drive.Sean E. Russell
2020-02-14Ready for release.v3.2.0Sean E. Russell
2020-02-14Merge remote-tracking branch 'rephorm/filter'Sean E. Russell
2020-02-14Merge remote-tracking branch 'mattLLVW/feature/network_interface_list'Sean E. Russell
2020-02-14Updates release info.Sean E. Russell
2020-02-14Add merge todosSean E. Russell
2020-02-13Switching maintainership.Sean E. Russell
2020-02-13Reworks the -l argument. Combines the layout args into one (smarter) one, and...Sean E. Russell
2020-02-13Fixes the directory structure.Sean E. Russell