* Allow ranges to be used for selection.
* String consistency
* Yet another change of the selection dialog, as suggested.
---------
Co-authored-by: Max <>
* Sanitize message for Matrix notifications
* Use variable for jq and increment version of Matrix script
* Add additional URLs to urls.list
---------
Co-authored-by: martin <martin@meissnitzer.dev>
* Sanitize message for Matrix notifications
* Use variable for jq and increment version of Matrix script
---------
Co-authored-by: martin <martin@meissnitzer.dev>
* added new variables, options and setup
* datecheck function rewrite
* moved the cleanup and prune logic to always run. Changed some wording on messages.
* added function to print currently backed up images
* Patched bugfix to not recreate stopped containers
* changed the RepoDigests grab and logic
* Moved the backup - cleanup to always trigger if -b option is used. Added -p&-b warning.
* version bump and readme fixes
* Reformatting the updates available list
* rewritten list padding to be dynamic
* Label rework + clearer messages (#228)
- Moved up label check and logic to earlier in the process, to iterate the whole run the same way if `-l` option is passed.
- Added messaging to make it clearer.
- Clarified Readme and --help message.
- Clarified prune message (to mean ALL dangling, not just currently updated).
* Add DisplaySourcedFiles variable to be used in source_if_exists and source_if_exists_or_fail functions
* Added return 0 as to not throw wrong exit code.
* Delete source_if_exists. source_if_exists_or_fail returns success or failure. Failure doesn't stop the script
---------
Co-authored-by: Elephant Quater <eq@cont.MSHOME>
Co-authored-by: mag37 <robin.ivehult@gmail.com>
* Snooze feature, curl, and consolidation
* Added snooze feature to delay notifications
* Added configurable default curl arguments
* Consolidated and standardized notify template update notifications
* Added curl error handling
* Snooze comment fix
* Grep, curl args, and variable init adjustments
* Modified grep commands to make use of word boundaries in order to avoid matching on substrings
* Set CurlRetryDelay, CurlRetryCount, and CurlConnectTimeout as individual variables
* Used :- for variable initialization where assignment is redundant
* Update dockcheck.sh change notes and fix variable collision
* Remove unnecessary cat and clarify readme
* reformatting
---------
Co-authored-by: Matthew Oleksowicz <matt@everyoneneeds.it>
Co-authored-by: mag37 <robin.ivehult@gmail.com>