From 5a0c1bbae3b4a6d994669925e3a652e17a526746 Mon Sep 17 00:00:00 2001 From: Arkadiusz Fal Date: Thu, 16 May 2024 19:07:50 +0200 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 29 ++++++++++++++++++++++++----- 1 file changed, 24 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 253b4ca3..75d7aa2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,25 @@ ## Build 181 -* History Setting: hide the recent activity in the sidebar or limit the number of items shown (by @rickykresslein) -* Fix issues with empty comments (by @stonerl) -* Improved Invidious comments (by @stonerl) -* Downgrade MPVKit to 0.36.0-1 due to issues with WebVTT subtitles +* Don't show related in sidebar when disabled in settings by @stonerl in https://github.com/yattee/yattee/pull/635 +* Handle audio session interrupts by other media by @stonerl in https://github.com/yattee/yattee/pull/640 +* Only show Queue header in sidebar view by @stonerl in https://github.com/yattee/yattee/pull/642 +* SponsorBlock Improvements by @stonerl in https://github.com/yattee/yattee/pull/639 +* Chapter title on jump by @stonerl in https://github.com/yattee/yattee/pull/655 +* Restart finished video by @stonerl in https://github.com/yattee/yattee/pull/646 +* SponsorBlock jump to end instead of pausing by @stonerl in https://github.com/yattee/yattee/pull/648 +* Call correct class of SDImageAWebPCoder by @stonerl in https://github.com/yattee/yattee/pull/664 +* Fix handling and displaying captions by @stonerl in https://github.com/yattee/yattee/pull/636 +* Advanced settings: make number fields .numPad by @stonerl in https://github.com/yattee/yattee/pull/661 +* Preserve time on stream change by @stonerl in https://github.com/yattee/yattee/pull/651 +* Switch to previous backend when leaving PiP by @stonerl in https://github.com/yattee/yattee/pull/641 +* Handle deep links by @timonus in https://github.com/yattee/yattee/pull/645 +* Music Mode: don't bindPlayerToLayer when entering foreground by @stonerl in https://github.com/yattee/yattee/pull/644 +* Allow user to disable thumbnails and jump to current chapter in horizontal view by @stonerl in https://github.com/yattee/yattee/pull/665 +* Rework qualitiy settings by @stonerl in https://github.com/yattee/yattee/pull/650 +* HLS: set target bitrate / AVPlayer: higher resolution by @stonerl in https://github.com/yattee/yattee/pull/667 +* Fix #619: Remove ports from shared YouTube links by @0x000C in https://github.com/yattee/yattee/pull/627 +* XCode enable IDEPreferLogStreaming by @stonerl in https://github.com/yattee/yattee/pull/638 * Updated localizations -* Updated dependencies +* Upgraded dependencies ## Previous builds * Add skip, play/pause, and fullscreen shortcuts to macOS player (by @rickykresslein) @@ -16,6 +31,10 @@ * Added Controls setting "Action button labels" icon or icon and text * Added Advanced setting for MPV: "deinterlace" * Add help text to all header buttons (by @rickykresslein) +* History Setting: hide the recent activity in the sidebar or limit the number of items shown (by @rickykresslein) +* Fix issues with empty comments (by @stonerl) +* Improved Invidious comments (by @stonerl) +* Downgrade MPVKit to 0.36.0-1 due to issues with WebVTT subtitles * Add Chinese (Traditional) localization (by @rexcsk) * Localization fixes * Updated localizations