v1.11.0 - Presets π»
github-actions
released this
03 May 12:24
·
163 commits
to master
since this release
π Release Notes
This release adds presets, ships refactored backend interop code and a bunch of other fixes.
- πͺ
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 specifywebm
container due toyt-dlp
behavioral change. - Fixed #110 by gracefully stop the backend process.
- Fixed #111 by using
InvariantCulture
for parsing strings asdouble
.
π 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