From 006051dfa50394894717cf06abd753ef616f5397 Mon Sep 17 00:00:00 2001 From: Georg krause Date: Wed, 5 Apr 2023 13:53:51 +0200 Subject: [PATCH] Update changelog for version 0.2.0 --- CHANGELOG | 14 ++++++++++++++ changes/changelog.d/107.bugfix | 1 - changes/changelog.d/132.feature | 1 - changes/changelog.d/133.bugfix | 1 - changes/changelog.d/134.feature | 1 - changes/changelog.d/138.feature | 1 - 6 files changed, 14 insertions(+), 5 deletions(-) delete mode 100644 changes/changelog.d/107.bugfix delete mode 100644 changes/changelog.d/132.feature delete mode 100644 changes/changelog.d/133.bugfix delete mode 100644 changes/changelog.d/134.feature delete mode 100644 changes/changelog.d/138.feature diff --git a/CHANGELOG b/CHANGELOG index 9179598..693c322 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,17 @@ +0.2.0 (2023-04-05) +Features: + +- Add filtering functionality to favorites view (thanks @PhieF) +- Allow backward skip after pause by configurable number of seconds (contributed by hdasch) +- Use the track cover in an album track list if one is available + + +Bugfixes: + +- Make the mini player overlay stay on top (contributed by @christophehenry) +- Use Picasso stableKey for better caching against pre-signed URLs (thanks @rickosborne) + + 0.1.5 (2022-07-04) Bugfixes: diff --git a/changes/changelog.d/107.bugfix b/changes/changelog.d/107.bugfix deleted file mode 100644 index 25dade7..0000000 --- a/changes/changelog.d/107.bugfix +++ /dev/null @@ -1 +0,0 @@ -Make the mini player overlay stay on top (contributed by @christophehenry) diff --git a/changes/changelog.d/132.feature b/changes/changelog.d/132.feature deleted file mode 100644 index 0297641..0000000 --- a/changes/changelog.d/132.feature +++ /dev/null @@ -1 +0,0 @@ -Add filtering functionality to favorites view (thanks @PhieF) diff --git a/changes/changelog.d/133.bugfix b/changes/changelog.d/133.bugfix deleted file mode 100644 index 25d6778..0000000 --- a/changes/changelog.d/133.bugfix +++ /dev/null @@ -1 +0,0 @@ -Use Picasso stableKey for better caching against pre-signed URLs (thanks @rickosborne) \ No newline at end of file diff --git a/changes/changelog.d/134.feature b/changes/changelog.d/134.feature deleted file mode 100644 index f8957b6..0000000 --- a/changes/changelog.d/134.feature +++ /dev/null @@ -1 +0,0 @@ -Allow backward skip after pause by configurable number of seconds (contributed by hdasch) diff --git a/changes/changelog.d/138.feature b/changes/changelog.d/138.feature deleted file mode 100644 index a480399..0000000 --- a/changes/changelog.d/138.feature +++ /dev/null @@ -1 +0,0 @@ -Use the track cover in an album track list if one is available