Compare commits

...

2 Commits

Author SHA1 Message Date
semantic-release-bot
968e6e9b69 chore: Release v5.2.0-dev.6 [skip ci]
# [5.2.0-dev.6](https://github.com/ReVanced/revanced-patches/compare/v5.2.0-dev.5...v5.2.0-dev.6) (2024-11-27)

### Features

* **YouTube:** Support version `19.46.42` ([#4010](https://github.com/ReVanced/revanced-patches/issues/4010)) ([02732ab](02732ab432))
2024-11-27 13:39:40 +00:00
LisoUseInAIKyrios
02732ab432 feat(YouTube): Support version 19.46.42 (#4010) 2024-11-27 17:35:59 +04:00
59 changed files with 65 additions and 1 deletions

View File

@@ -1,3 +1,10 @@
# [5.2.0-dev.6](https://github.com/ReVanced/revanced-patches/compare/v5.2.0-dev.5...v5.2.0-dev.6) (2024-11-27)
### Features
* **YouTube:** Support version `19.46.42` ([#4010](https://github.com/ReVanced/revanced-patches/issues/4010)) ([122aac6](https://github.com/ReVanced/revanced-patches/commit/122aac6aee8ef0737f18564f11bbc2a6addf4a6b))
# [5.2.0-dev.5](https://github.com/ReVanced/revanced-patches/compare/v5.2.0-dev.4...v5.2.0-dev.5) (2024-11-27)

View File

@@ -3,4 +3,4 @@ org.gradle.jvmargs = -Xms512M -Xmx2048M
org.gradle.parallel = true
android.useAndroidX = true
kotlin.code.style = official
version = 5.2.0-dev.5
version = 5.2.0-dev.6

View File

@@ -76,6 +76,7 @@ val hideAdsPatch = bytecodePatch(
"19.34.42",
"19.43.41",
"19.45.38",
"19.46.42",
),
)

View File

@@ -32,6 +32,7 @@ val hideGetPremiumPatch = bytecodePatch(
"19.34.42",
"19.43.41",
"19.45.38",
"19.46.42",
),
)

View File

@@ -30,6 +30,7 @@ val videoAdsPatch = bytecodePatch(
"19.34.42",
"19.43.41",
"19.45.38",
"19.46.42",
),
)

View File

@@ -60,6 +60,7 @@ val copyVideoUrlPatch = bytecodePatch(
"19.34.42",
"19.43.41",
"19.45.38",
"19.46.42",
),
)

View File

@@ -31,6 +31,7 @@ val removeViewerDiscretionDialogPatch = bytecodePatch(
"19.34.42",
"19.43.41",
"19.45.38",
"19.46.42",
),
)

View File

@@ -75,6 +75,7 @@ val downloadsPatch = bytecodePatch(
"19.34.42",
"19.43.41",
"19.45.38",
"19.46.42",
),
)

View File

@@ -30,6 +30,7 @@ val disablePreciseSeekingGesturePatch = bytecodePatch(
"19.34.42",
"19.43.41",
"19.45.38",
"19.46.42",
),
)

View File

@@ -33,6 +33,7 @@ val enableSeekbarTappingPatch = bytecodePatch(
"19.34.42",
"19.43.41",
"19.45.38",
"19.46.42",
),
)

View File

@@ -43,6 +43,7 @@ val enableSlideToSeekPatch = bytecodePatch(
"19.34.42",
"19.43.41",
"19.45.38",
"19.46.42",
),
)

View File

@@ -36,6 +36,7 @@ val seekbarThumbnailsPatch = bytecodePatch(
"19.34.42",
"19.43.41",
"19.45.38",
"19.46.42",
)
)

View File

@@ -72,6 +72,7 @@ val swipeControlsPatch = bytecodePatch(
"19.34.42",
"19.43.41",
"19.45.38",
"19.46.42",
),
)

View File

@@ -29,6 +29,7 @@ val autoCaptionsPatch = bytecodePatch(
"19.34.42",
"19.43.41",
"19.45.38",
"19.46.42",
),
)

View File

@@ -50,6 +50,7 @@ val customBrandingPatch = resourcePatch(
"19.34.42",
"19.43.41",
"19.45.38",
"19.46.42",
),
)

View File

