# [4.0.0](https://github.com/anddea/revanced-patches/compare/v3.16.0...v4.0.0) (2026-03-27) ### Bug Fixes * ARSCLib compatibility ([#1404](https://github.com/anddea/revanced-patches/issues/1404)) ([bc75d5a](bc75d5a4b0)) * **Spoof Wi-Fi connection:** Failed previously ([7187215](7187215610)) * **YouTube - Custom branding name:** Custom name did not apply properly ([02b5519](02b5519113)) * **YouTube - GmsCore:** Crashes because of the wrong intent ([829ec70](829ec70801)) * **YouTube - Hide action buttons:** Fix empty spaces when hiding buttons ([bda1ddb](bda1ddba69)) * **YouTube - Overlay buttons:** Gemini summary could use the wrong markdown for titles ([aac78fd](aac78fdb7c)) * **YouTube - Voice Over Translation:** Do not show the VOT button if the patch is disabled ([48abec6](48abec6b41)) * **YouTube & YT Music:** Fix the app crash caused by incorrect resource attribution ([5247736](5247736538)) * **YouTube:** Resolved patching error caused by an unexpected array value ([ca3772e](ca3772e180)) ### Code Refactoring * Migrate to Morphe patcher ([44d12f2](44d12f217c)) ### Features * **YouTube - Gemini:** Redesign, support multiple API keys, add `Ask about this video` ([374b0e5](374b0e55b9)) * **YouTube - Hide ads:** Add `Hide player popup ads` setting ([06275f4](06275f4cf4)) * **YouTube - Overlay buttons:** Add `Gemini 3.1 Flash Lite Preview` and update prompt ([36bca64](36bca64ec6)) * **YouTube - Overlay buttons:** Use cascade of Gemini models ([56db9b3](56db9b3195)) * **YouTube - Set transcript cookies:** Add "Fix transcript" setting ([7c42e04](7c42e04238)) * **YouTube - Shorts components:** Add Open Shorts with `Regular player fullscreen` ([a5985e9](a5985e9bf5)) * **YouTube - Voice Over Translation:** Add Yandex voice-over translation ([#1370](https://github.com/anddea/revanced-patches/issues/1370)) ([889118e](889118eb63)) * **YouTube - Voice Over Translation:** Volume patch fixes, audio proxy, immediate pause on video stop ([#1382](https://github.com/anddea/revanced-patches/issues/1382)) ([6ac278c](6ac278cc65)) * **YouTube & YT Music - Spoof video streams:** Match Morphe ([43cab65](43cab65290)) * **YouTube, YT Music & Reddit:** Add credits ([b20f2f1](b20f2f1cb8)) * **YouTube:** Add `Reload video` patch & reduce patches bundle size ([33fdf51](33fdf51520)) * **YouTube:** Remove `Change live ring click action` patch ([bc40616](bc406169a0)) ### BREAKING CHANGES * Patches are now migrated to Morphe patcher Signed-off-by: Aaron Veil <70171475+anddea@users.noreply.github.com>
7 lines
209 B
INI
7 lines
209 B
INI
org.gradle.caching = true
|
|
org.gradle.jvmargs = -Xms1024M -Xmx4096M
|
|
org.gradle.parallel = true
|
|
android.useAndroidX = true
|
|
kotlin.code.style = official
|
|
kotlin.jvm.target.validation.mode = IGNORE
|
|
version = 4.0.0
|