Skip to content

Commit 510d509

Browse files
committed
Updates to v3.10.2 (FlyleafLib) / v1.6.2 (FlyleafME) / v1.3.2 (FlyleafHost.WinUI)
- Player.ScreamerZeroLatency: Fixes a critical issue with the new Video Frame Cache - Engine.Config: Introduces KeepDisplayActive and allows -by disabling it- the system/display to sleep if required
1 parent bd3855f commit 510d509

3 files changed

Lines changed: 5 additions & 9 deletions

File tree

FlyleafLib.Controls.WPF/FlyleafLib.Controls.WPF.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFrameworks>net8.0-windows;net10.0-windows</TargetFrameworks>
55
<UseWindowsForms>true</UseWindowsForms>
66
<UseWPF>true</UseWPF>
7-
<Version>1.6.1</Version>
7+
<Version>1.6.2</Version>
88
<Authors>SuRGeoNix</Authors>
99
<Copyright>SuRGeoNix © 2025</Copyright>
1010
<PackageLicenseExpression>LGPL-3.0-or-later</PackageLicenseExpression>

FlyleafLib.Controls.WinUI/FlyleafLib.Controls.WinUI.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<UseWinUI>true</UseWinUI>
66
<Nullable>enable</Nullable>
77
<Authors>SuRGeoNix</Authors>
8-
<Version>1.3.1</Version>
8+
<Version>1.3.2</Version>
99
<Copyright>SuRGeoNix © 2025</Copyright>
1010
<PackageProjectUrl>https://github.com/SuRGeoNix/Flyleaf</PackageProjectUrl>
1111
<PackageIcon>Flyleaf.png</PackageIcon>

FlyleafLib/FlyleafLib.csproj

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<PackageIconUrl />
99
<RepositoryUrl></RepositoryUrl>
1010
<Description>Media Player .NET Library for WinUI 3/WPF/WinForms (based on FFmpeg/DirectX)</Description>
11-
<Version>3.10.1</Version>
11+
<Version>3.10.2</Version>
1212
<Authors>SuRGeoNix</Authors>
1313
<Copyright>SuRGeoNix © 2025</Copyright>
1414
<PackageLicenseExpression>LGPL-3.0-or-later</PackageLicenseExpression>
@@ -17,12 +17,8 @@
1717
<IncludeSymbols>true</IncludeSymbols>
1818
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
1919
<PackageReleaseNotes>
20-
- Renderer: Fixes issues with Split Frame Alpha and adds SW support
21-
- Renderer: Fixes an issue during initialization that it wouldn't properly renderer
22-
- Renderer: Adds SwsScale support for alpha channel
23-
- Renderer: Clear Screen when VPSwitch clears frames cache
24-
- VideoDecoder: Fixes an issue with key frame for qtrle codec
25-
- FlyleafHost.Wpf: Fixes an infinite LayoutUpdated loop which could cause the UI to freeze
20+
- Player.ScreamerZeroLatency: Fixes a critical issue with the new Video Frame Cache
21+
- Engine.Config: Introduces KeepDisplayActive and allows -by disabling it- the system/display to sleep if required
2622
</PackageReleaseNotes>
2723
</PropertyGroup>
2824

0 commit comments

Comments
 (0)