Skip to content

Commit

Permalink
Version 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanheise committed Dec 23, 2020
1 parent 9a495df commit 78a6bd3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 0.16.0

* setState parameters default to previous state.
* Change updateTime from Duration to DateTime.
* Rename newStartRating to newStarRating.
* Declare type of MediaItem.extras (@hacker1024).
* Unit tests.
* Fix compile error on macOS.
* Update dependencies.

## 0.15.3

* Add positionStream and runningStream.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: audio_service
description: Flutter plugin to play audio in the background while the screen is off.
version: 0.15.3
version: 0.16.0
homepage: https://github.com/ryanheise/audio_service

environment:
Expand Down

0 comments on commit 78a6bd3

Please sign in to comment.