Skip to content

Commit

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

- Config: Adds JSON instead of XML serialization (.NET5+) and fixes issues with Load/Save
- Frame Stepping: Will not affect playback mode or speed
- Subtitles: Improvements and fixes an issue that it would not start the decoder properly
- Downloader: Adds IO.Stream support
- FlyleafME: Adds Skip Prev/Next buttons in FlyleafBar for Playlists
- FlyleafME: Adds Vertical Resolution Max in Settings/Player Tab
  • Loading branch information
SuRGeoNix committed Aug 31, 2023
1 parent ceeb280 commit 64467fc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 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.24</Version>
<Version>1.2.25</Version>
<Authors>SuRGeoNix</Authors>
<Copyright>SuRGeoNix © 2023</Copyright>
<PackageLicenseExpression>LGPL-3.0-or-later</PackageLicenseExpression>
Expand Down
5 changes: 3 additions & 2 deletions FlyleafLib.Controls.WinUI/FlyleafLib.Controls.WinUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,16 @@
<UseWinUI>true</UseWinUI>
<Nullable>enable</Nullable>
<Authors>SuRGeoNix</Authors>
<Version>1.0.10</Version>
<Version>1.0.11</Version>
<Copyright>SuRGeoNix © 2023</Copyright>
<PackageProjectUrl>https://github.com/SuRGeoNix/Flyleaf</PackageProjectUrl>
<PackageIcon>Flyleaf.png</PackageIcon>
<PackageLicenseExpression>LGPL-3.0-or-later</PackageLicenseExpression>
<PackageTags>flyleaf flyleaflib flyleafhost video audio winui media player element control</PackageTags>
<Description>FlyleafHost.WinUI: Direct3D 11 Hardware Accelerated Media Surface (based on FlyleafLib)</Description>
<PackageReleaseNotes>
- Fixes a DPI issue
- Adds Skip Prev/Next buttons in FlyleafBar for Playlists
- Adds Vertical Resolution Max in Settings/Player Tab
- Updates FlyleafLib
</PackageReleaseNotes>
</PropertyGroup>
Expand Down
7 changes: 5 additions & 2 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.21</Version>
<Version>3.7.22</Version>
<Authors>SuRGeoNix</Authors>
<Copyright>SuRGeoNix © 2023</Copyright>
<PackageLicenseExpression>LGPL-3.0-or-later</PackageLicenseExpression>
Expand All @@ -17,7 +17,10 @@
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<PackageReleaseNotes>
- Fixes a seeking issue which introduced from 3.7.18
- Config: Adds JSON instead of XML serialization (.NET5+) and fixes issues with Load/Save
- Frame Stepping: Will not affect playback mode or speed
- Subtitles: Improvements and fixes an issue that it would not start the decoder properly
- Downloader: Adds IO.Stream support
</PackageReleaseNotes>
</PropertyGroup>

Expand Down

0 comments on commit 64467fc

Please sign in to comment.