Releases: cosandr/go-motd
Releases · cosandr/go-motd
v0.2
Changelog
- 279fb00 Add btrfs
- 36fd4be Add goreleaser
- e36ec90 Add podman, common container type
- 2938e33 Add setup.sh, tweak PKGBUILD
- 9ea08bd Better logging, global debug mode
- 3600374 Daemon mode
- 824dd43 Do not run sudo podman when running as root
- a5b2f13 Don't override existing config
- bd31d4a Fix Arch package overriding existing config
- e5921e8 Fix cpu coretemp (Intel)
- 17ac202 Fix infuriating bug with time parsing
- e8254c4 Fix nil pointer when we don't get data from updates API
- 059e88d Fix showing updates with tcp connection
- 8698140 Install config too
- 071fe4f Linter
- 84866e9 Minor fixes
- 961e0c5 Option to consider inactive units as failed
- 8339dfc Option to disable colors
- af6bd47 Option to hide unavailable modules
- 66f67da Option to write output to file
- 49e7757 Parse btrfs output, show free space
- b2bdda6 Read disk temps from /sys
- 94b9974 Remove ioutil
- aac125f Rename flag variables, optionally dump config to file
- a8e694d Restructure
- 46aec07 Rework config, have the data sources init themselves
- 7fa503a Rework how modules are run
- 4c62084 Sort datasources, option to show failed units
- 0bd0ffe Support k10temp for CPU temps
- 751df58 Update deps
- 35ddc90 Update deps and Go
- c5a7534 Update deps to shut up Dependabot
- 4f03ea7 Update deps, rename motd.go to main.go
- d77b661 Update deps, use api.File.String to print updates
- 50fda92 Update modules
- d35adf4 Update readme, minor fixes
- 79b07d3 Use new go-check-updates API, better human time string conversion
- 643a6e7 go mod tidy
- 5f9a137 go-arg and some logging tweaks