More Improvements
The build for 0.2.5 kept timing out on a lint test, so we never got the binaries. This release includes a change to increase the timeout, so it should build. The following are the release notes from 0.2.5 copied here:
Features:
- Starr app database backup notifications and corruption checks.
- Adds native Prowlarr service checks (and corruption/backup checks).
- Defaults uptime, cpu, memory, load to
enabled
on dashboard (checkbox removed from site). - Adds support for native form login on all Starr apps. Required when auth is enabled and corruption check is turned on.
- Adds support for additional config files. Useful to store api keys in a second file. Not very well documented yet.
- Example compose file added to repo. Thanks @TABLE272!
- Adds more release dates to Radarr notifications.
- 0.2.6: Use go routines to get app versions in parallel.
Fixes:
- Documents
process
service check type better. - Plex is not commented out by default in the example config file.
- Passes request context from API to sub-request, so timeouts on notifiarr.com are properly honored.
- Lots of code lint fixes. Mostly
varnamelen
- Fixes
mode
menu label on Windows after reloading whilemode=dev
. - Missing data added to startup payload (more apps, like Prowlarr).
- Complete refactor of timers to deal with custom timers better.
- Fixes custom timers in Notifiarr menu that would break after reload.
- Config file templates fixes. Spacing, etc.
- 0.2.6: Add Tautulli count in missing startup payload.