@@ -48,6 +48,7 @@ val changeHeaderPatch = resourcePatch(
"19.34.42",
"19.43.41",
"19.45.38",
"19.46.42",
)
)

View File

@@ -29,6 +29,7 @@ val hideButtonsPatch = resourcePatch(
"19.34.42",
"19.43.41",
"19.45.38",
"19.46.42",
),
)

View File

@@ -43,6 +43,7 @@ val navigationButtonsPatch = bytecodePatch(
"19.34.42",
"19.43.41",
"19.45.38",
"19.46.42",
),
)

View File

@@ -61,6 +61,7 @@ val hidePlayerOverlayButtonsPatch = bytecodePatch(
"19.34.42",
"19.43.41",
"19.45.38",
"19.46.42",
),
)

View File

@@ -63,6 +63,7 @@ val hideEndscreenCardsPatch = bytecodePatch(
"19.34.42",
"19.43.41",
"19.45.38",
"19.46.42",
),
)

View File

@@ -36,6 +36,7 @@ val disableFullscreenAmbientModePatch = bytecodePatch(
"19.34.42",
"19.43.41",
"19.45.38",
"19.46.42",
),
)

View File

@@ -129,6 +129,7 @@ val hideLayoutComponentsPatch = bytecodePatch(
"19.34.42",
"19.43.41",
"19.45.38",
"19.46.42",
),
)

View File

@@ -64,6 +64,7 @@ val hideInfoCardsPatch = bytecodePatch(
"19.34.42",
"19.43.41",
"19.45.38",
"19.46.42",
),
)

View File

@@ -31,6 +31,7 @@ val hidePlayerFlyoutMenuPatch = bytecodePatch(
"19.34.42",
"19.43.41",
"19.45.38",
"19.46.42",
),
)

View File

@@ -36,6 +36,7 @@ val disableRollingNumberAnimationPatch = bytecodePatch(
"19.34.42",
"19.43.41",
"19.45.38",
"19.46.42",
),
)

View File

@@ -32,6 +32,7 @@ val hideSeekbarPatch = bytecodePatch(
"19.34.42",
"19.43.41",
"19.45.38",
"19.46.42",
),
)

View File

@@ -189,6 +189,7 @@ val hideShortsComponentsPatch = bytecodePatch(
"19.34.42",
"19.43.41",
"19.45.38",
"19.46.42",
),
)

View File

@@ -61,6 +61,7 @@ val disableSuggestedVideoEndScreenPatch = bytecodePatch(
"19.34.42",
"19.43.41",
"19.45.38",
"19.46.42",
),
)

View File

@@ -28,6 +28,7 @@ val hideTimestampPatch = bytecodePatch(
"19.34.42",
"19.43.41",
"19.45.38",
"19.46.42",
),
)

View File

@@ -169,6 +169,7 @@ val miniplayerPatch = bytecodePatch(
"19.34.42",
"19.43.41",
"19.45.38",
"19.46.42",
),
)

View File

@@ -28,6 +28,7 @@ val playerPopupPanelsPatch = bytecodePatch(
"19.34.42",
"19.43.41",
"19.45.38",
"19.46.42",
),
)

View File

@@ -19,6 +19,7 @@ val playerControlsBackgroundPatch = resourcePatch(
"19.34.42",
"19.43.41",
"19.45.38",
"19.46.42",
),
)

View File

@@ -59,6 +59,7 @@ val customPlayerOverlayOpacityPatch = bytecodePatch(
"19.34.42",
"19.43.41",
"19.45.38",
"19.46.42",
),
)

View File

@@ -60,6 +60,7 @@ val returnYouTubeDislikePatch = bytecodePatch(
"19.34.42",
"19.43.41",
"19.45.38",
"19.46.42",
),
)

View File

@@ -36,6 +36,7 @@ val wideSearchbarPatch = bytecodePatch(
"19.34.42",
"19.43.41",
"19.45.38",
"19.46.42",
),
)

View File

@@ -38,6 +38,7 @@ val shortsAutoplayPatch = bytecodePatch(
"19.34.42",
"19.43.41",
"19.45.38",
"19.46.42",
),
)

View File

@@ -118,6 +118,7 @@ val sponsorBlockPatch = bytecodePatch(
"19.34.42",
"19.43.41",
"19.45.38",
"19.46.42",
),
)

View File

