1.8.2.1 changelogs
This commit is contained in:
parent
e8fb6b2680
commit
56edc8ae10
2 changed files with 22 additions and 0 deletions
18
CHANGELOG.md
18
CHANGELOG.md
|
|
@ -1,5 +1,23 @@
|
||||||
# YTDLnis Changelog
|
# 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)
|
> # 1.8.2 (2025-02)
|
||||||
|
|
||||||
## Note
|
## Note
|
||||||
|
|
|
||||||
|
|
@ -7,4 +7,8 @@
|
||||||
- Looks like adding preferred language in -S is useless so i added it as part of ba[lang^=...]
|
- Looks like adding preferred language in -S is useless so i added it as part of ba[lang^=...]
|
||||||
- Other small things
|
- 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!
|
Hopefully this build is stable for the time being!
|
||||||
Loading…
Reference in a new issue