Brian Egan 7 роки тому
батько
коміт
80da92d3b1
2 змінених файлів з 8 додано та 1 видалено
  1. 7 0
      CHANGELOG.md
  2. 1 1
      pubspec.yaml

+ 7 - 0
CHANGELOG.md

@@ -1,5 +1,12 @@
 # Changelog
 
+## 0.6.1
+
+  * Fix time formatting
+  * Fix skipping
+  * Remove listener when disposed
+  * Start video at certain position
+
 ## 0.6.0
 
   * Update to work with `video_player: ">=0.6.0 <0.7.0`

+ 1 - 1
pubspec.yaml

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