Update changelog for version 0.3.0

This commit is contained in:
Georg Krause 2023-12-12 13:44:40 +01:00
parent d23456d334
commit ef54aad835
7 changed files with 19 additions and 6 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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