# HG changeset patch # User Guido Berhoerster # Date 1662533119 -7200 # Node ID e3fc9db49d36656405684d483fc2f03d2ba67f0a # Parent 9cbb0f8a66c4d183004253f1ee85230697687ac4 Release version 8 diff -r 9cbb0f8a66c4 -r e3fc9db49d36 Makefile --- a/Makefile Tue Sep 06 19:11:21 2022 +0200 +++ b/Makefile Wed Sep 07 08:45:19 2022 +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 = 7 +VERSION = 8 DISTNAME = $(PACKAGE)-$(VERSION) AUTHOR = Guido Berhoerster BUG_ADDRESS = guido+pui@berhoerster.name diff -r 9cbb0f8a66c4 -r e3fc9db49d36 NEWS --- a/NEWS Tue Sep 06 19:11:21 2022 +0200 +++ b/NEWS Wed Sep 07 08:45:19 2022 +0200 @@ -1,6 +1,20 @@ News ==== +package-update-indicator 8 (2022-09-07T08:45:19+02:00) +------------------------------------------------------ + +- Add setting to disable preferences widgets +- Fix typos and improve German translations +- Add new setting to hide indicator menu items +- Add new setting "always-active" +- Add Brazilian Portugese translations +- Add Dutch translations +- Do not hardcode pkg-config +- Fix desktop files +- Remove translated icon names +- Add Spanish translations + package-update-indicator 7 (2020-11-17T12:21:47+01:00) ------------------------------------------------------