Mercurial > projects > package-update-indicator
changeset 47:0d4bb2f8908a version-7
Release version 7
author | Guido Berhoerster <guido+pui@berhoerster.name> |
---|---|
date | Tue, 17 Nov 2020 12:21:47 +0100 |
parents | 8ed91c5e0116 |
children | dd66f6477297 |
files | Makefile NEWS |
diffstat | 2 files changed, 9 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Mon Nov 09 15:06:04 2020 +0100 +++ b/Makefile Tue Nov 17 12:21:47 2020 +0100 @@ -24,7 +24,7 @@ PACKAGE = package-update-indicator APPLICATION_ID = org.guido-berhoerster.code.package-update-indicator PREFS_APPLICATION_ID = org.guido-berhoerster.code.package-update-indicator.preferences -VERSION = 6 +VERSION = 7 DISTNAME = $(PACKAGE)-$(VERSION) AUTHOR = Guido Berhoerster BUG_ADDRESS = guido+pui@berhoerster.name
--- a/NEWS Mon Nov 09 15:06:04 2020 +0100 +++ b/NEWS Tue Nov 17 12:21:47 2020 +0100 @@ -1,6 +1,14 @@ News ==== +package-update-indicator 7 (2020-11-17T12:21:47+01:00) +------------------------------------------------------ + +- Explicitly schedule the initial check for updates after a fixed short delay +- Add debug logging when periodic checks are inhibited +- Update Russin translations +- Add Russian translations + package-update-indicator 6 (2020-08-21T15:47:00+02:00) ------------------------------------------------------