Skip to content

Commit 15d0faf

Browse files
committed
bump 5.6.2
1 parent db10e41 commit 15d0faf

File tree

3 files changed

+28
-28
lines changed

3 files changed

+28
-28
lines changed

README.md

+14-14
Original file line numberDiff line numberDiff line change
@@ -134,19 +134,19 @@ See the [documentation](https://github.com/inotia00/revanced-documentation#readm
134134

135135
| 💊 Patch | 📜 Description | 🏹 Target Version |
136136
|:--------:|:--------------:|:-----------------:|
137-
| `Change package name` | Changes the package name for Reddit to the name specified in patch options. | 2024.17.0 ~ 2025.12.0 |
138-
| `Custom branding name for Reddit` | Changes the Reddit app name to the name specified in patch options. | 2024.17.0 ~ 2025.12.0 |
139-
| `Disable screenshot popup` | Adds an option to disable the popup that appears when taking a screenshot. | 2024.17.0 ~ 2025.12.0 |
140-
| `Hide Recently Visited shelf` | Adds an option to hide the Recently Visited shelf in the sidebar. | 2024.17.0 ~ 2025.12.0 |
141-
| `Hide ads` | Adds options to hide ads. | 2024.17.0 ~ 2025.12.0 |
142-
| `Hide navigation buttons` | Adds options to hide buttons in the navigation bar. | 2024.17.0 ~ 2025.12.0 |
143-
| `Hide recommended communities shelf` | Adds an option to hide the recommended communities shelves in subreddits. | 2024.17.0 ~ 2025.12.0 |
144-
| `Open links directly` | Adds an option to skip over redirection URLs in external links. | 2024.17.0 ~ 2025.12.0 |
145-
| `Open links externally` | Adds an option to always open links in your browser instead of in the in-app-browser. | 2024.17.0 ~ 2025.12.0 |
146-
| `Premium icon` | Unlocks premium app icons. | 2024.17.0 ~ 2025.12.0 |
147-
| `Remove subreddit dialog` | Adds options to remove the NSFW community warning and notifications suggestion dialogs by dismissing them automatically. | 2024.17.0 ~ 2025.12.0 |
148-
| `Sanitize sharing links` | Adds an option to sanitize sharing links by removing tracking query parameters. | 2024.17.0 ~ 2025.12.0 |
149-
| `Settings for Reddit` | Applies mandatory patches to implement ReVanced Extended settings into the application. | 2024.17.0 ~ 2025.12.0 |
137+
| `Change package name` | Changes the package name for Reddit to the name specified in patch options. | 2024.17.0 ~ 2025.12.1 |
138+
| `Custom branding name for Reddit` | Changes the Reddit app name to the name specified in patch options. | 2024.17.0 ~ 2025.12.1 |
139+
| `Disable screenshot popup` | Adds an option to disable the popup that appears when taking a screenshot. | 2024.17.0 ~ 2025.12.1 |
140+
| `Hide Recently Visited shelf` | Adds an option to hide the Recently Visited shelf in the sidebar. | 2024.17.0 ~ 2025.12.1 |
141+
| `Hide ads` | Adds options to hide ads. | 2024.17.0 ~ 2025.12.1 |
142+
| `Hide navigation buttons` | Adds options to hide buttons in the navigation bar. | 2024.17.0 ~ 2025.12.1 |
143+
| `Hide recommended communities shelf` | Adds an option to hide the recommended communities shelves in subreddits. | 2024.17.0 ~ 2025.12.1 |
144+
| `Open links directly` | Adds an option to skip over redirection URLs in external links. | 2024.17.0 ~ 2025.12.1 |
145+
| `Open links externally` | Adds an option to always open links in your browser instead of in the in-app-browser. | 2024.17.0 ~ 2025.12.1 |
146+
| `Premium icon` | Unlocks premium app icons. | 2024.17.0 ~ 2025.12.1 |
147+
| `Remove subreddit dialog` | Adds options to remove the NSFW community warning and notifications suggestion dialogs by dismissing them automatically. | 2024.17.0 ~ 2025.12.1 |
148+
| `Sanitize sharing links` | Adds an option to sanitize sharing links by removing tracking query parameters. | 2024.17.0 ~ 2025.12.1 |
149+
| `Settings for Reddit` | Applies mandatory patches to implement ReVanced Extended settings into the application. | 2024.17.0 ~ 2025.12.1 |
150150
</details>
151151

152152

@@ -200,7 +200,7 @@ Example:
200200
"com.reddit.frontpage": [
201201
"2024.17.0",
202202
"2025.05.1",
203-
"2025.12.0"
203+
"2025.12.1"
204204
]
205205
},
206206
"options": []

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.6.2-dev.2
7+
version = 5.6.2
88

