From 01018d288999683c5ab8bd47b65e7b5ee4aff219 Mon Sep 17 00:00:00 2001 From: Dmitry Kann Date: Sun, 18 Aug 2024 18:30:47 +0200 Subject: [PATCH] chore: release v2.3.10 --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- debian/changelog | 9 +++++++++ doc/release_checklist.md | 2 +- setup.py | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index d872271..1fa3234 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -26,7 +26,7 @@ If applicable, add screenshots to help explain your problem. **Desktop (please complete the following information):** - OS: [e.g. Ubuntu] and its version - Desktop environment [e.g. GNOME] and its version - - Sound Switcher Indicator version [e.g. 2.3.9] + - Sound Switcher Indicator version [e.g. 2.3.10] - Installation source: `snap`, `.deb`, PPA, source code etc. **Indicator config:** diff --git a/debian/changelog b/debian/changelog index 7299eb7..f94aec5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +indicator-sound-switcher (2.3.10-1) noble; urgency=low + + * Replace deprecated pkg_resources with importlib + * Better debug logging + * Reload sinks/sources on card profile change (#132) + * Fix autostart after multiple snap updates (#127) + + -- Dmitry Kann Sun, 18 Aug 2024 18:26:48 +0200 + indicator-sound-switcher (2.3.9-1) jammy; urgency=low * Configuration prune button in Preferences (#120) diff --git a/doc/release_checklist.md b/doc/release_checklist.md index e8af2cf..b55d910 100644 --- a/doc/release_checklist.md +++ b/doc/release_checklist.md @@ -24,7 +24,7 @@ snapcraft login ## Making a release 1. Update app version in the header of ./setup.py -2. Add change info into ./debian/changelog +2. Add change info into ./debian/changelog (`dch -v -1`) 3. Run ./build_package to build a source tarball and the accompanying files 4. Run the dput command displayed by build_package 5. Create snap: snapcraft clean && snapcraft snap diff --git a/setup.py b/setup.py index de94a65..47476e9 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ APP_ID = 'indicator-sound-switcher' -APP_VERSION = '2.3.9' +APP_VERSION = '2.3.10' def compile_lang_files() -> list: