From 1978fc4fb4db0c26ddd653132762f0f367dcd3ad Mon Sep 17 00:00:00 2001
From: Georg Krause <mail@georg-krause.net>
Date: Wed, 8 Nov 2023 10:15:13 +0100
Subject: [PATCH] Add missing changelog snippets

---
 changes/changelog.d/bandwidth-limitation.feature     | 1 +
 changes/changelog.d/bottom-sheet.feature             | 1 +
 changes/changelog.d/coverart-withContext.enhancement | 1 +
 changes/changelog.d/landscape.bugfix                 | 1 +
 changes/changelog.d/progress-bar-buffering.bugfix    | 1 +
 changes/changelog.d/too-many-receivers.bugfix        | 1 +
 6 files changed, 6 insertions(+)
 create mode 100644 changes/changelog.d/bandwidth-limitation.feature
 create mode 100644 changes/changelog.d/bottom-sheet.feature
 create mode 100644 changes/changelog.d/coverart-withContext.enhancement
 create mode 100644 changes/changelog.d/landscape.bugfix
 create mode 100644 changes/changelog.d/progress-bar-buffering.bugfix
 create mode 100644 changes/changelog.d/too-many-receivers.bugfix

diff --git a/changes/changelog.d/bandwidth-limitation.feature b/changes/changelog.d/bandwidth-limitation.feature
new file mode 100644
index 00000000..3a3073dd
--- /dev/null
+++ b/changes/changelog.d/bandwidth-limitation.feature
@@ -0,0 +1 @@
+Add option to limit bandwidth usage by streaming transcoded music
diff --git a/changes/changelog.d/bottom-sheet.feature b/changes/changelog.d/bottom-sheet.feature
new file mode 100644
index 00000000..8719d366
--- /dev/null
+++ b/changes/changelog.d/bottom-sheet.feature
@@ -0,0 +1 @@
+Improve player bottom sheet, in particular fling support
diff --git a/changes/changelog.d/coverart-withContext.enhancement b/changes/changelog.d/coverart-withContext.enhancement
new file mode 100644
index 00000000..d62cd9bd
--- /dev/null
+++ b/changes/changelog.d/coverart-withContext.enhancement
@@ -0,0 +1 @@
+Refactor CoverArt.withContext().
diff --git a/changes/changelog.d/landscape.bugfix b/changes/changelog.d/landscape.bugfix
new file mode 100644
index 00000000..393b5e4a
--- /dev/null
+++ b/changes/changelog.d/landscape.bugfix
@@ -0,0 +1 @@
+Fix landscape view induced MainActivity leak.
diff --git a/changes/changelog.d/progress-bar-buffering.bugfix b/changes/changelog.d/progress-bar-buffering.bugfix
new file mode 100644
index 00000000..c7935d32
--- /dev/null
+++ b/changes/changelog.d/progress-bar-buffering.bugfix
@@ -0,0 +1 @@
+Fix buffering progress bar display
diff --git a/changes/changelog.d/too-many-receivers.bugfix b/changes/changelog.d/too-many-receivers.bugfix
new file mode 100644
index 00000000..e4d735d8
--- /dev/null
+++ b/changes/changelog.d/too-many-receivers.bugfix
@@ -0,0 +1 @@
+Fix Too Many Receivers exception
-- 
GitLab