Skip to content

Commit

Permalink
Updating to v3.3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
SuRGeoNix committed Nov 18, 2021
1 parent 57aa942 commit 95248df
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions FlyleafLib/FlyleafLib.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<PackageIconUrl />
<RepositoryUrl></RepositoryUrl>
<Description>Media Player .NET Library for WPF/WinForms (based on FFmpeg/DirectX)</Description>
<Version>3.3.10</Version>
<Version>3.3.11</Version>
<Authors>SuRGeoNix</Authors>
<Copyright>SuRGeoNix © 2021</Copyright>
<PackageLicenseExpression>LGPL-3.0-or-later</PackageLicenseExpression>
Expand All @@ -17,10 +17,14 @@
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<PackageReleaseNotes>
Adds Chapters support
Improves language handling
Fixes a resync issue during audio stream switch
Updating Libraries (BitSwarm, YT-DLP, Vortice, FFmpeg.Autogen)
Adds support for systems with no audio devices or disabled audio service

Renderer: Adds support for other windows version such as Windows Server by re-creating the D3D11 device with lower feature levels
Renderer: Fixes a critical issue in case of multiple GPU adapters and selects the default one
Renderer: Updates Vortice

Downloader: Prevents Video Acceleration initialization
Remuxer (Download/Record): Copies audio language metadata to the output format
</PackageReleaseNotes>
</PropertyGroup>

Expand Down

0 comments on commit 95248df

Please sign in to comment.