Skip to content

Commit 3045dc4

Browse files
committed
v0.33.0
1 parent 4dc12db commit 3045dc4

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 0.33.0
2+
3+
* improve test textureId/playerId only once
4+
* add `VideoPlayerController.setProgram()`
5+
* use highest resolution for rendering if stream have multiple programs/tracks
6+
* enable wayland display
7+
* linux/elinux: improve gl resource cleanup
8+
19
## 0.32.1
210

311
* compatible with video_player 2.10.0+

darwin/fvp.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66
Pod::Spec.new do |s|
77
s.name = 'fvp'
8-
s.version = '0.32.1'
8+
s.version = '0.33.0'
99
s.summary = 'libmdk based Flutter video player plugin'
1010
s.description = <<-DESC
1111
Flutter video player plugin.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: fvp
22
description: video_player plugin and backend APIs. Support all desktop/mobile platforms with hardware decoders, optimal renders. Supports most formats via FFmpeg
3-
version: 0.32.1
3+
version: 0.33.0
44
homepage: https://github.com/wang-bin/fvp
55
topics:
66
- video

windows/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 3.14)
66

77
# Project-level configuration.
88
set(PROJECT_NAME "fvp")
9-
project(${PROJECT_NAME} VERSION 0.32.1
9+
project(${PROJECT_NAME} VERSION 0.33.0
1010
DESCRIPTION "Flutter video_player plugin via libmdk")
1111
set(PROJECT_VERSION_TWEAK 0)
1212
set(CMAKE_CXX_STANDARD 20)

0 commit comments

Comments
 (0)