Skip to content

Commit

Permalink
Updates to v3.7.51 (FlyleafLib) / v1.3.11 (FlyleafME) / v1.0.30 (Flyl…
Browse files Browse the repository at this point in the history
…eafHost.WinUI)

- FlyleafHost.Wpf: Fixes an issue with overlay's template (ensure it will be set before showing the window)
- FlyleafME: Fixes an issue that it wouldn't properly initialize with the overlay's template (no popups / settings)
  • Loading branch information
SuRGeoNix committed Jul 9, 2024
1 parent 8b000c7 commit 969966a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
4 changes: 2 additions & 2 deletions FlyleafLib.Controls.WPF/FlyleafLib.Controls.WPF.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>net8.0-windows;net6.0-windows;net472</TargetFrameworks>
<UseWindowsForms>true</UseWindowsForms>
<UseWPF>true</UseWPF>
<Version>1.3.10</Version>
<Version>1.3.11</Version>
<Authors>SuRGeoNix</Authors>
<Copyright>SuRGeoNix © 2024</Copyright>
<PackageLicenseExpression>LGPL-3.0-or-later</PackageLicenseExpression>
Expand All @@ -14,7 +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>
Updates FlyleafLib
- Fixes an issue that it wouldn't properly initialize with the overlay's template (no popups / settings)
</PackageReleaseNotes>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion FlyleafLib.Controls.WinUI/FlyleafLib.Controls.WinUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<UseWinUI>true</UseWinUI>
<Nullable>enable</Nullable>
<Authors>SuRGeoNix</Authors>
<Version>1.0.29</Version>
<Version>1.0.30</Version>
<Copyright>SuRGeoNix © 2024</Copyright>
<PackageProjectUrl>https://github.com/SuRGeoNix/Flyleaf</PackageProjectUrl>
<PackageIcon>Flyleaf.png</PackageIcon>
Expand Down
8 changes: 2 additions & 6 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 WinUI 3/WPF/WinForms (based on FFmpeg/DirectX)</Description>
<Version>3.7.50</Version>
<Version>3.7.51</Version>
<Authors>SuRGeoNix</Authors>
<Copyright>SuRGeoNix © 2024</Copyright>
<PackageLicenseExpression>LGPL-3.0-or-later</PackageLicenseExpression>
Expand All @@ -17,11 +17,7 @@
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<PackageReleaseNotes>
- DataDecoder: Fix null ref on demuxer when disposing player
- Renderer: Exposes child renderer to allow config changes separately
- Player.Keys: Better handling of Key Bindings
- Player.Subtitles: Keeps the last subtitles text on pause/play
- FlyleafHost.Wpf: Add custom drop events for overlay and surface in wpf flyleafhost
- FlyleafHost.Wpf: Fixes an issue with overlay's template (ensure it will be set before showing the window)
</PackageReleaseNotes>
</PropertyGroup>

Expand Down

0 comments on commit 969966a

Please sign in to comment.