Skip to content

Commit 51a6473

Browse files
committed
Updates to v3.5.8 / v1.1.27
* 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
1 parent e2ea643 commit 51a6473

2 files changed

Lines changed: 10 additions & 11 deletions

File tree

FlyleafLib.Controls.WPF/FlyleafLib.Controls.WPF.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFrameworks>net6.0-windows;net5.0-windows;net472</TargetFrameworks>
55
<UseWindowsForms>true</UseWindowsForms>
66
<UseWPF>true</UseWPF>
7-
<Version>1.1.26</Version>
7+
<Version>1.1.27</Version>
88
<Authors>SuRGeoNix</Authors>
99
<Copyright>SuRGeoNix © 2022</Copyright>
1010
<PackageLicenseExpression>LGPL-3.0-or-later</PackageLicenseExpression>
@@ -14,7 +14,7 @@
1414
<PackageTags>flyleaf flyleaflib video audio media player element control</PackageTags>
1515
<Description>WPF Media Player Control/Element (based on FlyleafLib)</Description>
1616
<PackageReleaseNotes>
17-
* Fixes UIConfig to properly save for subtitles FontWeight, FontStyle and FontStretch
17+
* Introduces ThemeLoaded event to properly manually change theme colors if required
1818
* Updates FlyleafLib
1919
</PackageReleaseNotes>
2020
</PropertyGroup>

FlyleafLib/FlyleafLib.csproj

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<PackageIconUrl />
99
<RepositoryUrl></RepositoryUrl>
1010
<Description>Media Player .NET Library for WPF/WinForms (based on FFmpeg/DirectX)</Description>
11-
<Version>3.5.7</Version>
11+
<Version>3.5.8</Version>
1212
<Authors>SuRGeoNix</Authors>
1313
<Copyright>SuRGeoNix © 2022</Copyright>
1414
<PackageLicenseExpression>LGPL-3.0-or-later</PackageLicenseExpression>
@@ -17,14 +17,13 @@
1717
<IncludeSymbols>true</IncludeSymbols>
1818
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
1919
<PackageReleaseNotes>
20-
* Overall: UI update improvements
21-
* VideoView: Fixes an issue with WindowsFormsHost and Front Window within a Scroll Viewer
22-
* Renderer: Introduces Player.renderer.GetBitmap which can be used in parallel with rendering to retrieve (and resize if required) a gpu texture
23-
* TakeSnapshot: Improvements and adds resize on gpu support
24-
* Languages: Better handling of audio, subtitles and online subtitles languages (using windows cultures)
25-
* Config: Introduces Config.Video.ClearScreenOnOpen to allow the last frame to be presented until the new open has been completed
26-
* Config: Introduces Config.Video.Swap10Bit to use 10-bit instead of 8-bit swap chain
27-
* Config: Introduces Config.Video.SwapBuffers to manually set render's swap chain buffers
20+
* Player: Introduces TakeSnapshotToBitmap and renames old TakeSnapshot to TakeSnapshotToFile
21+
* Player: Fixes a critical issue with playlists (switching between playlist streams)
22+
* Renderer: Fixes issues and improves GetBitmap
23+
* Logger: Improves file writer with caching and by avoiding writing to file from UI thread
24+
* Engine.Config: Introduces LogCachedLines to set cached lines before writing/flushing to file
25+
* Plugins.YoutubeDL: Fixes an issue with invalid filename on windows systems
26+
* Updates Vortice
2827
</PackageReleaseNotes>
2928
</PropertyGroup>
3029

0 commit comments

Comments
 (0)