diff --git a/FlyleafLib.Controls.WPF/FlyleafLib.Controls.WPF.csproj b/FlyleafLib.Controls.WPF/FlyleafLib.Controls.WPF.csproj
index dabaa9b..f995b2e 100644
--- a/FlyleafLib.Controls.WPF/FlyleafLib.Controls.WPF.csproj
+++ b/FlyleafLib.Controls.WPF/FlyleafLib.Controls.WPF.csproj
@@ -4,7 +4,7 @@
net8.0-windows
true
true
- 1.4.0
+ 1.4.1
SuRGeoNix
SuRGeoNix © 2024
LGPL-3.0-or-later
diff --git a/FlyleafLib.Controls.WinUI/FlyleafLib.Controls.WinUI.csproj b/FlyleafLib.Controls.WinUI/FlyleafLib.Controls.WinUI.csproj
index 4c44c62..356855d 100644
--- a/FlyleafLib.Controls.WinUI/FlyleafLib.Controls.WinUI.csproj
+++ b/FlyleafLib.Controls.WinUI/FlyleafLib.Controls.WinUI.csproj
@@ -5,7 +5,7 @@
true
enable
SuRGeoNix
- 1.1.1
+ 1.1.2
SuRGeoNix © 2024
https://github.com/SuRGeoNix/Flyleaf
Flyleaf.png
@@ -13,9 +13,7 @@
flyleaf flyleaflib flyleafhost video audio winui media player element control
FlyleafHost.WinUI: Direct3D 11 Hardware Accelerated Media Surface (based on FlyleafLib)
- * Fixes issues with Fullscreen and Keyboard focus
- * Updates WindowsAppSDK
- * Updates Vortice
+ Updates FlyleafLib
diff --git a/FlyleafLib/FlyleafLib.csproj b/FlyleafLib/FlyleafLib.csproj
index dedde5f..7e146c4 100644
--- a/FlyleafLib/FlyleafLib.csproj
+++ b/FlyleafLib/FlyleafLib.csproj
@@ -8,7 +8,7 @@
Media Player .NET Library for WinUI 3/WPF/WinForms (based on FFmpeg/DirectX)
- 3.8.0
+ 3.8.1
SuRGeoNix
SuRGeoNix © 2024
LGPL-3.0-or-later
@@ -17,19 +17,14 @@
true
snupkg
- * VideoDecoder: Stability and performance improvements
- * VideoStream: Fixes an issue with rotation
-
- - Dependencies
- * Replaces FFmpeg.Autogen with Flyleaf.FFmpeg.Bindings
- * Replaces Microsoft ILoggger with a generic custom callback
- * Updates FFmpeg libs to v7.1 (patched *and mingw downgrade)
- * Updates Vortice libs to v3.6.2
-
- - Breaking Changes
- * Deprecates .NET Framework and .NET 6 (Support only .NET 8)
- * FFmpegLogLevel changed to Flyleaf.FFmpeg.LogLevel
- * FFmpeg v7.1 support only
+ - Demuxer: Performance and stability improvements (query params/nested ioopen)
+ - DecoderContext: Prevents setting Referer always as it can cause issues
+ - FlyleafHost.Wpf: Changes the order of drop File/Text to Text/File (as firefox sets both)
+ - FlyleafHost.Wpf: Fixes an issue with FlowDirection.RightToLeft
+ - Plugins.YoutubeDL: Adds cookies support and removes unused JSON properties (could cause issues)
+ - Plugins.YoutubeDL: Removes '--cookies-from-browser' option by default (could cause issues, mainly with chrome)
+ - Plugins.YoutubeDL: Adds stdout/stderr and handles/retries on specific errors (eg. generic:impersonate)
+ - Plugins.YoutubeDL: Performance and stability improvements (kill process tree/interrupts/locks)