Skip to content

Commit

Permalink
chore: release v2.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
yktoo committed Aug 18, 2024
1 parent 708d736 commit 01018d2
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:**
Expand Down
9 changes: 9 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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 <yktooo@gmail.com> Sun, 18 Aug 2024 18:26:48 +0200

indicator-sound-switcher (2.3.9-1) jammy; urgency=low

* Configuration prune button in Preferences (#120)
Expand Down
2 changes: 1 addition & 1 deletion doc/release_checklist.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <VERSION>-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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@


APP_ID = 'indicator-sound-switcher'
APP_VERSION = '2.3.9'
APP_VERSION = '2.3.10'


def compile_lang_files() -> list:
Expand Down

0 comments on commit 01018d2

Please # to comment.