浏览代码

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>