@@ -39,6 +39,7 @@ val spoofAppVersionPatch = bytecodePatch(
"19.34.42",
"19.43.41",
"19.45.38",
"19.46.42",
),
)

View File

@@ -36,6 +36,7 @@ val changeStartPagePatch = bytecodePatch(
"19.34.42",
"19.43.41",
"19.45.38",
"19.46.42",
),
)

View File

@@ -38,6 +38,7 @@ val disableResumingShortsOnStartupPatch = bytecodePatch(
"19.34.42",
"19.43.41",
"19.45.38",
"19.46.42",
),
)

View File

@@ -33,6 +33,7 @@ val enableTabletLayoutPatch = bytecodePatch(
"19.34.42",
"19.43.41",
"19.45.38",
"19.46.42",
),
)

View File

@@ -201,6 +201,7 @@ val themePatch = bytecodePatch(
"19.34.42",
"19.43.41",
"19.45.38",
"19.46.42",
),
)

View File

@@ -40,6 +40,7 @@ val alternativeThumbnailsPatch = bytecodePatch(
"19.34.42",
"19.43.41",
"19.45.38",
"19.46.42",
),
)

View File

@@ -34,6 +34,7 @@ val bypassImageRegionRestrictionsPatch = bytecodePatch(
"19.34.42",
"19.43.41",
"19.45.38",
"19.46.42",
),
)

View File

@@ -30,6 +30,7 @@ val announcementsPatch = bytecodePatch(
"19.34.42",
"19.43.41",
"19.45.38",
"19.46.42",
),
)

View File

@@ -31,6 +31,7 @@ val autoRepeatPatch = bytecodePatch(
"19.34.42",
"19.43.41",
"19.45.38",
"19.46.42",
),
)

View File

@@ -55,6 +55,7 @@ val backgroundPlaybackPatch = bytecodePatch(
"19.34.42",
"19.43.41",
"19.45.38",
"19.46.42",
),
)

View File

@@ -36,6 +36,7 @@ val enableDebuggingPatch = bytecodePatch(
"19.34.42",
"19.43.41",
"19.45.38",
"19.46.42",
),
)

View File

@@ -31,6 +31,7 @@ val spoofDeviceDimensionsPatch = bytecodePatch(
"19.34.42",
"19.43.41",
"19.45.38",
"19.46.42",
),
)

View File

@@ -24,6 +24,7 @@ val checkWatchHistoryDomainNameResolutionPatch = bytecodePatch(
"19.34.42",
"19.43.41",
"19.45.38",
"19.46.42",
),
)

View File

@@ -44,6 +44,7 @@ val spoofVideoStreamsPatch = bytecodePatch(
"19.34.42",
"19.43.41",
"19.45.38",
"19.46.42",
),
)

View File

@@ -42,6 +42,7 @@ val gmsCoreSupportPatch = gmsCoreSupportPatch(
"19.34.42",
"19.43.41",
"19.45.38",
"19.46.42",
),
)
}

View File

@@ -37,6 +37,7 @@ val bypassURLRedirectsPatch = bytecodePatch(
"19.34.42",
"19.43.41",
"19.45.38",
"19.46.42",
),
)

View File

@@ -48,6 +48,7 @@ val openLinksExternallyPatch = bytecodePatch(
"19.34.42",
"19.43.41",
"19.45.38",
"19.46.42",
),
)

View File

@@ -37,6 +37,7 @@ val removeTrackingQueryParameterPatch = bytecodePatch(
"19.34.42",
"19.43.41",
"19.45.38",
"19.46.42",
),
)

View File

@@ -28,6 +28,7 @@ val zoomHapticsPatch = bytecodePatch(
"19.34.42",
"19.43.41",
"19.45.38",
"19.46.42",
),
)

View File

@@ -42,6 +42,7 @@ val rememberVideoQualityPatch = bytecodePatch(
"19.34.42",
"19.43.41",
"19.45.38",
"19.46.42",
),
)

View File

@@ -26,6 +26,7 @@ val playbackSpeedPatch = bytecodePatch(
"19.34.42",
"19.43.41",
"19.45.38",
"19.46.42",
),
)
}

View File

@@ -81,6 +81,7 @@ val restoreOldVideoQualityMenuPatch = bytecodePatch(
"19.34.42",
"19.43.41",
"19.45.38",
"19.46.42",
),
)