瀏覽代碼

Version 0.6.1

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>