1.8.2.1 changelogs

This commit is contained in:
deniscerri 2025-02-23 16:11:07 +01:00
parent e8fb6b2680
commit 56edc8ae10
No known key found for this signature in database
GPG key ID: 95C43D517D830350
2 changed files with 22 additions and 0 deletions

View file

@ -1,5 +1,23 @@
# YTDLnis Changelog
> # 1.8.2.1 (2025-02)
# What's Changed
- Fixed downloads crashing on items with titles that have quotes in them
- Removed custom format sorting by default to avoid common issues with format selection, and moved the preferences to advanced settings. Most of users don't need to customize sorting formats anyway :)
- Fixed app sometimes building -f as bv/bv+ba/b instead of bv+ba/bv/b
- Update WorkManager library, hopefully fixing #720
- Looks like adding preferred language in -S is useless so i added it as part of ba[lang^=...]
- Other small things
## Note
The alternate downloader Aria2c is broken, so turn it off for the time being until something is found out how to fix it/
Hopefully this build is stable for the time being!
> # 1.8.2 (2025-02)
## Note

View file

@ -7,4 +7,8 @@
- Looks like adding preferred language in -S is useless so i added it as part of ba[lang^=...]
- Other small things
## Note
The alternate downloader Aria2c is broken, so turn it off for the time being until something is found out how to fix it/
Hopefully this build is stable for the time being!