just_audio/CHANGELOG.md

78 lines
1.1 KiB
Markdown
Raw Normal View History

2020-05-20 15:45:11 +00:00
## 0.1.10
* Option to set audio session category on iOS.
2020-05-15 14:31:38 +00:00
## 0.1.9
* Bug fixes.
2020-04-30 13:48:47 +00:00
## 0.1.8
* Reduce distortion at slow speeds on iOS
2020-04-22 02:12:53 +00:00
## 0.1.7
* Minor bug fixes.
2020-04-22 01:44:10 +00:00
## 0.1.6
* Eliminate event lag over method channels.
* Report setUrl errors on Android.
* Report Icy Metadata on Android.
* Bug fixes.
2020-04-15 13:36:35 +00:00
## 0.1.5
* Update dependencies and documentation.
2020-04-07 02:44:29 +00:00
## 0.1.4
* Add MacOS implementation.
* Support cross-platform redirects on Android.
* Bug fixes.
2020-03-07 11:28:54 +00:00
## 0.1.3
* Fix bug in web implementation.
2020-03-07 09:20:24 +00:00
## 0.1.2
* Broadcast how much audio has been buffered.
2020-03-07 03:05:04 +00:00
## 0.1.1
* Web implementation.
* iOS option to minimize stalling.
* Fix setAsset on iOS.
2020-02-06 05:59:13 +00:00
## 0.1.0
* Separate buffering state from PlaybackState.
* More permissive state transitions.
* Support playing local files on iOS.
2020-01-02 01:03:29 +00:00
## 0.0.6
* Bug fixes.
2020-01-01 14:28:09 +00:00
## 0.0.5
* API change for audio clipping.
* Performance improvements and bug fixes on Android.
2019-12-28 15:40:57 +00:00
## 0.0.4
* Remove reseeking hack.
2019-12-26 16:04:52 +00:00
## 0.0.3
* Feature to change audio speed.
2019-11-30 15:52:54 +00:00
## 0.0.2
* iOS implementation for testing (may not work).
2019-11-25 14:50:21 +00:00
## 0.0.1
2019-11-30 15:52:54 +00:00
* Initial release with Android implementation.