Releases: LMH01/simple_update_checker
Releases · LMH01/simple_update_checker
Release list
v1.7.0
- program version is now printed when
run-timedis starting - table that is printed when
run-timedis starting is now sorted correctly github_access_tokencan now be written into config file. If github access token is not submitted via cli or as environment variable, the value from the config file is used
v1.6.0
v1.5.0
v1.4.0
- number of available updates and programs for which updates are available are now stored in database in update_check_history table
- added subcommand
update-check-historythat can be used to show the history of performed update checks - fixed display order of table in
update-history - fixed
-mparameter removing the wrong entriesupdate-history
v1.3.0
- notifications for new versions are now only sent once per new version
- notifications are no longer sent in
run-timedwhen the update check for the same version was previously performed manually - added
-aflag tocheckcommand:
-a, --allow-notification
Normally notifications are not sent in run-timed mode for updates that where seen manually.
Set this flag to not mark the update as seen and to make the notification get sent when run-timed mode is used the next time.
- performed updates are now stored in the database, they can be shown using the new
update-historysubcommand