From 6f7885ab0c6da1c06e1dc211e9a6eba46b42935c Mon Sep 17 00:00:00 2001 From: Ryan Heise Date: Thu, 25 Feb 2021 02:02:18 +1100 Subject: [PATCH] just_audio 0.6.14+1 --- just_audio/CHANGELOG.md | 4 ++++ just_audio/README.md | 2 +- just_audio/pubspec.yaml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/just_audio/CHANGELOG.md b/just_audio/CHANGELOG.md index 6f80ba64c..d7ca531bb 100644 --- a/just_audio/CHANGELOG.md +++ b/just_audio/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.6.14+1 + +* Update ICY metadata feature status in README. + ## 0.6.14 * Initial support for ICY metadata on iOS. diff --git a/just_audio/README.md b/just_audio/README.md index 711cda64b..880d54101 100644 --- a/just_audio/README.md +++ b/just_audio/README.md @@ -16,7 +16,6 @@ Other common audio capabilities are optionally provided by separate plugins: Press the thumbs up icon on the GitHub issues you would like to vote on: -* ICY Metadata on iOS/macOS: [#56](https://github.com/ryanheise/just_audio/issues/56) * Equaliser: [#147](https://github.com/ryanheise/just_audio/issues/147) * Casting support (Chromecast and AirPlay): [#211](https://github.com/ryanheise/just_audio/issues/211) * Volume boost and skip silence: [#307](https://github.com/ryanheise/just_audio/issues/307) @@ -39,6 +38,7 @@ This project is supported by the amazing open source community of GitHub contrib | request headers | ✅ | ✅ | ✅ | | | DASH | ✅ | | | | | HLS | ✅ | ✅ | ✅ | | +| ICY metadata | ✅ | ✅ | ✅ | | | buffer status/position | ✅ | ✅ | ✅ | ✅ | | play/pause/seek | ✅ | ✅ | ✅ | ✅ | | set volume/speed | ✅ | ✅ | ✅ | ✅ | diff --git a/just_audio/pubspec.yaml b/just_audio/pubspec.yaml index fa379381f..38bf9a634 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.6.14 +version: 0.6.14+1 homepage: https://github.com/ryanheise/just_audio/tree/master/just_audio environment: