Skip to content

Commit fae60e6

Browse files
committed
bump 5.4.1-dev.6
1 parent aa8c8f8 commit fae60e6

File tree

4 files changed

+30
-5
lines changed

4 files changed

+30
-5
lines changed

Diff for: README.md

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ See the [documentation](https://github.com/inotia00/revanced-documentation#readm
3030
| `Disable forced auto audio tracks` | Adds an option to disable audio tracks from being automatically enabled. | 18.29.38 ~ 19.44.39 |
3131
| `Disable forced auto captions` | Adds an option to disable captions from being automatically enabled. | 18.29.38 ~ 19.44.39 |
3232
| `Disable haptic feedback` | Adds options to disable haptic feedback when swiping in the video player. | 18.29.38 ~ 19.44.39 |
33+
| `Disable resuming Miniplayer on startup` | Adds an option to disable the Miniplayer 'Continue watching' from resuming on app startup. | 18.29.38 ~ 19.44.39 |
3334
| `Disable resuming Shorts on startup` | Adds an option to disable the Shorts player from resuming on app startup when Shorts were last being watched. | 18.29.38 ~ 19.44.39 |
3435
| `Disable splash animation` | Adds an option to disable the splash animation on app startup. | 18.29.38 ~ 19.44.39 |
3536
| `Enable OPUS codec` | Adds an option to enable the OPUS audio codec if the player response includes it. | 18.29.38 ~ 19.44.39 |

Diff for: gradle.properties

+1-1
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.4.1-dev.5
7+
version = 5.4.1-dev.6
88

Diff for: patches.json

+20
Original file line numberDiff line numberDiff line change
@@ -952,6 +952,26 @@
952952
},
953953
"options": []
954954
},
955+
{
956+
"name": "Disable resuming Miniplayer on startup",
957+
"description": "Adds an option to disable the Miniplayer \u0027Continue watching\u0027 from resuming on app startup.",
958+
"use": true,
959+
"dependencies": [
960+
"Settings for YouTube"
961+
],
962+
"compatiblePackages": {
963+
"com.google.android.youtube": [
964+
"18.29.38",
965+
"18.33.40",
966+
"18.38.44",
967+
"18.48.39",
968+
"19.05.36",
969+
"19.16.39",
970+
"19.44.39"
971+
]
972+
},
973+
"options": []
974+
},
955975
{
956976
"name": "Disable resuming Shorts on startup",
957977
"description": "Adds an option to disable the Shorts player from resuming on app startup when Shorts were last being watched.",

Diff for: patches/api/patches.api

+8-4
Original file line numberDiff line numberDiff line change
@@ -645,10 +645,6 @@ public final class app/revanced/patches/youtube/general/loadingscreen/GradientLo
645645
public static final fun getGradientLoadingScreenPatch ()Lapp/revanced/patcher/patch/BytecodePatch;
646646
}
647647

648-
public final class app/revanced/patches/youtube/general/miniplayer/MiniplayerPatchKt {
649-
public static final fun getMiniplayerPatch ()Lapp/revanced/patcher/patch/BytecodePatch;
650-
}
651-
652648
public final class app/revanced/patches/youtube/general/music/YouTubeMusicActionsPatchKt {
653649
public static final fun getYoutubeMusicActionsPatch ()Lapp/revanced/patcher/patch/BytecodePatch;
654650
}
@@ -810,6 +806,14 @@ public final class app/revanced/patches/youtube/player/hapticfeedback/HapticFeed
810806
public static final fun getHapticFeedbackPatch ()Lapp/revanced/patcher/patch/BytecodePatch;
811807
}
812808

809+
public final class app/revanced/patches/youtube/player/miniplayer/general/MiniplayerPatchKt {
810+
public static final fun getMiniplayerPatch ()Lapp/revanced/patcher/patch/BytecodePatch;
811+
}
812+
813+
public final class app/revanced/patches/youtube/player/miniplayer/startup/ResumingMiniplayerOnStartupPatchKt {
814+
public static final fun getResumingMiniplayerOnStartupPatch ()Lapp/revanced/patcher/patch/BytecodePatch;
815+
}
816+
813817
public final class app/revanced/patches/youtube/player/overlaybuttons/OverlayButtonsPatchKt {
814818
public static final fun getOverlayButtonsPatch ()Lapp/revanced/patcher/patch/ResourcePatch;
815819
}

0 commit comments

Comments
 (0)