-
-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
NullPointerException
committed
Dec 17, 2024
1 parent
340dc79
commit a9871c4
Showing
3 changed files
with
25 additions
and
2 deletions.
There are no files selected for viewing
Submodule PipePipeClient
updated
from 481915 to e7f4b6
Submodule PipePipeExtractor
updated
from ec4c08 to a705e5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
### New Features | ||
|
||
- Support make video position fixed when scrolling comments | ||
|
||
### Bug Fixes | ||
|
||
- Lag and errors when watching videos (YouTube) | ||
- Wrong audio track for multi-language videos (YouTube) | ||
- Unable to load video information under specific network conditions (YouTube) | ||
- No thumbnail for albums (YT Music) | ||
- Some trending videos are not correctly parsed (NicoNico) | ||
|
||
### Behavior changes | ||
|
||
- Use MP4 as the default format to avoid compatibility issues | ||
- Add a preference to use advanced formats | ||
- Add a separate preference to specify the preferred audio language | ||
- Loading times over 10 seconds will no longer be automatically cancelled and throw an error | ||
- Videos will no longer attempt to use other resolutions as fallback when loading fails | ||
|
||
### Others | ||
|
||
- Improve stability |