Skip to content

Commit 95248df

Browse files
committed
Updating to v3.3.11
1 parent 57aa942 commit 95248df

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

FlyleafLib/FlyleafLib.csproj

Lines changed: 9 additions & 5 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 WPF/WinForms (based on FFmpeg/DirectX)</Description>
11-
<Version>3.3.10</Version>
11+
<Version>3.3.11</Version>
1212
<Authors>SuRGeoNix</Authors>
1313
<Copyright>SuRGeoNix © 2021</Copyright>
1414
<PackageLicenseExpression>LGPL-3.0-or-later</PackageLicenseExpression>
@@ -17,10 +17,14 @@
1717
<IncludeSymbols>true</IncludeSymbols>
1818
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
1919
<PackageReleaseNotes>
20-
Adds Chapters support
21-
Improves language handling
22-
Fixes a resync issue during audio stream switch
23-
Updating Libraries (BitSwarm, YT-DLP, Vortice, FFmpeg.Autogen)
20+
Adds support for systems with no audio devices or disabled audio service
21+
22+
Renderer: Adds support for other windows version such as Windows Server by re-creating the D3D11 device with lower feature levels
23+
Renderer: Fixes a critical issue in case of multiple GPU adapters and selects the default one
24+
Renderer: Updates Vortice
25+
26+
Downloader: Prevents Video Acceleration initialization
27+
Remuxer (Download/Record): Copies audio language metadata to the output format
2428
</PackageReleaseNotes>
2529
</PropertyGroup>
2630

0 commit comments

Comments
 (0)