Update changelog for version 0.2.0

fix-ci-for-tags
Georg krause 2023-04-05 13:53:51 +02:00
rodzic 879d873156
commit 006051dfa5
6 zmienionych plików z 14 dodań i 5 usunięć

Wyświetl plik

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

Wyświetl plik

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

Wyświetl plik

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

Wyświetl plik

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

Wyświetl plik

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

Wyświetl plik

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