Browse Source

Update changelog for version 0.3.0

develop
Georg Krause 5 months ago
parent
commit
ef54aad835
  1. 19
      CHANGELOG
  2. 1
      changes/changelog.d/bandwidth-limitation.feature
  3. 1
      changes/changelog.d/bottom-sheet.feature
  4. 1
      changes/changelog.d/coverart-withContext.enhancement
  5. 1
      changes/changelog.d/landscape.bugfix
  6. 1
      changes/changelog.d/progress-bar-buffering.bugfix
  7. 1
      changes/changelog.d/too-many-receivers.bugfix

19
CHANGELOG

@ -1,3 +1,22 @@ @@ -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:

1
changes/changelog.d/bandwidth-limitation.feature

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

1
changes/changelog.d/bottom-sheet.feature

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

1
changes/changelog.d/coverart-withContext.enhancement

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

1
changes/changelog.d/landscape.bugfix

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

1
changes/changelog.d/progress-bar-buffering.bugfix

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

1
changes/changelog.d/too-many-receivers.bugfix

@ -1 +0,0 @@ @@ -1 +0,0 @@
Fix Too Many Receivers exception
Loading…
Cancel
Save