-
-
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
Jan 12, 2025
1 parent
114ae91
commit ea5bacc
Showing
3 changed files
with
32 additions
and
2 deletions.
There are no files selected for viewing
Submodule PipePipeClient
updated
from 4c34b3 to 05897f
Submodule PipePipeExtractor
updated
from af3009 to 53c931
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,30 @@ | ||
(4.1.1 Update: Improve YouTube loading speed) | ||
|
||
### New Features | ||
|
||
- Support content filters: filter out unwanted items everywhere by keywords and channel names | ||
|
||
### Bug Fixes | ||
|
||
- Videos failed to play: 403 errors (YouTube) | ||
- Random crash when switching videos (YouTube) | ||
- Blurry channel banner images (YouTube) | ||
- New comments/related items/desc are not updated when resuming to app from background playing | ||
- Error messages are not displayed correctly | ||
- Comments got cut when inner scroll is enabled | ||
- Search terms are not added to history records under certain conditions | ||
- Related item isn't auto-enqueue randomly | ||
- Some channels have incomplete video lists(NicoNico) | ||
- Can not play paid video (BiliBili) | ||
|
||
|
||
### Behavior changes | ||
|
||
- Don't open video detail page when playing local playlist with music mode enabled | ||
- Show a toast when login success | ||
- Use new extraction method to avoid being blocked by YouTube | ||
|
||
|
||
### Others | ||
|
||
- Improve stability |