# HG changeset patch # User Guido Berhoerster # Date 1717948401 -7200 # Node ID 527d2ecef3bdbe95ea8ac73545b8069364631437 # Parent fba5c74fa9144bb573db865f6f5ed532a476ea1d Release version 9 diff -r fba5c74fa914 -r 527d2ecef3bd Makefile --- a/Makefile Fri Mar 15 16:49:25 2024 +0100 +++ b/Makefile Sun Jun 09 17:53:21 2024 +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 = 8 +VERSION = 9 DISTNAME = $(PACKAGE)-$(VERSION) AUTHOR = Guido Berhoerster BUG_ADDRESS = guido+pui@berhoerster.name diff -r fba5c74fa914 -r 527d2ecef3bd NEWS --- a/NEWS Fri Mar 15 16:49:25 2024 +0100 +++ b/NEWS Sun Jun 09 17:53:21 2024 +0200 @@ -1,6 +1,16 @@ News ==== +package-update-indicator 9 (2024-06-09T17:53:21+02:00) +------------------------------------------------------ + +- Add Chinese translations +- Fix checking for network state changes and string lookup +- Obtain network state from GNetworkMonitor +- Improve Swedish translations +- Add Swedish translations +- Add Portugese translations + package-update-indicator 8 (2022-09-07T08:45:19+02:00) ------------------------------------------------------ @@ -44,6 +54,7 @@ ------------------------------------------------------ - Fix support for libayatana-appindicator +- Fix typo in the Makefile package-update-indicator 3 (2019-07-24T10:33:37+02:00) ------------------------------------------------------