Skip to content

Commit

Permalink
Updates to v3.5.8 / v1.1.27
Browse files Browse the repository at this point in the history
* Player: Introduces TakeSnapshotToBitmap and renames old TakeSnapshot to TakeSnapshotToFile
* Player: Fixes a critical issue with playlists (switching between playlist streams)
* Renderer: Fixes issues and improves GetBitmap
* Logger: Improves file writer with caching and by avoiding writing to file from UI thread
* Engine.Config: Introduces LogCachedLines to set cached lines before writing/flushing to file
* Plugins.YoutubeDL: Fixes an issue with invalid filename on windows systems
* Controls.WPF: Introduces ThemeLoaded event to properly manually change theme colors if required
* Updates Vortice
  • Loading branch information
SuRGeoNix committed Aug 30, 2022
1 parent e2ea643 commit 51a6473
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 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>net6.0-windows;net5.0-windows;net472</TargetFrameworks>
<UseWindowsForms>true</UseWindowsForms>
<UseWPF>true</UseWPF>
<Version>1.1.26</Version>
<Version>1.1.27</Version>
<Authors>SuRGeoNix</Authors>
<Copyright>SuRGeoNix © 2022</Copyright>
<PackageLicenseExpression>LGPL-3.0-or-later</PackageLicenseExpression>
Expand All @@ -14,7 +14,7 @@
<PackageTags>flyleaf flyleaflib video audio media player element control</PackageTags>
<Description>WPF Media Player Control/Element (based on FlyleafLib)</Description>
<PackageReleaseNotes>
* Fixes UIConfig to properly save for subtitles FontWeight, FontStyle and FontStretch
* Introduces ThemeLoaded event to properly manually change theme colors if required
* Updates FlyleafLib
</PackageReleaseNotes>
</PropertyGroup>
Expand Down
17 changes: 8 additions & 9 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.5.7</Version>
<Version>3.5.8</Version>
<Authors>SuRGeoNix</Authors>
<Copyright>SuRGeoNix © 2022</Copyright>
<PackageLicenseExpression>LGPL-3.0-or-later</PackageLicenseExpression>
Expand All @@ -17,14 +17,13 @@
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<PackageReleaseNotes>
* Overall: UI update improvements
* VideoView: Fixes an issue with WindowsFormsHost and Front Window within a Scroll Viewer
* Renderer: Introduces Player.renderer.GetBitmap which can be used in parallel with rendering to retrieve (and resize if required) a gpu texture
* TakeSnapshot: Improvements and adds resize on gpu support
* Languages: Better handling of audio, subtitles and online subtitles languages (using windows cultures)
* Config: Introduces Config.Video.ClearScreenOnOpen to allow the last frame to be presented until the new open has been completed
* Config: Introduces Config.Video.Swap10Bit to use 10-bit instead of 8-bit swap chain
* Config: Introduces Config.Video.SwapBuffers to manually set render's swap chain buffers
* Player: Introduces TakeSnapshotToBitmap and renames old TakeSnapshot to TakeSnapshotToFile
* Player: Fixes a critical issue with playlists (switching between playlist streams)
* Renderer: Fixes issues and improves GetBitmap
* Logger: Improves file writer with caching and by avoiding writing to file from UI thread
* Engine.Config: Introduces LogCachedLines to set cached lines before writing/flushing to file
* Plugins.YoutubeDL: Fixes an issue with invalid filename on windows systems
* Updates Vortice
</PackageReleaseNotes>
</PropertyGroup>

Expand Down

0 comments on commit 51a6473

Please sign in to comment.