Jelajahi Sumber

Prepare version 0.9.8

Brian Egan 6 tahun lalu
induk
melakukan
f82d8b1c2c
2 mengubah file dengan 7 tambahan dan 1 penghapusan
  1. 6 0
      CHANGELOG.md
  2. 1 1
      pubspec.yaml

+ 6 - 0
CHANGELOG.md

@@ -1,5 +1,11 @@
 # Changelog
 
+## 0.9.8
+
+  * Hero Widget is no longer used (thanks @localpcguy)
+  * Tap to hide controls (thanks @bostrot)
+  * Replay on play when video is finished (thanks @VictorUvarov)
+
 ## 0.9.7
 
   * Errors are properly handled. You can provide the Widget to display when an error occurs by providing an `errorBuilder` function to the `ChewieController` constructor.

+ 1 - 1
pubspec.yaml

@@ -1,6 +1,6 @@
 name: chewie
 description: A video player for Flutter with Cupertino and Material play controls
-version: 0.9.7
+version: 0.9.8
 homepage: https://github.com/brianegan/chewie
 authors:
   - Brian Egan <brian@brianegan.com>