Skip to content

Commit

Permalink
chore: bump version to v1.0.0 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasgangso committed Aug 14, 2023
1 parent c32c30c commit 51b4dc9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 51b4dc9

Please sign in to comment.