Skip to content

v1.11.0 - Presets 🌻

Compare
Choose a tag to compare
@github-actions github-actions released this 03 May 12:24
· 163 commits to master since this release
v1.11.0
6094584

πŸ“ Release Notes

This release adds presets, ships refactored backend interop code and a bunch of other fixes.

preset editor

  • πŸͺ… Presets
    • The container and format options are now unified as presets.
    • In addition to the builtin presets, you can now add custom presets.
    • Don't know where to start? You can duplicate any builtin preset and then edit it.
    • The edit dialog also shows the arguments your preset would generate.
  • πŸ‘‘ Backend service
    • Backend interop logic has been decoupled from the GUI code into a separate service. This enables support for potentially running multiple backend instances simultaneously in the future.
    • Use Serilog for logging. Logs now have timestamps. You can now limit how many log entries to keep.
    • You can now manually check for backend updates. The GUI also shows when the last update check was.
  • πŸ—οΈ General improvements and bug fixes
    • Use STJ source generation for settings JSON.
    • Build framework-independent binaries for 32-bit x86, as requested by #126. Unfortunately WPF does not support 32-bit ARM.
    • Builtin webm presets: Explicitly specify webm container due to yt-dlp behavioral change.
    • Fixed #110 by gracefully stop the backend process.
    • Fixed #111 by using InvariantCulture for parsing strings as double.

πŸ“Š Poll: Which backend do you use with youtube-dl-wpf?

Participate in this poll to decide whether youtube-dl-wpf should continue to support youtube-dl.

πŸ› Known Issues

  • πŸŽ‰ No known issues!

πŸ“¦ Packages

Filename Build type
youtube-dl-wpf-v1.11.0-windows-arm64.7z .NET 6 - Windows ARM64 self-contained
youtube-dl-wpf-v1.11.0-windows-arm64.zip .NET 6 - Windows ARM64 self-contained
youtube-dl-wpf-v1.11.0-windows-x64.7z .NET 6 - Windows x64 self-contained
youtube-dl-wpf-v1.11.0-windows-x64.zip .NET 6 - Windows x64 self-contained
youtube-dl-wpf-v1.11.0-windows-x86.7z .NET 6 - Windows x86 self-contained
youtube-dl-wpf-v1.11.0-windows-x86.zip .NET 6 - Windows x86 self-contained
youtube-dl-wpf-v1.11.0-windows.7z .NET 6 - Windows Any CPU framework-dependent
youtube-dl-wpf-v1.11.0-windows.zip .NET 6 - Windows Any CPU framework-dependent

Β© 2022 database64128