diff --git a/FlyleafLib.Controls.WPF/FlyleafLib.Controls.WPF.csproj b/FlyleafLib.Controls.WPF/FlyleafLib.Controls.WPF.csproj
index ffea2a19..fdc76290 100644
--- a/FlyleafLib.Controls.WPF/FlyleafLib.Controls.WPF.csproj
+++ b/FlyleafLib.Controls.WPF/FlyleafLib.Controls.WPF.csproj
@@ -4,7 +4,7 @@
net6.0-windows;net5.0-windows;net472
true
true
- 1.1.26
+ 1.1.27
SuRGeoNix
SuRGeoNix © 2022
LGPL-3.0-or-later
@@ -14,7 +14,7 @@
flyleaf flyleaflib video audio media player element control
WPF Media Player Control/Element (based on FlyleafLib)
- * Fixes UIConfig to properly save for subtitles FontWeight, FontStyle and FontStretch
+ * Introduces ThemeLoaded event to properly manually change theme colors if required
* Updates FlyleafLib
diff --git a/FlyleafLib/FlyleafLib.csproj b/FlyleafLib/FlyleafLib.csproj
index 7672c5b6..f2d418be 100644
--- a/FlyleafLib/FlyleafLib.csproj
+++ b/FlyleafLib/FlyleafLib.csproj
@@ -8,7 +8,7 @@
Media Player .NET Library for WPF/WinForms (based on FFmpeg/DirectX)
- 3.5.7
+ 3.5.8
SuRGeoNix
SuRGeoNix © 2022
LGPL-3.0-or-later
@@ -17,14 +17,13 @@
true
snupkg
- * 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