Update changelog for version 0.2.0

This commit is contained in:
Georg krause 2023-04-05 13:53:51 +02:00
parent 879d873156
commit 006051dfa5
6 changed files with 14 additions and 5 deletions

View File

@ -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:

View File

@ -1 +0,0 @@
Make the mini player overlay stay on top (contributed by @christophehenry)

View File

@ -1 +0,0 @@
Add filtering functionality to favorites view (thanks @PhieF)

View File

@ -1 +0,0 @@
Use Picasso stableKey for better caching against pre-signed URLs (thanks @rickosborne)

View File

@ -1 +0,0 @@
Allow backward skip after pause by configurable number of seconds (contributed by hdasch)

View File

@ -1 +0,0 @@
Use the track cover in an album track list if one is available