diff --git a/CHANGELOG.md b/CHANGELOG.md index cc84dc39a8..0fabe8aadc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,31 @@ +# [4.18.0-dev.7](https://github.com/ReVanced/revanced-patches/compare/v4.18.0-dev.6...v4.18.0-dev.7) (2024-11-06) + + +### Bug Fixes + +* **MyFitnessPal - Hide ads:** Constrain patch to last working version ([#3847](https://github.com/ReVanced/revanced-patches/issues/3847)) ([e152765](https://github.com/ReVanced/revanced-patches/commit/e1527653a15980ef8c207585c0fd7a5f1390062d)) +* **YouTube - Copy video URL:** Support A/B player layout ([b7b97eb](https://github.com/ReVanced/revanced-patches/commit/b7b97eb78055279f38d3cf62dc3ff81afb9c363f)) +* **YouTube - Custom branding:** Change icon correctly on 19.34+ ([#3866](https://github.com/ReVanced/revanced-patches/issues/3866)) ([c4186fe](https://github.com/ReVanced/revanced-patches/commit/c4186fe31032634ca34199fcc7f106110887a7c1)) +* **YouTube - Hide ads:** Hide new types of ads ([5394bf7](https://github.com/ReVanced/revanced-patches/commit/5394bf7241a8bcea1e3fc5ff3e5541dfb70f5302)) +* **YouTube - Hide layout components:** Remove obsolete 'Hide gray separator' ([9436637](https://github.com/ReVanced/revanced-patches/commit/9436637c86dae46bee4e357b5426048d5112941a)) +* **YouTube - Playback speed:** Restore old playback speed menu ([#3817](https://github.com/ReVanced/revanced-patches/issues/3817)) ([888d0ce](https://github.com/ReVanced/revanced-patches/commit/888d0cedb65bca997b2beae151a77c22086f6fcc)) +* **YouTube - Remove background playback restrictions:** Enable for Shorts as well ([#3671](https://github.com/ReVanced/revanced-patches/issues/3671)) ([894e2e9](https://github.com/ReVanced/revanced-patches/commit/894e2e983d084157ff9483ccad9fcc7ec4c0b5f9)) +* **YouTube - Return YouTube Dislike:** Use latest separator height ([f1b04b7](https://github.com/ReVanced/revanced-patches/commit/f1b04b7fc04d68467f587446ad9f5f1ed33d39d0)) +* **YouTube - Seekbar:** Use latest shade of YouTube red ([5ad2350](https://github.com/ReVanced/revanced-patches/commit/5ad23504bd23b2d57c8650177c051103578c6bed)) +* **YouTube - Settings:** Use multiline preference title for localized languages ([#3821](https://github.com/ReVanced/revanced-patches/issues/3821)) ([48c6b7f](https://github.com/ReVanced/revanced-patches/commit/48c6b7f016a67a766d40a749f4759d562e43d18e)) +* **YouTube - SponsorBlock:** Show correct segment behavior in settings UI after importing ([deb1d41](https://github.com/ReVanced/revanced-patches/commit/deb1d41c95fd09744273913a5af8c91fbe378f4b)) +* **YouTube - Spoof app version:** Remove obsolete 17.33.42 spoof target ([#3825](https://github.com/ReVanced/revanced-patches/issues/3825)) ([0d73164](https://github.com/ReVanced/revanced-patches/commit/0d7316466c397af2f22d84d6fce4764073a3493f)) +* **YouTube:** Merge `Restore old seekbar thumbnails` into `Seekbar thumbnails` ([#3860](https://github.com/ReVanced/revanced-patches/issues/3860)) ([577b187](https://github.com/ReVanced/revanced-patches/commit/577b187b28783fd1dbe13ef61b4d64e1f96ab9cd)) + + +### Features + +* **YouTube - Hide player flyout menu items:** Hide stable volume ([#3827](https://github.com/ReVanced/revanced-patches/issues/3827)) ([8a01a6c](https://github.com/ReVanced/revanced-patches/commit/8a01a6c0b3f15287cd7e3357cc011889770dc79c)) +* **YouTube - Miniplayer:** Add horizontal drag gesture ([#3859](https://github.com/ReVanced/revanced-patches/issues/3859)) ([a569569](https://github.com/ReVanced/revanced-patches/commit/a569569da8f575293fd9969e1f681f49e111c961)) +* **YouTube - Player flyout menu:** Hide sleep timer ([#3637](https://github.com/ReVanced/revanced-patches/issues/3637)) ([8dead48](https://github.com/ReVanced/revanced-patches/commit/8dead48c1f4c914d491e452d2ee47e06819c7563)) +* **YouTube:** Add `Seekbar thumbnails` patch ([#3813](https://github.com/ReVanced/revanced-patches/issues/3813)) ([50e3d0e](https://github.com/ReVanced/revanced-patches/commit/50e3d0edea90184c968a5ef176eb7c18f8ac19d1)) +* **YouTube:** Support version `19.43.41` ([#3854](https://github.com/ReVanced/revanced-patches/issues/3854)) ([0cad269](https://github.com/ReVanced/revanced-patches/commit/0cad26998ff880f9bae5934a70137666ef1855aa)) + # [4.18.0-dev.6](https://github.com/ReVanced/revanced-patches/compare/v4.18.0-dev.5...v4.18.0-dev.6) (2024-10-24) diff --git a/gradle.properties b/gradle.properties index c95e3e908a..0d809d57d7 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ -org.gradle.caching=true -org.gradle.jvmargs=-Xms512M -Xmx2048M -org.gradle.parallel=true -android.useAndroidX=true -kotlin.code.style=official -version=4.18.0-dev.6 +org.gradle.caching = true +org.gradle.jvmargs = -Xms512M -Xmx2048M +org.gradle.parallel = true +android.useAndroidX = true +kotlin.code.style = official +version = 4.18.0-dev.7