From 51b4dc927459130c37a886629d92c6961fd42323 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Gangs=C3=B8?= Date: Mon, 14 Aug 2023 16:04:25 +0200 Subject: [PATCH] chore: bump version to v1.0.0 and update changelog --- CHANGELOG.md | 6 ++++++ pubspec.yaml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c40ffa6..b9acdaa3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.0.0 + +- BREAKING CHANGE: VideoPlayerView() is now BccmPlayerView() and now takes a BccmPlayerViewConfig instead. This is for consistency and to avoid confusion. +- Feature: BccmPlayerViewController, which you can use to enter and exit fullscreen programatically. +- Feature: Custom controls builder + ## 0.2.4 - Improved code comments diff --git a/pubspec.yaml b/pubspec.yaml index 3db5a923..9615d479 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: bccm_player description: ExoPlayer/AVPlayer via platform views, with cast, PiP, background audio, audio selection, etc. -version: 0.2.4 +version: 1.0.0 documentation: https://bcc-code.github.io/bccm-player/ repository: https://github.com/bcc-code/bccm_player