Mercurial > projects > package-update-indicator
changeset 33:8c5aee997afa version-5
Release version 5
author | Guido Berhoerster <guido+pui@berhoerster.name> |
---|---|
date | Fri, 30 Aug 2019 13:32:52 +0200 |
parents | b9c65915cc54 |
children | cf7c73dfdac0 |
files | Makefile NEWS |
diffstat | 2 files changed, 8 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Thu Aug 29 17:41:06 2019 +0200 +++ b/Makefile Fri Aug 30 13:32:52 2019 +0200 @@ -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 = 4 +VERSION = 5 DISTNAME = $(PACKAGE)-$(VERSION) AUTHOR = Guido Berhoerster BUG_ADDRESS = guido+pui@berhoerster.name
--- a/NEWS Thu Aug 29 17:41:06 2019 +0200 +++ b/NEWS Fri Aug 30 13:32:52 2019 +0200 @@ -1,6 +1,13 @@ News ==== +package-update-indicator 5 (2019-08-30T13:32:52+02:00) +------------------------------------------------------ + +- Reduce delay before checking for updates after an "updates-changed" signal +- Fix continuos loop of update checks if the refresh cache interval is 0 +- Add fallback icons for KDE-based themes + package-update-indicator 4 (2019-07-24T16:27:25+02:00) ------------------------------------------------------