Update CHANGELOG

This commit is contained in:
Arkadiusz Fal
2026-08-23 12:46:11 +02:00
parent 3ebae6d216
commit 0a7c056595

View File

@@ -1,29 +1,14 @@
## What's Changed ## What's Changed
### New Features
* Add embedded audio/subtitle track selection for multi-track files
* Add loading external subtitle files for media-source playback
* Add view options to playlists list view
* Add search to playlists list view
* Show and label WebDAV/SMB video streams in the quality selector
### Bug Fixes ### Bug Fixes
* Fix timed links resuming at watch position instead of URL timestamp * Fix no streams reported from Piped (#974) - thanks @raycheung
* Fix autoplay countdown showing in repeat one queue mode * Fix description timestamp links seeking to wrong position for out-of-range values (#966) - thanks @YuriNachos
* Fix double-tap fullscreen gesture rotating on portrait videos * Fix deep link timestamp parsing accepting infinity as seek position (#965) - thanks @YuriNachos
* Fix sending extracted videos (Twitch streams) to other devices * Fix audio sample rate label dropping the kHz decimal (#964) - thanks @YuriNachos
* Fix missing thumbnails for videos saved to library * Fix playback rate display dropping meaningful digits (#963) - thanks @YuriNachos
* Fix #955: make subtitle appearance settings adjustable on tvOS * Fix www.duckduckgo.com misrouting to yt-dlp external video extraction (#962) - thanks @YuriNachos
* Fix #960: scope subscription counts, import/export to active account
* Fix #958: switch MPVKit to yattee fork with AV1 VideoToolbox session recovery ### Other
* Fix startup crash in sideloaded builds without iCloud entitlements
* Allow screen sleep during audio-only playback * Chunk stateless feed requests to support more than 500 subscriptions (#967) - thanks @pehbehbeh
* Apply thumbnail fallback everywhere a single URL was rendered
* Stop tracking resume progress for live streams
* Label local-file video quality from mpv track info instead of Unknown
* Keep macOS player fullscreen when queue advances to different-aspect video
* Guard PiP bridge geometry writes against non-finite rects