diff --git a/just_audio/CHANGELOG.md b/just_audio/CHANGELOG.md index 46ce16dff..1f5fedf06 100644 --- a/just_audio/CHANGELOG.md +++ b/just_audio/CHANGELOG.md @@ -1,3 +1,10 @@ +## 0.9.13 + +* Fix MIME type in LockCachingAudioSource. +* Add radio/livestream example. +* Report URL from ICY metadata on iOS/macOS. +* Update example to just_audio_libwinmedia 0.0.4 (@bdlukaa) + ## 0.9.12 * Windows/Linux support (@bdlukaa, credit to @alexmercerind for libwinmedia). diff --git a/just_audio/README.md b/just_audio/README.md index 6d35dd0f0..b3428f52c 100644 --- a/just_audio/README.md +++ b/just_audio/README.md @@ -36,29 +36,29 @@ This project is supported by the amazing open source community of GitHub contrib | Feature | Android | iOS | macOS | Web | Windows | Linux | | ------------------------------ | :-----: | :-: | :---: | :-: | :-----: | :---: | -| read from URL | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | -| read from file | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | -| read from asset | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | -| read from byte stream | ✅ | ✅ | ✅ | ✅ | | | -| request headers | ✅ | ✅ | ✅ | | | | -| DASH | ✅ | | | | ✅ | | -| HLS | ✅ | ✅ | ✅ | | ✅ | | -| ICY metadata | ✅ | ✅ | ✅ | | | | -| buffer status/position | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | -| play/pause/seek | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | -| set volume/speed | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | -| clip audio | ✅ | ✅ | ✅ | ✅ | | -| playlists | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | -| looping/shuffling | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | -| compose audio | ✅ | ✅ | ✅ | ✅ | | -| gapless playback | ✅ | ✅ | ✅ | | ✅ | | -| report player errors | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | -| handle phonecall interruptions | ✅ | ✅ | | | | | -| buffering/loading options | ✅ | ✅ | ✅ | | | | -| set pitch | ✅ | | | | | | -| skip silence | ✅ | | | | | | -| equalizer | ✅ | | | | | | -| volume boost | ✅ | | | | | | +| read from URL | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | +| read from file | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | +| read from asset | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | +| read from byte stream | ✅ | ✅ | ✅ | ✅ | | | +| request headers | ✅ | ✅ | ✅ | | | | +| DASH | ✅ | | | | ✅ | | +| HLS | ✅ | ✅ | ✅ | | ✅ | | +| ICY metadata | ✅ | ✅ | ✅ | | | | +| buffer status/position | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | +| play/pause/seek | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | +| set volume/speed | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | +| clip audio | ✅ | ✅ | ✅ | ✅ | | | +| playlists | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | +| looping/shuffling | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | +| compose audio | ✅ | ✅ | ✅ | ✅ | | | +| gapless playback | ✅ | ✅ | ✅ | | ✅ | | +| report player errors | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | +| handle phonecall interruptions | ✅ | ✅ | | | | | +| buffering/loading options | ✅ | ✅ | ✅ | | | | +| set pitch | ✅ | | | | | | +| skip silence | ✅ | | | | | | +| equalizer | ✅ | | | | | | +| volume boost | ✅ | | | | | | ## Experimental features diff --git a/just_audio/pubspec.yaml b/just_audio/pubspec.yaml index 534bc7fed..5d98a7fa3 100644 --- a/just_audio/pubspec.yaml +++ b/just_audio/pubspec.yaml @@ -1,6 +1,6 @@ name: just_audio description: A feature-rich audio player for Flutter. Loop, clip and concatenate any sound from any source (asset/file/URL/stream) in a variety of audio formats with gapless playback. -version: 0.9.12 +version: 0.9.13 homepage: https://github.com/ryanheise/just_audio/tree/master/just_audio environment: