Skip to content
This repository was archived by the owner on Mar 10, 2026. It is now read-only.

Commit 3e6f933

Browse files
committed
bump 5.14.1-dev.4
1 parent f3444d3 commit 3e6f933

4 files changed

Lines changed: 8 additions & 60 deletions

File tree

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ Report issues [here](https://github.com/inotia00/ReVanced_Extended).
4040
| `Custom header for YouTube` | Applies a custom header in the top left corner within the app. | 19.05.36 ~ 20.05.46 |
4141
| `Description components` | Adds options to hide and disable description components. | 19.05.36 ~ 20.05.46 |
4242
| `Disable QUIC protocol` | Adds an option to disable CronetEngine's QUIC protocol. | 19.05.36 ~ 20.05.46 |
43-
| `Disable forced auto audio tracks` | Adds an option to disable audio tracks from being automatically enabled. | 19.05.36 ~ 20.05.46 |
4443
| `Disable forced auto captions` | Adds an option to disable captions from being automatically enabled. | 19.05.36 ~ 20.05.46 |
4544
| `Disable haptic feedback` | Adds options to disable haptic feedback when swiping in the video player. | 19.05.36 ~ 20.05.46 |
4645
| `Disable layout updates` | Adds an option to disable layout updates by server. | 19.05.36 ~ 20.05.46 |
@@ -110,7 +109,6 @@ Report issues [here](https://github.com/inotia00/ReVanced_Extended).
110109
| `Disable Cairo splash animation` | Adds an option to disable Cairo splash animation. | 7.16.53 ~ 8.30.54 |
111110
| `Disable QUIC protocol` | Adds an option to disable CronetEngine's QUIC protocol. | 6.20.51 ~ 8.30.54 |
112111
| `Disable dislike redirection` | Adds an option to disable redirection to the next track when clicking the Dislike button. | 6.20.51 ~ 8.30.54 |
113-
| `Disable forced auto audio tracks` | Adds an option to disable audio tracks from being automatically enabled. | 6.20.51 ~ 8.30.54 |
114112
| `Disable forced auto captions` | Adds an option to disable captions from being automatically enabled. | 6.20.51 ~ 8.30.54 |
115113
| `Disable music video in album` | Adds option to redirect music videos from albums for non-premium users. | 6.20.51 ~ 8.30.54 |
116114
| `Enable debug logging` | Adds an option for debugging. | 6.20.51 ~ 8.30.54 |

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ org.gradle.parallel = true
44
android.useAndroidX = true
55
kotlin.code.style = official
66
kotlin.jvm.target.validation.mode = IGNORE
7-
version = 5.14.1-dev.3
7+
version = 5.14.1-dev.4
88

patches.json

Lines changed: 0 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -874,49 +874,6 @@
874874
"compatiblePackages": null,
875875
"options": []
876876
},
877-
{
878-
"name": "Disable forced auto audio tracks",
879-
"description": "Adds an option to disable audio tracks from being automatically enabled.",
880-
"use": true,
881-
"dependencies": [
882-
"Settings for YouTube Music",
883-
"BytecodePatch"
884-
],
885-
"compatiblePackages": {
886-
"com.google.android.apps.youtube.music": [
887-
"6.20.51",
888-
"6.29.59",
889-
"6.42.55",
890-
"6.51.53",
891-
"7.16.53",
892-
"7.25.53",
893-
"8.12.54",
894-
"8.28.54",
895-
"8.30.54"
896-
]
897-
},
898-
"options": []
899-
},
900-
{
901-
"name": "Disable forced auto audio tracks",
902-
"description": "Adds an option to disable audio tracks from being automatically enabled.",
903-
"use": true,
904-
"dependencies": [
905-
"Settings for YouTube",
906-
"BytecodePatch"
907-
],
908-
"compatiblePackages": {
909-
"com.google.android.youtube": [
910-
"19.05.36",
911-
"19.16.39",
912-
"19.43.41",
913-
"19.44.39",
914-
"19.47.53",
915-
"20.05.46"
916-
]
917-
},
918-
"options": []
919-
},
920877
{
921878
"name": "Disable forced auto captions",
922879
"description": "Adds an option to disable captions from being automatically enabled.",

patches/api/patches.api

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -185,10 +185,6 @@ public final class app/revanced/patches/music/player/components/PlayerComponents
185185
public static final fun getPlayerComponentsPatch ()Lapp/revanced/patcher/patch/BytecodePatch;
186186
}
187187

188-
public final class app/revanced/patches/music/utils/audiotracks/AudioTracksHookPatchKt {
189-
public static final fun getAudioTracksHookPatch ()Lapp/revanced/patcher/patch/BytecodePatch;
190-
}
191-
192188
public final class app/revanced/patches/music/utils/dismiss/DismissQueueHookPatchKt {
193189
public static final fun getDismissQueueHookPatch ()Lapp/revanced/patcher/patch/BytecodePatch;
194190
}
@@ -513,6 +509,13 @@ public final class app/revanced/patches/shared/captions/BaseAutoCaptionsPatchKt
513509
public static final fun getBaseAutoCaptionsPatch ()Lapp/revanced/patcher/patch/BytecodePatch;
514510
}
515511

512+
public final class app/revanced/patches/shared/comments/CommentsPanelPatchKt {
513+
public static final fun getCommentsPanelPatch ()Lapp/revanced/patcher/patch/BytecodePatch;
514+
public static final fun getInformationButton ()J
515+
public static final fun getModernTitle ()J
516+
public static final fun getTitle ()J
517+
}
518+
516519
public final class app/revanced/patches/shared/customspeed/CustomPlaybackSpeedPatchKt {
517520
public static final fun customPlaybackSpeedPatch (Ljava/lang/String;F)Lapp/revanced/patcher/patch/BytecodePatch;
518521
}
@@ -626,12 +629,6 @@ public final class app/revanced/patches/shared/returnyoutubeusername/BaseReturnY
626629
public static final fun getBaseReturnYouTubeUsernamePatch ()Lapp/revanced/patcher/patch/BytecodePatch;
627630
}
628631

629-
public final class app/revanced/patches/shared/scrolltop/CommentsScrollTopPatchKt {
630-
public static final fun getCommentsScrollTopPatch ()Lapp/revanced/patcher/patch/BytecodePatch;
631-
public static final fun getModernTitle ()J
632-
public static final fun getTitle ()J
633-
}
634-
635632
public final class app/revanced/patches/shared/settingmenu/SettingsMenuPatchKt {
636633
public static final fun getSettingsMenuPatch ()Lapp/revanced/patcher/patch/BytecodePatch;
637634
}
@@ -970,10 +967,6 @@ public final class app/revanced/patches/youtube/utils/FingerprintsKt {
970967
public static final fun indexOfSpannedCharSequenceInstruction (Lcom/android/tools/smali/dexlib2/iface/Method;)I
971968
}
972969

973-
public final class app/revanced/patches/youtube/utils/audiotracks/AudioTracksHookPatchKt {
974-
public static final fun getAudioTracksHookPatch ()Lapp/revanced/patcher/patch/BytecodePatch;
975-
}
976-
977970
public final class app/revanced/patches/youtube/utils/auth/AuthHookPatchKt {
978971
public static final fun getAuthHookPatch ()Lapp/revanced/patcher/patch/BytecodePatch;
979972
}

0 commit comments

Comments
 (0)