mirror of
https://github.com/revanced/revanced-patches
synced 2024-12-03 14:12:55 +01:00
309618b81b
# [5.0.0](https://github.com/ReVanced/revanced-patches/compare/v4.17.0...v5.0.0) (2024-11-10) ### Bug Fixes * Add missing dependency to patch ([97f5240
](97f5240d53
)) * **MyFitnessPal - Hide ads:** Constrain patch to last working version ([#3847](https://github.com/ReVanced/revanced-patches/issues/3847)) ([f9fa526
](f9fa526b04
)) * **Twitter - Change link sharing domain:** Support latest app version ([#3786](https://github.com/ReVanced/revanced-patches/issues/3786)) ([b54592c
](b54592cf9c
)) * **YouTube - Copy video URL:** Support A/B player layout ([0f42574
](0f42574b7f
)) * **YouTube - Custom branding:** Change icon correctly on 19.34+ ([#3866](https://github.com/ReVanced/revanced-patches/issues/3866)) ([2e47903
](2e47903825
)) * **YouTube - Hide ads:** Hide new types of ads ([454281a
](454281ac21
)) * **YouTube - Hide layout components:** Move hide chips settings to Feed menu ([1ed677f
](1ed677f7b8
)) * **YouTube - Hide layout components:** Remove obsolete 'Hide gray separator' ([a697701
](a697701c5f
)) * **YouTube - Playback speed:** Remember playback speed with new speed menu ([#3810](https://github.com/ReVanced/revanced-patches/issues/3810)) ([c3a5e14
](c3a5e14a0a
)) * **YouTube - Playback speed:** Restore old playback speed menu ([#3817](https://github.com/ReVanced/revanced-patches/issues/3817)) ([806b210
](806b21093e
)) * **YouTube - Remember video quality:** Correctly set default quality when changing from a low quality video ([#3879](https://github.com/ReVanced/revanced-patches/issues/3879)) ([ddb73e8
](ddb73e857d
)) * **YouTube - Remove background playback restrictions:** Enable for Shorts as well ([#3671](https://github.com/ReVanced/revanced-patches/issues/3671)) ([7db1a77
](7db1a7751d
)) * **YouTube - Return YouTube Dislike:** Show Shorts dislikes with new A/B button icons ([084e0a5
](084e0a527b
)) * **YouTube - Return YouTube Dislike:** Use latest separator height ([ae160a3
](ae160a3798
)) * **YouTube - Seekbar:** Use latest shade of YouTube red ([4b77648
](4b77648607
)) * **YouTube - Settings:** Use multiline preference title for localized languages ([#3821](https://github.com/ReVanced/revanced-patches/issues/3821)) ([ff85d49
](ff85d49088
)) * **YouTube - SponsorBlock:** Show correct segment behavior in settings UI after importing ([e3f25a0
](e3f25a03cd
)) * **YouTube - Spoof app version:** Remove obsolete 17.33.42 spoof target ([#3825](https://github.com/ReVanced/revanced-patches/issues/3825)) ([33aeba2
](33aeba2a08
)) * **YouTube:** Merge `Restore old seekbar thumbnails` into `Seekbar thumbnails` ([#3860](https://github.com/ReVanced/revanced-patches/issues/3860)) ([e377b1e
](e377b1e6ad
)) ### Build System * Bump ReVanced Patcher ([eee1692
](eee1692277
)) ### Features * **YouTube - Hide layout components:** Hide player shopping shelf ([#3804](https://github.com/ReVanced/revanced-patches/issues/3804)) ([1952f3b
](1952f3b3c4
)) * **YouTube - Hide player flyout menu items:** Hide stable volume ([#3827](https://github.com/ReVanced/revanced-patches/issues/3827)) ([b91e932
](b91e932e65
)) * **YouTube - Miniplayer:** Add horizontal drag gesture ([#3859](https://github.com/ReVanced/revanced-patches/issues/3859)) ([e32b19e
](e32b19e170
)) * **YouTube - Player flyout menu:** Hide sleep timer ([#3637](https://github.com/ReVanced/revanced-patches/issues/3637)) ([7e1bdab
](7e1bdab520
)) * **YouTube:** Add `Seekbar thumbnails` patch ([#3813](https://github.com/ReVanced/revanced-patches/issues/3813)) ([5988b75
](5988b75975
)) * **YouTube:** Add `Shorts autoplay` patch ([#3794](https://github.com/ReVanced/revanced-patches/issues/3794)) ([96b5aed
](96b5aede48
)) * **YouTube:** Hide player shopping shelf in playlists ([#3806](https://github.com/ReVanced/revanced-patches/issues/3806)) ([a553a13
](a553a13c03
)) * **YouTube:** Merge multiple layout patches into `Hide Layout Components` ([#3799](https://github.com/ReVanced/revanced-patches/issues/3799)) ([bbcb57a
](bbcb57a32d
)) * **YouTube:** Merge multiple player overlay patches into `Hide player overlay buttons` ([#3800](https://github.com/ReVanced/revanced-patches/issues/3800)) ([4ba0300
](4ba0300590
)) * **YouTube:** Support version `19.43.41` ([#3854](https://github.com/ReVanced/revanced-patches/issues/3854)) ([85de5c7
](85de5c7d96
)) ### BREAKING CHANGES * Various APIs have been changed or removed.
7 lines
165 B
INI
7 lines
165 B
INI
org.gradle.caching = true
|
|
org.gradle.jvmargs = -Xms512M -Xmx2048M
|
|
org.gradle.parallel = true
|
|
android.useAndroidX = true
|
|
kotlin.code.style = official
|
|
version = 5.0.0
|