From 32d51faba070ef6a2b9746f4237feee877a17017 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Fri, 13 Oct 2023 08:27:56 +0200 Subject: release 23.10.0 --- AUTHORS | 6 +++ CMakeLists.txt | 2 +- ChangeLog | 118 ++++++++++++++++++++++++++++++++++++++++++++++++++++++- NEWS | 9 +++++ debian/changelog | 7 ++++ 5 files changed, 140 insertions(+), 2 deletions(-) diff --git a/AUTHORS b/AUTHORS index 06a7d80..38c859c 100644 --- a/AUTHORS +++ b/AUTHORS @@ -46,6 +46,7 @@ Estébastien Robespi Eugen Wesseloh Fatih Mert Doğancan Gabor Kelemen +gallegonovato Gediminas Murauskas george k giorgio.saragnese @@ -54,6 +55,7 @@ Grace Guo Guido Berhoerster György Balló Harry van Haaren +Heimen Stoffels Heimen Stoffels Henrique Combochi Hosted Weblate @@ -69,6 +71,7 @@ Joan CiberSheep Johntini Juraj Liso Ken VanDine +Kieran W Kristjan Räts Laércio Cordeiro Lars Uebernickel @@ -133,11 +136,14 @@ Sebastien Bacher Sergey Chupligin Sergey Shnatsel Davidoff Sergii Horichenko +Serhii Horichenko ssantos Swann Martinet +Sylke Vicious Talking Panda Ted Gould Teitei +Temuri Doghonadze THANOS SIOURDAKIS Timo Jyrinki Tobias p diff --git a/CMakeLists.txt b/CMakeLists.txt index f2c6503..bd1773c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required (VERSION 3.13) -project (ayatana-indicator-sound VERSION 22.9.2 LANGUAGES C CXX) +project (ayatana-indicator-sound VERSION 23.10.0 LANGUAGES C CXX) if(CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT) SET(CMAKE_INSTALL_PREFIX "/usr" CACHE PATH "..." FORCE) diff --git a/ChangeLog b/ChangeLog index 4f4c601..2ac5e3d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,122 @@ +2023-10-13 Mike Gabriel + + * release 23.10.0 (HEAD -> main, tag: 23.10.0) + +2023-10-12 Serhii Horichenko + + * Translated using Weblate (Ukrainian) (88e4c06) + +2023-10-12 Mike Gabriel + + * Merge branch 'tari01-pr/polkit-rules' (9193f09) + +2023-10-11 Mike Gabriel + + * po/: Update translation files. (be8cfac) + +2023-10-11 Robert Tari + + * Add PolicyKit .rules file (76e513e) + +2023-10-11 Mike Gabriel + + * po/: Update translation files. (8d45008) + +2023-10-10 Mike Gabriel + + * Merge branch 'tari01-pr/volume-scroll-step' (23e51ae) + +2023-10-09 Robert Tari + + * src/service.vala: Change volume by 2% when scrolling over the + indicator (da7398e) + +2023-10-10 Mike Gabriel + + * Merge branch 'tari01-pr/notification-orca' (baac68d) + +2023-10-07 Robert Tari + + * src/main.c: Add missing headers (b7af662) + * src/CMakeLists.txt: Silence false errors created by Vala (91165c0) + * src/info-notification.vala: Display percentage when Orca is enabled + (c77a05c) + +2023-09-09 Mike Gabriel + + * Merge branch 'tari01-pr/fix-notification' (ff70460) + +2023-09-09 Robert Tari + + * Drop custom notification hints (cf943b8) + * src/info-notification.vala: Drop hint check and create a level + indicator (8dbb8ab) + * CMakeLists.txt: Fix build warnings (5fc752f) + +2023-09-06 Kieran W + + * Translated using Weblate (English (United Kingdom)) (38dc2dd) + +2023-06-27 Sylke Vicious + + * Translated using Weblate (Italian) (4a851bf) + +2023-06-25 ssantos + + * Translated using Weblate (Portuguese) (9727f47) + +2023-06-22 Joan CiberSheep + + * Translated using Weblate (Catalan) (a8ce07f) + +2023-06-09 Yaron Shahrabani + + * Translated using Weblate (Hebrew) (78ad2d0) + +2023-05-22 Mike Gabriel + + * d/control: Tolerate running on top of Pipewire's pulseaudio compat + layer. (647e41b) + +2023-05-20 Milo Ivir + + * Translated using Weblate (Croatian) (1be9ab3) + +2023-04-13 Mike Gabriel + + * CMakeLists.txt: Fix version number. (4c536f8) + +2023-04-11 Temuri Doghonadze + + * Translated using Weblate (Georgian) (bf95c4c) + +2023-04-06 ssantos + + * Translated using Weblate (Portuguese) (ecf563c) + +2023-03-23 Heimen Stoffels + + * Translated using Weblate (Dutch) (bc27416) + +2023-03-21 Heimen Stoffels + + * Translated using Weblate (Dutch) (ba8b6c6) + +2023-03-16 Heimen Stoffels + + * Translated using Weblate (Dutch) (7ddcf1a) + +2023-03-03 gallegonovato + + * Translated using Weblate (Spanish) (102e002) + +2023-02-10 Luna Jernberg + + * Translated using Weblate (Swedish) (e00dad7) + 2023-01-17 Mike Gabriel - * release 22.9.2 (HEAD -> main, tag: 22.9.2) + * release 22.9.2 (04c7493) (tag: 22.9.2) * Merge branch 'ubports-personal/peat-psuwit/upstream_-_volume-notification-lomiri' (69fe621) diff --git a/NEWS b/NEWS index 060e235..99f610d 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +Overview of changes in ayatana-indicator-sound 23.10.0 + + - Drop hint check and create a level indicator. + - Drop custom notification hints. + - Display percentage when Orca is enabled. + - Change volume by 2% when scrolling over the indicator. + - Add PolicyKit .rules file. + - Translation updates. + Overview of changes in ayatana-indicator-sound 22.9.2 - src/, tests/: update references to renamed (Lomiri) notification diff --git a/debian/changelog b/debian/changelog index 755383c..441e455 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +ayatana-indicator-sound (23.10.0-0) unstable; urgency=medium + + * Upstream-provided Debian package for ayatana-indicator-sound. + See upstream ChangeLog for recent changes. + + -- Mike Gabriel Fri, 13 Oct 2023 08:25:39 +0200 + ayatana-indicator-sound (22.9.2-0) unstable; urgency=medium * Upstream-provided Debian package for ayatana-indicator-sound. -- cgit v1.2.3