ソースを参照

Version 0.9.2

Ben Hagen 6 年 前
コミット
f574ee2557
2 ファイル変更6 行追加1 行削除
  1. 5 0
      CHANGELOG.md
  2. 1 1
      pubspec.yaml

+ 5 - 0
CHANGELOG.md

@@ -1,5 +1,10 @@
 # Changelog
 
+## 0.9.2
+
+  * Add options to define system overlays after exiting full screen
+  * Add option to hide mute button
+
 ## 0.9.1
 
   * Add option to hide full screen button

+ 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.1
+version: 0.9.2
 homepage: https://github.com/brianegan/chewie
 authors:
   - Brian Egan <brian@brianegan.com>