Skip to content

Commit

Permalink
plugin: Bump version to 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmercerind committed Aug 22, 2021
1 parent 70901d9 commit b98fc8d
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 0.1.6

- A hotfix update to fix a critical bug.
- Fixed a critical bug that resulted in a crash upon opening more than one `Media` in `Playlist` (apologies).
- Implemented media and playlist equality operators. (Thanks to @jnschulze).
- Added `Player.takeSnapshot` to save snapshot of a playing video.

## 0.1.5

- Added initial macOS support. (Thanks to @jnschulze).
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
```yaml
dependencies:
...
dart_vlc: ^0.1.4
dart_vlc: ^0.1.6
```
**Dart CLI**
Expand Down
8 changes: 4 additions & 4 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ packages:
dart_vlc_ffi:
dependency: "direct main"
description:
path: ffi
relative: true
source: path
version: "0.1.2"
name: dart_vlc_ffi
url: "https://pub.dartlang.org"
source: hosted
version: "0.1.3"
ffi:
dependency: transitive
description:
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: dart_vlc
description: Flutter media playback, broadcast, recording & chromecast library. Based on libVLC & libVLC++.
version: 0.1.5
version: 0.1.6
homepage: https://github.com/alexmercerind/dart_vlc
repository: https://github.com/alexmercerind/dart_vlc
documentation: https://github.com/alexmercerind/dart_vlc/blob/master/README.md
Expand Down

0 comments on commit b98fc8d

Please sign in to comment.