Skip to content

Commit

Permalink
Updates to v3.6.7 (FlyleafLib) / v1.2.5 (FlyleafME)
Browse files Browse the repository at this point in the history
Renderer: Introduces Composition and currently supports CornerRadius windows (thanks to @xmine64)
Renderer: Improves D3D11 Pan Move/Zoom and fixes issues when combined with rotation (fixes #241)
Renderer: Fixes an idle rendering issue

FlyleafHost.Wpf: Introduces CornerRadius
FlyleafHost.Wpf: Fixes a possible NPE issue with multiple monitors
FlyleafHost.Wpf: Fixes an issue with AllowsTransparency when is already set (thanks to @afunc233)

FlyleafME: Fixes an issue during initialization when Overlay is already loaded

Samples.FlyleafPlayer: Fixes Player disposal on new window close
  • Loading branch information
SuRGeoNix committed Feb 8, 2023
1 parent 251761a commit b136f8e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
3 changes: 2 additions & 1 deletion FlyleafLib.Controls.WPF/FlyleafLib.Controls.WPF.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>net7.0-windows;net6.0-windows;net472</TargetFrameworks>
<UseWindowsForms>true</UseWindowsForms>
<UseWPF>true</UseWPF>
<Version>1.2.4</Version>
<Version>1.2.5</Version>
<Authors>SuRGeoNix</Authors>
<Copyright>SuRGeoNix © 2022</Copyright>
<PackageLicenseExpression>LGPL-3.0-or-later</PackageLicenseExpression>
Expand All @@ -14,6 +14,7 @@
<PackageTags>flyleaf flyleaflib flyleafme video audio wpf media player element control</PackageTags>
<Description>FlyleafME: A WPF Media Element Control (based on FlyleafLib)</Description>
<PackageReleaseNotes>
Fixes an issue during initialization when Overlay is already loaded
Updates FlyleafLib
</PackageReleaseNotes>
</PropertyGroup>
Expand Down
15 changes: 7 additions & 8 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.6.6</Version>
<Version>3.6.7</Version>
<Authors>SuRGeoNix</Authors>
<Copyright>SuRGeoNix © 2022</Copyright>
<PackageLicenseExpression>LGPL-3.0-or-later</PackageLicenseExpression>
Expand All @@ -17,13 +17,12 @@
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<PackageReleaseNotes>
Audio: Introduces SamplesAdded event which informs of the currently playing audio samples
Demuxer: Programs improvements
Engine: Boot load performance improvements
Engine: Introduces StartAsync method and Loaded event which allows faster boot of the application without blocking the UI thread
FlyleafHost.Wpf: Fixes possible issues with release mouse capture
FlyleafHost.Wpf: Fullscreen performance improvements
FlyleafHost.Wpf: In Standalone mode will show the Surface only when the Overlay has been fully loaded
Renderer: Introduces Composition and currently supports CornerRadius windows (thanks to @xmine64)
Renderer: Improves D3D11 Pan Move/Zoom and fixes issues when combined with rotation (fixes #241)
Renderer: Fixes an idle rendering issue
FlyleafHost.Wpf: Introduces CornerRadius
FlyleafHost.Wpf: Fixes a possible NPE issue with multiple monitors
FlyleafHost.Wpf: Fixes an issue with AllowsTransparency when is already set (thanks to @afunc233)
</PackageReleaseNotes>
</PropertyGroup>

Expand Down

0 comments on commit b136f8e

Please sign in to comment.