patches.json

+13-13
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@
188188
"com.reddit.frontpage": [
189189
"2024.17.0",
190190
"2025.05.1",
191-
"2025.12.0"
191+
"2025.12.1"
192192
]
193193
},
194194
"options": [
@@ -485,7 +485,7 @@
485485
"com.reddit.frontpage": [
486486
"2024.17.0",
487487
"2025.05.1",
488-
"2025.12.0"
488+
"2025.12.1"
489489
]
490490
},
491491
"options": [
@@ -1030,7 +1030,7 @@
10301030
"com.reddit.frontpage": [
10311031
"2024.17.0",
10321032
"2025.05.1",
1033-
"2025.12.0"
1033+
"2025.12.1"
10341034
]
10351035
},
10361036
"options": []
@@ -1405,7 +1405,7 @@
14051405
"com.reddit.frontpage": [
14061406
"2024.17.0",
14071407
"2025.05.1",
1408-
"2025.12.0"
1408+
"2025.12.1"
14091409
]
14101410
},
14111411
"options": []
@@ -1554,7 +1554,7 @@
15541554
"com.reddit.frontpage": [
15551555
"2024.17.0",
15561556
"2025.05.1",
1557-
"2025.12.0"
1557+
"2025.12.1"
15581558
]
15591559
},
15601560
"options": []
@@ -1706,7 +1706,7 @@
17061706
"com.reddit.frontpage": [
17071707
"2024.17.0",
17081708
"2025.05.1",
1709-
"2025.12.0"
1709+
"2025.12.1"
17101710
]
17111711
},
17121712
"options": []
@@ -1807,7 +1807,7 @@
18071807
"com.reddit.frontpage": [
18081808
"2024.17.0",
18091809
"2025.05.1",
1810-
"2025.12.0"
1810+
"2025.12.1"
18111811
]
18121812
},
18131813
"options": []
@@ -2005,7 +2005,7 @@
20052005
"com.reddit.frontpage": [
20062006
"2024.17.0",
20072007
"2025.05.1",
2008-
"2025.12.0"
2008+
"2025.12.1"
20092009
]
20102010
},
20112011
"options": []
@@ -2022,7 +2022,7 @@
20222022
"com.reddit.frontpage": [
20232023
"2024.17.0",
20242024
"2025.05.1",
2025-
"2025.12.0"
2025+
"2025.12.1"
20262026
]
20272027
},
20282028
"options": []
@@ -2178,7 +2178,7 @@
21782178
"com.reddit.frontpage": [
21792179
"2024.17.0",
21802180
"2025.05.1",
2181-
"2025.12.0"
2181+
"2025.12.1"
21822182
]
21832183
},
21842184
"options": []
@@ -2236,7 +2236,7 @@
22362236
"com.reddit.frontpage": [
22372237
"2024.17.0",
22382238
"2025.05.1",
2239-
"2025.12.0"
2239+
"2025.12.1"
22402240
]
22412241
},
22422242
"options": []
@@ -2422,7 +2422,7 @@
24222422
"com.reddit.frontpage": [
24232423
"2024.17.0",
24242424
"2025.05.1",
2425-
"2025.12.0"
2425+
"2025.12.1"
24262426
]
24272427
},
24282428
"options": []
@@ -2482,7 +2482,7 @@
24822482
"com.reddit.frontpage": [
24832483
"2024.17.0",
24842484
"2025.05.1",
2485-
"2025.12.0"
2485+
"2025.12.1"
24862486
]
24872487
},
24882488
"options": [

0 commit comments

Comments
 (0)