Update changelog for version 0.3.0

develop
Georg Krause 2023-12-12 13:44:40 +01:00
rodzic d23456d334
commit ef54aad835
7 zmienionych plików z 19 dodań i 6 usunięć

Wyświetl plik

@ -1,3 +1,22 @@
0.3.0 (2023-12-12)
Features:
- Add option to limit bandwidth usage by streaming transcoded music
- Improve player bottom sheet, in particular fling support
Enhancements:
- Refactor CoverArt.withContext().
Bugfixes:
- Fix buffering progress bar display
- Fix landscape view induced MainActivity leak.
- Fix Too Many Receivers exception
0.2.1 (2023-04-18)
Bugfixes:

Wyświetl plik

@ -1 +0,0 @@
Add option to limit bandwidth usage by streaming transcoded music

Wyświetl plik

@ -1 +0,0 @@
Improve player bottom sheet, in particular fling support

Wyświetl plik

@ -1 +0,0 @@
Refactor CoverArt.withContext().

Wyświetl plik

@ -1 +0,0 @@
Fix landscape view induced MainActivity leak.

Wyświetl plik

@ -1 +0,0 @@
Fix buffering progress bar display

Wyświetl plik

@ -1 +0,0 @@
Fix Too Many Receivers exception