Skip to content

Releases: LMH01/simple_update_checker

v1.7.0

Choose a tag to compare

@LMH01 LMH01 released this 19 May 23:37
  • program version is now printed when run-timed is starting
  • table that is printed when run-timed is starting is now sorted correctly
  • github_access_token can 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

Choose a tag to compare

@LMH01 LMH01 released this 25 Mar 22:55
  • time displayed in all commands is no longer displayed as utc, instead the local time zone is now used

v1.5.0

Choose a tag to compare

@LMH01 LMH01 released this 25 Mar 22:22
  • latest program version is now included in programs column in update check history

v1.4.0

Choose a tag to compare

@LMH01 LMH01 released this 24 Mar 21:57
  • 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-history that can be used to show the history of performed update checks
  • fixed display order of table in update-history
  • fixed -m parameter removing the wrong entries update-history

v1.3.0

Choose a tag to compare

@LMH01 LMH01 released this 24 Mar 18:46
  • notifications for new versions are now only sent once per new version
  • notifications are no longer sent in run-timed when the update check for the same version was previously performed manually
  • added -a flag to check command:
  -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-history subcommand

v1.2.1

Choose a tag to compare

@LMH01 LMH01 released this 23 Mar 20:47
  • fixed date column showing milliseconds in 'list-programs' command

v1.2.0

Choose a tag to compare

@LMH01 LMH01 released this 23 Mar 20:22
  • Programs listed by 'list-programs' are now sorted alphabetically

v1.1.0

Choose a tag to compare

@LMH01 LMH01 released this 23 Mar 19:50
  • Last time an update check was performed is now displayed when command 'list-programs' is run
  • Current version last updated and latest version last updated times are now saved and are displayed in 'list-programs'

v1.0.0

Choose a tag to compare

@LMH01 LMH01 released this 23 Mar 15:51

Initial release