diff options
-rw-r--r-- | AUTHORS | 5 | ||||
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | ChangeLog | 80 | ||||
-rw-r--r-- | NEWS | 12 | ||||
-rw-r--r-- | debian/changelog | 7 |
5 files changed, 104 insertions, 2 deletions
@@ -42,8 +42,10 @@ Florian Leeber <florian@ubports.com> Furkan Kalkan <furkan.kalkan3@gmail.com> Gabor Kelemen <kelemeng@gnome.hu> Gabor Kelemen <kelemeng@ubuntu.com> +gallegonovato <fran-carro@hotmail.es> george k <norhorn@gmail.com> Grace Guo <grace@appest.com> +Heimen Stoffels <vistausss@fastmail.com> Heimen Stoffels <vistausss@outlook.com> Henrique Combochi <henrique.combochi@gmail.com> Hosted Weblate <hosted@weblate.org> @@ -91,6 +93,8 @@ Mingun <Alexander_Sergey@mail.ru> Moo <hazap@hotmail.com> M Ramani Priya <priya.maremanda@gmail.com> Mubarek Seyd Juhar <mubareksd@gmail.com> +Muhammad <77672824+muhammad23012009@users.noreply.github.com> +Muhammad <muhammad23012009@hotmail.com> Nazim-ua <nazim-ua@ukr.net> Niara <kitekatkek@gmail.com> Nick Dedekind <nicholas.dedekind@gmail.com> @@ -129,6 +133,7 @@ Tundzhay Mollov <graculapsone1998@gmail.com> Ubuntu MATE Developers <code@ubuntu-mate.org> unknown <ken.vandine@canonical.com> Viktar Vauchkevich <victorenator@gmail.com> +Vilakone Thammavong <vilakone.thammavong@foodpanda.la> Violeta Uzunova <violeta.uzunova@gmail.com> WaldiS <admin@sto.ugu.pl> wdggg <wdggg7@gmail.com> diff --git a/CMakeLists.txt b/CMakeLists.txt index 18a9152..755a09a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ endif(CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT) list(APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake) -set(PROJECT_VERSION "22.9.5") +set(PROJECT_VERSION "23.6.0") set(PACKAGE ${CMAKE_PROJECT_NAME}) # Options @@ -1,6 +1,84 @@ +2023-06-09 Mike Gabriel + + * release 23.6.0 (HEAD -> main, tag: 23.6.0) + * d/control: Add to S: ayatana-ido (>= 0.10.0). Older versions don't + ship the 'level' menu item. (930179e) + +2023-06-08 Robert Tari + + * Merge branch 'muhammad23012009-main' (238d705) + +2023-06-06 Mike Gabriel + + * src/device.c: Don't show parentheses around time-remaining / + battery charge percentage values when in Lomiri. (0ed3e17) + +2023-06-08 Robert Tari + + * Merge branch 'sunweaver-pr/no-parentheses-in-lomiri' (c20a21f) + +2023-06-06 Mike Gabriel + + * src/device.c: Don't show parentheses around time-remaining / + battery charge percentage values when in Lomiri. (80312bd) + +2023-06-05 Muhammad + + * Merge branch 'AyatanaIndicators:main' into main (37ce149) + +2023-05-12 Muhammad + + * src: add support for getting flashlight paths through deviceinfo + (dd3dccb) + +2023-05-20 Milo Ivir + + * Translated using Weblate (Croatian) (22d2a52) + +2023-05-05 Mike Gabriel + + * Merge branch 'tari01-pr/adapt-to-level-ido' (08039f0) + +2023-04-05 Robert Tari + + * Do not use charge-aware icons in the menu (8f7c0cd) + * Use the device model name in the menu (906c021) + * src/service.c: Use level or progress IDO as needed (eeea7ea) + * CMakeLists.txt: Fix minimum requred CMake warning (490ec9d) + * Whitespace fix (858276b) + +2023-04-20 Vilakone Thammavong + + * Translated using Weblate (Lao) (e62300d) + +2023-04-06 ssantos + + * Translated using Weblate (Portuguese) (813f52b) + +2023-04-07 Mike Gabriel + + * CMakeLists.txt: Fix version number. (3bd498c) + +2023-04-03 Mike Gabriel + + * Merge branch 'tari01-pr/show-bluetooth-devices' (e6e69b2) + +2023-03-06 Robert Tari + + * Show battery level for all devices (including bluetooth) (c80d5eb) + +2023-03-16 Heimen Stoffels + + * Translated using Weblate (Dutch) (e1f4b7f) + * Translated using Weblate (Dutch) (0c28f81) + +2023-03-03 gallegonovato + + * Translated using Weblate (Spanish) (c63e0de) + 2023-02-28 Mike Gabriel - * release 22.9.5 (HEAD -> main, tag: 22.9.5) + * release 22.9.5 (44408bb) (tag: 22.9.5) * Merge branch 'tari01-pr/lomiri-fake-battery' (b173fa1) 2023-02-16 Robert Tari @@ -1,3 +1,15 @@ +Overview of changes in ayatana-indicator-power 23.6.0 + + - src: add support for getting flashlight paths through deviceinfo. + - src/device.c: Don't show parentheses around time-remaining / battery charge + percentage values when in Lomiri. + - Do not use charge-aware icons in the menu. + - Use the device model name in the menu. + - src/service.c: Use level or progress IDO as needed. + - CMakeLists.txt: Fix minimum required CMake warning. + - Show battery level for all devices (including bluetooth). + - Translation updates. + Overview of changes in ayatana-indicator-power 22.9.5 - src/service.c: Create a fake primary device icon on Lomiri if no device is diff --git a/debian/changelog b/debian/changelog index e70ea1f..e70a278 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +ayatana-indicator-power (23.6.0-0) unstable; urgency=medium + + * Upstream-provided Debian package for ayatana-indicator-power. + See upstream ChangeLog for recent changes. + + -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Fri, 09 Jun 2023 07:53:45 +0200 + ayatana-indicator-power (22.9.5-0) unstable; urgency=medium * Upstream-provided Debian package for ayatana-indicator-power. |