New
- Added a
default.config
to set static user options - Added a Slack notify template
Fixes
- A lot of refactoring and cleanups - much inspired/stolen from @sudo-kraken and their work in podcheck
- Added bash options:
-euo pipefail
,shopt -s nullglob
andfailglob
for safer shelling. - More consistent formatting, removed unnecessary subshells, quoting variables, initializing variables
- Rewritten options from yes/no to true/false
- Added a check to quit the script if a pull fails (see #140)
- Added bash options:
New sponsor @eichhorn - thank you!
Full Changelog: v0.5.8.0...v0.6.0