Skip to content

Commit

Permalink
v0.26.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wang-bin committed Sep 6, 2024
1 parent 8fee7e5 commit 4f8b778
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.26.1

* backend api: fix updateTexture() never complete without prepare

## 0.26.0

* improve android impeller, support surface changes. requires flutter 3.24+. for 3.22, impeller is not perfect
Expand Down
2 changes: 1 addition & 1 deletion darwin/fvp.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
Pod::Spec.new do |s|
s.name = 'fvp'
s.version = '0.26.0'
s.version = '0.26.1'
s.summary = 'libmdk based Flutter video player plugin'
s.description = <<-DESC
Flutter video player plugin.
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: fvp
description: video_player plugin and backend APIs. Support all desktop/mobile platforms with hardware decoders, optimal renders. Supports most formats via FFmpeg
version: 0.26.0
version: 0.26.1
homepage: https://github.com/wang-bin/fvp
topics:
- video
Expand Down
2 changes: 1 addition & 1 deletion windows/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 3.14)

# Project-level configuration.
set(PROJECT_NAME "fvp")
project(${PROJECT_NAME} VERSION 0.26.0
project(${PROJECT_NAME} VERSION 0.26.1
DESCRIPTION "Flutter video_player plugin via libmdk")
set(PROJECT_VERSION_TWEAK 0)
set(CMAKE_CXX_STANDARD 20)
Expand Down

0 comments on commit 4f8b778

Please sign in to comment.