Gaurav
d852728589
feat(Instagram): Add QoL patches and fix existing patches for v421.x.x
...
New patches added:
- Disable double-tap to like
- Hide comment button
- Download media (partial - fingerprint needs work)
- Disable feed auto-refresh
- Keep scroll position
- Copy bio text
Fixed existing patches:
- Anonymous story viewing: Updated fingerprint to visual_media_seen
- Disable Reels auto-scroll: Removed strict type constraints
- Hide suggested content: Simplified to use returnEarly()
- Enable location sticker redesign: Updated fingerprint (partial)
Also includes extension Java classes for download and bio patches.
2026-03-22 01:55:00 +05:45
Gaurav Yadav
480fd00b4c
fix(Instagram): Update share link fingerprints and navigation patches for 421.x.x
...
- Fix `Sanitize sharing links` patch: replace deprecated `permalink` string
with `create_highlight_permalink_share_url` in permalinkResponseJsonParserMethodMatch
- Add error handling in EditShareLinksPatch to gracefully handle fingerprint mismatches
- Fix `Hide navigation buttons` patch: use mutable ArrayList and setAccessible(true)
to avoid UnsupportedOperationException on newer builds
- Update compatibleWith version to 421.0.0.51.66
2026-03-21 23:53:55 +05:45
semantic-release-bot
b632d0f042
chore: Release v6.1.0 [skip ci]
...
# [6.1.0](https://github.com/ReVanced/revanced-patches/compare/v6.0.1...v6.1.0 ) (2026-03-18)
### Bug Fixes
* **Export internal data documents provider:** Correct S_IFLNK constant and symlink detection mask ([#6819 ](https://github.com/ReVanced/revanced-patches/issues/6819 )) ([252617b ](252617b8dd ))
* **YouTube - Custom branding:** Fix double icons and change default branding to ReVanced ([#6806 ](https://github.com/ReVanced/revanced-patches/issues/6806 )) ([e51c529 ](e51c5292c1 ))
### Features
* Add `Spoof root of trust` and `Spoof keystore security level` patch ([#6751 ](https://github.com/ReVanced/revanced-patches/issues/6751 )) ([4bc8c7c ](4bc8c7c0f6 ))
* **Announcements:** Support ReVanced API v5 announcements ([a05386e ](a05386e8bc ))
* Change contact email in patches about ([df1c3a4 ](df1c3a4a70 ))
* **Instagram:** Add `Enable location sticker redesign` patch ([#6808 ](https://github.com/ReVanced/revanced-patches/issues/6808 )) ([4b699da ](4b699da220 ))
* **Spoof video streams:** Add Android Reel client to fix playback issues ([#6830 ](https://github.com/ReVanced/revanced-patches/issues/6830 )) ([4b6c3e3 ](4b6c3e3123 ))
2026-03-18 15:54:36 +00:00
oSumAtrIX
fca2470990
chore: Merge branch dev to main ( #6820 )
...
Co-authored-by: PlayDay <18056374+playday3008@users.noreply.github.com>
Co-authored-by: semantic-release-bot <semantic-release-bot@martynus.net>
Co-authored-by: oSumAtrIX <johan.melkonyan1@web.de>
Co-authored-by: Dawid Krajcarz <80264606+drobotk@users.noreply.github.com>
Co-authored-by: Kofhisho <github@alphexo.dev>
Co-authored-by: rospino74 <34315725+rospino74@users.noreply.github.com>
Co-authored-by: ADudeCalledLeo <7997354+Leo40Git@users.noreply.github.com>
Co-authored-by: Aaron Mompié <github@aaronmompie.com>
Co-authored-by: inotia00 <108592928+inotia00@users.noreply.github.com>
2026-03-18 16:50:48 +01:00
semantic-release-bot
66b6c8c8ed
chore: Release v6.1.0-dev.4 [skip ci]
...
# [6.1.0-dev.4](https://github.com/ReVanced/revanced-patches/compare/v6.1.0-dev.3...v6.1.0-dev.4 ) (2026-03-18)
### Bug Fixes
* **YouTube - Custom branding:** Fix double icons and change default branding to ReVanced ([#6806 ](https://github.com/ReVanced/revanced-patches/issues/6806 )) ([e51c529 ](e51c5292c1 ))
### Features
* Add `Spoof root of trust` and `Spoof keystore security level` patch ([#6751 ](https://github.com/ReVanced/revanced-patches/issues/6751 )) ([4bc8c7c ](4bc8c7c0f6 ))
* **Instagram:** Add `Enable location sticker redesign` patch ([#6808 ](https://github.com/ReVanced/revanced-patches/issues/6808 )) ([4b699da ](4b699da220 ))
2026-03-18 15:44:38 +00:00
Aaron Mompié
4b699da220
feat(Instagram): Add Enable location sticker redesign patch ( #6808 )
...
Co-authored-by: oSumAtrIX <johan.melkonyan1@web.de>
2026-03-18 16:41:12 +01:00
rospino74
e19275fb7d
feat!: Add Spoof Play Age Signals patch ( #6692 )
...
Co-authored-by: ADudeCalledLeo <7997354+Leo40Git@users.noreply.github.com>
Co-authored-by: Dawid Krajcarz <80264606+drobotk@users.noreply.github.com>
Co-authored-by: oSumAtrIX <johan.melkonyan1@web.de>
2026-03-18 16:40:22 +01:00
Kofhisho
4bc8c7c0f6
feat: Add Spoof root of trust and Spoof keystore security level patch ( #6751 )
...
Co-authored-by: oSumAtrIX <johan.melkonyan1@web.de>
2026-03-18 16:39:46 +01:00
Dawid Krajcarz
e51c5292c1
fix(YouTube - Custom branding): Fix double icons and change default branding to ReVanced ( #6806 )
2026-03-18 16:38:30 +01:00
semantic-release-bot
43688d0622
chore: Release v6.1.0-dev.3 [skip ci]
...
# [6.1.0-dev.3](https://github.com/ReVanced/revanced-patches/compare/v6.1.0-dev.2...v6.1.0-dev.3 ) (2026-03-18)
### Features
* **Spoof video streams:** Add Android Reel client to fix playback issues ([#6830 ](https://github.com/ReVanced/revanced-patches/issues/6830 )) ([4b6c3e3 ](4b6c3e3123 ))
2026-03-18 14:04:42 +00:00
oSumAtrIX
4b6c3e3123
feat(Spoof video streams): Add Android Reel client to fix playback issues ( #6830 )
...
Co-authored-by: oSumAtrIX <johan.melkonyan1@web.de>
Co-authored-by: inotia00 <108592928+inotia00@users.noreply.github.com>
2026-03-18 15:00:26 +01:00
oSumAtrIX
14ea61355d
ci: Make strings permissions writeable for processing
2026-03-18 15:00:13 +01:00
oSumAtrIX
90eebe082c
chore: Sync translations from Crowdin
2026-03-18 14:56:59 +01:00
semantic-release-bot
6564c7642f
chore: Release v6.1.0-dev.2 [skip ci]
...
# [6.1.0-dev.2](https://github.com/ReVanced/revanced-patches/compare/v6.1.0-dev.1...v6.1.0-dev.2 ) (2026-03-17)
### Features
* **Announcements:** Support ReVanced API v5 announcements ([a05386e ](a05386e8bc ))
2026-03-17 12:19:34 +00:00
oSumAtrIX
a05386e8bc
feat(Announcements): Support ReVanced API v5 announcements
2026-03-17 13:17:00 +01:00
semantic-release-bot
64cae2bfa5
chore: Release v6.1.0-dev.1 [skip ci]
...
# [6.1.0-dev.1](https://github.com/ReVanced/revanced-patches/compare/v6.0.2-dev.1...v6.1.0-dev.1 ) (2026-03-16)
### Features
* Change contact email in patches about ([df1c3a4 ](df1c3a4a70 ))
2026-03-16 22:38:34 +00:00
oSumAtrIX
df1c3a4a70
feat: Change contact email in patches about
...
The new dedicated email will is specialized for patches purposes, keeping it separate from organizational/ general emails.
2026-03-16 23:36:07 +01:00
semantic-release-bot
558f683bf2
chore: Release v6.0.2-dev.1 [skip ci]
...
## [6.0.2-dev.1](https://github.com/ReVanced/revanced-patches/compare/v6.0.1...v6.0.2-dev.1 ) (2026-03-16)
### Bug Fixes
* **Export internal data documents provider:** Correct S_IFLNK constant and symlink detection mask ([#6819 ](https://github.com/ReVanced/revanced-patches/issues/6819 )) ([252617b ](252617b8dd ))
2026-03-16 11:09:45 +00:00
PlayDay
252617b8dd
fix(Export internal data documents provider): Correct S_IFLNK constant and symlink detection mask ( #6819 )
2026-03-16 12:07:09 +01:00
semantic-release-bot
c35b8b8e96
chore: Release v6.0.1 [skip ci]
...
## [6.0.1](https://github.com/ReVanced/revanced-patches/compare/v6.0.0...v6.0.1 ) (2026-03-15)
### Bug Fixes
* **GmsCore support:** use `prefixOrReplace` for non-matching APP_AUTHORITIES in content URL transformation ([#6801 ](https://github.com/ReVanced/revanced-patches/issues/6801 )) ([8f6f128 ](8f6f128d71 ))
* **YouTube Music - Hide buttons:** Crashes on startup due to null LayoutParams ([#6799 ](https://github.com/ReVanced/revanced-patches/issues/6799 )) ([3e32c38 ](3e32c38732 ))
* **YouTube:** Use correct query parameters for DeArrow requests ([#6780 ](https://github.com/ReVanced/revanced-patches/issues/6780 )) ([02a48e7 ](02a48e7a5f ))
2026-03-15 18:03:19 +00:00
oSumAtrIX
33aa830a1c
chore: Merge branch dev to main ( #6786 )
...
Co-authored-by: Itroublve <115026399+Anajrim01@users.noreply.github.com>
Co-authored-by: Dawid Krajcarz <80264606+drobotk@users.noreply.github.com>
Co-authored-by: Lucas Martinati <127530926+lucas-martinati@users.noreply.github.com>
2026-03-15 19:00:23 +01:00
semantic-release-bot
8f10eb62a8
chore: Release v6.0.1-dev.3 [skip ci]
...
## [6.0.1-dev.3](https://github.com/ReVanced/revanced-patches/compare/v6.0.1-dev.2...v6.0.1-dev.3 ) (2026-03-15)
### Bug Fixes
* **GmsCore support:** use `prefixOrReplace` for non-matching APP_AUTHORITIES in content URL transformation ([#6801 ](https://github.com/ReVanced/revanced-patches/issues/6801 )) ([8f6f128 ](8f6f128d71 ))
2026-03-15 16:50:02 +00:00
Lucas Martinati
8f6f128d71
fix(GmsCore support): use prefixOrReplace for non-matching APP_AUTHORITIES in content URL transformation ( #6801 )
2026-03-15 17:47:15 +01:00
semantic-release-bot
5fe8b58284
chore: Release v6.0.1-dev.2 [skip ci]
...
## [6.0.1-dev.2](https://github.com/ReVanced/revanced-patches/compare/v6.0.1-dev.1...v6.0.1-dev.2 ) (2026-03-15)
### Bug Fixes
* **YouTube Music - Hide buttons:** Crashes on startup due to null LayoutParams ([#6799 ](https://github.com/ReVanced/revanced-patches/issues/6799 )) ([3e32c38 ](3e32c38732 ))
2026-03-15 16:21:39 +00:00
Dawid Krajcarz
3e32c38732
fix(YouTube Music - Hide buttons): Crashes on startup due to null LayoutParams ( #6799 )
2026-03-15 17:19:06 +01:00
semantic-release-bot
ce85fbfad7
chore: Release v6.0.1-dev.1 [skip ci]
...
## [6.0.1-dev.1](https://github.com/ReVanced/revanced-patches/compare/v6.0.0...v6.0.1-dev.1 ) (2026-03-15)
### Bug Fixes
* **YouTube:** Use correct query parameters for DeArrow requests ([#6780 ](https://github.com/ReVanced/revanced-patches/issues/6780 )) ([02a48e7 ](02a48e7a5f ))
2026-03-15 10:19:34 +00:00
Itroublve
02a48e7a5f
fix(YouTube): Use correct query parameters for DeArrow requests ( #6780 )
2026-03-15 11:16:51 +01:00
semantic-release-bot
5e1f899a3b
chore: Release v6.0.0 [skip ci]
...
# [6.0.0](https://github.com/ReVanced/revanced-patches/compare/v5.50.2...v6.0.0 ) (2026-03-14)
* build(Needs bump)!: Update to ReVanced Patcher v22 ([#6542 ](https://github.com/ReVanced/revanced-patches/issues/6542 )) ([ab2ac36 ](ab2ac36e30 ))
### Bug Fixes
* Add minSdk to all extension projects ([#6778 ](https://github.com/ReVanced/revanced-patches/issues/6778 )) ([7517f57 ](7517f57ac7 ))
* **Check environment:** Use another (also more suitable) API to circumvent a bug ([393700f ](393700f74a ))
* **Custom branding:** Fix defaults ([#6571 ](https://github.com/ReVanced/revanced-patches/issues/6571 )) ([3e00a99 ](3e00a99c1b ))
* **Custom branding:** Resolve background playback crash with custom branded root installation ([#6571 ](https://github.com/ReVanced/revanced-patches/issues/6571 )) ([6aba2d1 ](6aba2d1274 ))
* **Enable debugging:** Add missing preference to log protocol buffer ([26d8a9e ](26d8a9e5f8 ))
* Fix return type check to match method successfully ([0a73452 ](0a734528dc ))
* **GmsCore support:** Handle GmsCore flavors when checking for updates ([2aa19f5 ](2aa19f5995 ))
* **GmsCore support:** Insert check after another missing necessary context hook ([3c0c5a8 ](3c0c5a86d8 ))
* **GmsCore support:** Insert check after necessary context hook ([03e8e3d ](03e8e3d75c ))
* **GmsCore support:** Rename MicroG GmsCore specific strings as well and rename app specific strings correctly ([c2ac1f0 ](c2ac1f04a0 ))
* **GmsCore support:** Try replacing in strings before prefixing to handle more edge cases ([4d94a41 ](4d94a41c46 ))
* **Hex patch:** Fix bug in implementation of Boyer-Moore algorithm ([#6571 ](https://github.com/ReVanced/revanced-patches/issues/6571 )) ([f59323c ](f59323c87d ))
* **Hex:** Add back name, which was accidentally removed from the patch ([6a547a9 ](6a547a97e5 ))
* **Instagram:** Update fingerprints for version `417.0.0.54.77` ([#6734 ](https://github.com/ReVanced/revanced-patches/issues/6734 )) ([55f510d ](55f510dbed ))
* Move strings to correct patch ([4dfe3fb ](4dfe3fb088 ))
* **ProtonVPN - Remove delay:** Make it work on latest version by patching the correct class ([#6757 ](https://github.com/ReVanced/revanced-patches/issues/6757 )) ([e0dc009 ](e0dc009780 ))
* **Reddit clients:** Fix patching broken during patcher migration by searching for strings with contains([#6681 ](https://github.com/ReVanced/revanced-patches/issues/6681 )) ([00da402 ](00da402770 ))
* Rename string keys correctly ([16e00ab ](16e00ab4c0 ))
* **Spotify - Sanitize sharing links:** Update patch to latest app versions ([#6685 ](https://github.com/ReVanced/revanced-patches/issues/6685 )) ([bb7448b ](bb7448bc9d ))
* Use correct string key ([9d55d00 ](9d55d00ff4 ))
* Use custom comparison block for strings in `anyOf` ([56a087d ](56a087dbac ))
* Use positional substitutes in strings where multiple are present ([aa8c87f ](aa8c87f865 ))
* **YouTube - Enable Debugging Patch:** Use correct Protocolbuffer setting name ([#6711 ](https://github.com/ReVanced/revanced-patches/issues/6711 )) ([f934022 ](f934022f37 ))
* **YouTube - Exit fullscreen mode:** Handle exiting fullscreen on first opened video ([#6571 ](https://github.com/ReVanced/revanced-patches/issues/6571 )) ([88724d4 ](88724d47b1 ))
* **YouTube - Hide ads:** Empty space left when ads are hidden on tablets ([#6571 ](https://github.com/ReVanced/revanced-patches/issues/6571 )) ([c1c2aa9 ](c1c2aa98b2 ))
* **YouTube - Hide ads:** Fix "Hide YouTube Premium promotions" hiding YouTube Doodles ([#6571 ](https://github.com/ReVanced/revanced-patches/issues/6571 )) ([d26e352 ](d26e352850 ))
* **YouTube - Hide ads:** Hide new type of general ad, movie ad and web search result ([#6571 ](https://github.com/ReVanced/revanced-patches/issues/6571 )) ([9b12dd1 ](9b12dd1065 ))
* **YouTube - Hide ads:** Hide new type of player ad ([#6571 ](https://github.com/ReVanced/revanced-patches/issues/6571 )) ([c97aefc ](c97aefc272 ))
* **YouTube - Hide ads:** Hide video ads does not hide Shorts ads ([#6571 ](https://github.com/ReVanced/revanced-patches/issues/6571 )) ([8d274a7 ](8d274a7afc ))
* **YouTube - Hide ads:** Support Hide fullscreen ads on Android 13+ devices ([#6571 ](https://github.com/ReVanced/revanced-patches/issues/6571 )) ([02b405e ](02b405e6ac ))
* **YouTube - Hide ads:** YouTube Doodles unclickable when Hide ads is enabled ([#6571 ](https://github.com/ReVanced/revanced-patches/issues/6571 )) ([5d45b6d ](5d45b6da74 ))
* **YouTube - Hide end screen cards:** Resolve patching 20.31.4x ([#6571 ](https://github.com/ReVanced/revanced-patches/issues/6571 )) ([3ff303f ](3ff303f045 ))
* **YouTube - Hide layout components:** Ensure featured places also hide watch history shelf ([#6571 ](https://github.com/ReVanced/revanced-patches/issues/6571 )) ([d639faf ](d639faf71f ))
* **YouTube - Hide layout components:** Fix certain description components not working ([#6571 ](https://github.com/ReVanced/revanced-patches/issues/6571 )) ([1bf64eb ](1bf64eb8b0 ))
* **YouTube - Hide layout components:** Fix empty space issues (subscribed channels bar, show more button, landscape mode) ([#6571 ](https://github.com/ReVanced/revanced-patches/issues/6571 )) ([22ef700 ](22ef7002e0 ))
* **YouTube - Hide layout components:** Fix side effect of Disable translucent status bar ([#6571 ](https://github.com/ReVanced/revanced-patches/issues/6571 )) ([5760c58 ](5760c5860a ))
* **YouTube - Hide layout components:** Resolve "Hide community posts" not working in search results ([#6571 ](https://github.com/ReVanced/revanced-patches/issues/6571 )) ([3153222 ](315322220d ))
* **YouTube - Hide layout components:** Resolve community posts sometimes showing in player suggestions ([#6571 ](https://github.com/ReVanced/revanced-patches/issues/6571 )) ([828df77 ](828df77810 ))
* **YouTube - Hide Shorts components:** Action buttons not hidden in 20.22+ ([#6571 ](https://github.com/ReVanced/revanced-patches/issues/6571 )) ([a90a0b1 ](a90a0b1199 ))
* **YouTube - Hide Shorts components:** Do not hide channel page headers when hiding shorts ([#6571 ](https://github.com/ReVanced/revanced-patches/issues/6571 )) ([1246e43 ](1246e430f2 ))
* **YouTube - Hide Shorts components:** Find resource id only for 21.05+ ([63161e9 ](63161e9fb3 ))
* **YouTube - Hide Shorts components:** Fix sound metadata label hiding other components ([#6571 ](https://github.com/ReVanced/revanced-patches/issues/6571 )) ([49d1f65 ](49d1f65fca ))
* **YouTube - Hide Shorts components:** Hide new type of sound metadata label ([#6571 ](https://github.com/ReVanced/revanced-patches/issues/6571 )) ([a6b8d2f ](a6b8d2f103 ))
* **YouTube - Hide Shorts components:** Resolve hiding Shorts not working ([#6571 ](https://github.com/ReVanced/revanced-patches/issues/6571 )) ([ae69bdc ](ae69bdc1d3 ))
* **YouTube - Loop video:** Enable loop video not working in playlist ([#6571 ](https://github.com/ReVanced/revanced-patches/issues/6571 )) ([06dbf7e ](06dbf7ee80 ))
* **YouTube - Loop video:** Fix looping button state ([#6571 ](https://github.com/ReVanced/revanced-patches/issues/6571 )) ([14d0135 ](14d0135b3c ))
* **YouTube - Loop video:** Wrong icon applied ([#6571 ](https://github.com/ReVanced/revanced-patches/issues/6571 )) ([b34adf6 ](b34adf6437 ))
* **YouTube - Open Shorts in regular player:** Fix back behavior with 20.51 ([#6571 ](https://github.com/ReVanced/revanced-patches/issues/6571 )) ([46ec3d3 ](46ec3d3bdd ))
* **YouTube - Open Shorts in regular player:** Resolve back button closing app instead of exiting fullscreen ([#6571 ](https://github.com/ReVanced/revanced-patches/issues/6571 )) ([b787c46 ](b787c469fd ))
* **YouTube - Playback speed:** Use correct extension method name ([b8b4cfb ](b8b4cfbd01 ))
* **YouTube - Remove background playback restrictions:** Fix background playback not working with certain offline videos ([#6571 ](https://github.com/ReVanced/revanced-patches/issues/6571 )) ([2d098f2 ](2d098f2352 ))
* **YouTube - Remove viewer discretion dialog:** Not working on 20.14.43+ ([#6571 ](https://github.com/ReVanced/revanced-patches/issues/6571 )) ([64c397e ](64c397eb1c ))
* **YouTube - Return YouTube Dislike:** Fix incorrect dislike counts after cancel ([#6571 ](https://github.com/ReVanced/revanced-patches/issues/6571 )) ([ad10d76 ](ad10d76035 ))
* **YouTube - ReturnYouTubeDislike:** Fix dislikes not showing with 20.31+ ([#6571 ](https://github.com/ReVanced/revanced-patches/issues/6571 )) ([2033883 ](2033883294 ))
* **YouTube - Settings:** Icon not drawn correctly on some systems ([#6683 ](https://github.com/ReVanced/revanced-patches/issues/6683 )) ([ddb6396 ](ddb6396b3f ))
* **YouTube - SponsorBlock:** Do not show context toast when auto skipping in feed ([#6571 ](https://github.com/ReVanced/revanced-patches/issues/6571 )) ([88157ac ](88157ac5b7 ))
* **YouTube - SponsorBlock:** Resolve segments not fetching on experimental app targets ([#6571 ](https://github.com/ReVanced/revanced-patches/issues/6571 )) ([2067799 ](206779942d ))
* **YouTube - SponsorBlock:** Show correct nested skip segment when seeking ([#6571 ](https://github.com/ReVanced/revanced-patches/issues/6571 )) ([f5ef68b ](f5ef68b61a ))
* **YouTube - Spoof app version:** Remove target `19.35.36` no longer supported by YouTube ([#6717 ](https://github.com/ReVanced/revanced-patches/issues/6717 )) ([46fb366 ](46fb3669ee ))
* **YouTube - Spoof video streams:** Make it work on 21.x ([#6705 ](https://github.com/ReVanced/revanced-patches/issues/6705 )) ([fdfed3c ](fdfed3c9dd ))
* **YouTube Music - Navigation bar:** Hide library tab with 8.24+ ([#6571 ](https://github.com/ReVanced/revanced-patches/issues/6571 )) ([cfcae43 ](cfcae43465 ))
* **YouTube Music:** Prevent crash on bold icons loading ([#6712 ](https://github.com/ReVanced/revanced-patches/issues/6712 )) ([e9bfb7c ](e9bfb7ca9b ))
* **YouTube:** Add back missing custom filter by adding the preference to the correct screen ([2a10489 ](2a10489a86 ))
* **YouTube:** Change recommended version to 20.37.48 ([#6571 ](https://github.com/ReVanced/revanced-patches/issues/6571 )) ([3dd305c ](3dd305ca5d ))
* **YouTube:** Changes the default values for some settings ([#6571 ](https://github.com/ReVanced/revanced-patches/issues/6571 )) ([dce204b ](dce204b41b ))
* **YouTube:** Do not show bold icons if old settings menus is enabled ([#6571 ](https://github.com/ReVanced/revanced-patches/issues/6571 )) ([30bd852 ](30bd852ba5 ))
* **YouTube:** Fix patching unsupported 20.13.41 ([#6571 ](https://github.com/ReVanced/revanced-patches/issues/6571 )) ([ed45375 ](ed45375105 ))
* **YouTube:** Ignore cairo flag in debug flag manager ([#6571 ](https://github.com/ReVanced/revanced-patches/issues/6571 )) ([093497c ](093497c34f ))
* **YouTube:** Remove 19.43.41 that YouTube no longer supports ([#6571 ](https://github.com/ReVanced/revanced-patches/issues/6571 )) ([a8526dc ](a8526dc8ae ))
### Features
* Add overlay buttons animation ([#6571 ](https://github.com/ReVanced/revanced-patches/issues/6571 )) ([f6fc6aa ](f6fc6aa5ac ))
* **Check environment patch:** Support another ReVanced Manager debug variant package name ([e4dea68 ](e4dea682c6 ))
* **Custom branding:** Default to user-provided icon and name when provided ([#6571 ](https://github.com/ReVanced/revanced-patches/issues/6571 )) ([f19c35e ](f19c35e21c ))
* **Enable debugging:** Allow overriding String/long/double flags in debug flag manager ([#6571 ](https://github.com/ReVanced/revanced-patches/issues/6571 )) ([1f91bc8 ](1f91bc8a20 ))
* **GMX Mail:** Add `Force enable Freephone` patch ([#6650 ](https://github.com/ReVanced/revanced-patches/issues/6650 )) ([997b5d6 ](997b5d63d1 ))
* **GMX Mail:** Add `Hide ads` and `Hide Premium upgrade button` patches ([#6583 ](https://github.com/ReVanced/revanced-patches/issues/6583 )) ([2976ea3 ](2976ea3ddd ))
* Handle multiple branch conditionals jumping to the same instruction index ([#6571 ](https://github.com/ReVanced/revanced-patches/issues/6571 )) ([2f7b57d ](2f7b57d071 ))
* **Instagram:** Add `Disable Reels auto-scroll` patch ([#6736 ](https://github.com/ReVanced/revanced-patches/issues/6736 )) ([806d6c7 ](806d6c799f ))
* Perform full search of free registers ([#6571 ](https://github.com/ReVanced/revanced-patches/issues/6571 )) ([01ef43a ](01ef43abab ))
* **Photoshop Mix:** Add `Bypass login` patch ([#6745 ](https://github.com/ReVanced/revanced-patches/issues/6745 )) ([24caae9 ](24caae98b7 ))
* Update YouTube & YouTube Music patches ([#6571 ](https://github.com/ReVanced/revanced-patches/issues/6571 )) ([88d33b8 ](88d33b847d ))
* Use more informative patch error if the same APK is patched twice ([#6571 ](https://github.com/ReVanced/revanced-patches/issues/6571 )) ([26e5ce1 ](26e5ce1a32 ))
* **YouTube - Disable haptic feedback:** Add Disable tap and hold haptics setting ([#6571 ](https://github.com/ReVanced/revanced-patches/issues/6571 )) ([f135122 ](f135122df1 ))
* **YouTube - Hide ads:** Add Hide player popup ads setting ([#6571 ](https://github.com/ReVanced/revanced-patches/issues/6571 )) ([487a95d ](487a95d3ef ))
* **YouTube - Hide layout components:** Add "Hide channel tab filter" setting ([#6571 ](https://github.com/ReVanced/revanced-patches/issues/6571 )) ([0adcd8c ](0adcd8c62e ))
* **YouTube - Hide layout components:** Add "Hide collapse button" setting ([#6571 ](https://github.com/ReVanced/revanced-patches/issues/6571 )) ([1554fd9 ](1554fd916d ))
* **YouTube - Hide layout components:** Add "Hide comments section in Home feed" setting ([#6571 ](https://github.com/ReVanced/revanced-patches/issues/6571 )) ([5278434 ](5278434534 ))
* **YouTube - Hide layout components:** Add "Hide course progress" setting ([#6571 ](https://github.com/ReVanced/revanced-patches/issues/6571 )) ([1927564 ](192756443a ))
* **YouTube - Hide layout components:** Add "Hide explore this course" setting ([#6571 ](https://github.com/ReVanced/revanced-patches/issues/6571 )) ([3e24762 ](3e24762c18 ))
* **YouTube - Hide layout components:** Add "Hide featured links", "Hide featured videos", "Hide join button", and "Hide subscribe button" options ([#6571 ](https://github.com/ReVanced/revanced-patches/issues/6571 )) ([f9e843d ](f9e843d756 ))
* **YouTube - Hide layout components:** Add "Hide feed flyout menu filter" setting ([#6571 ](https://github.com/ReVanced/revanced-patches/issues/6571 )) ([a93de46 ](a93de46572 ))
* **YouTube - Hide layout components:** Add "Hide fullscreen button" setting ([#6571 ](https://github.com/ReVanced/revanced-patches/issues/6571 )) ([b07b160 ](b07b1609e4 ))
* **YouTube - Hide layout components:** Add "Hide latest videos button" setting ([#6571 ](https://github.com/ReVanced/revanced-patches/issues/6571 )) ([ebfdd8d ](ebfdd8df2c ))
* **YouTube - Hide layout components:** Add "Hide live chat replay button" setting ([#6571 ](https://github.com/ReVanced/revanced-patches/issues/6571 )) ([a6bd311 ](a6bd3116f9 ))
* **YouTube - Hide layout components:** Add "Hide quizzes" setting ([#6571 ](https://github.com/ReVanced/revanced-patches/issues/6571 )) ([70b9e10 ](70b9e103ae ))
* **YouTube - Hide layout components:** Add "Hide search box trending results" setting ([#6571 ](https://github.com/ReVanced/revanced-patches/issues/6571 )) ([21bf455 ](21bf455c3f ))
* **YouTube - Hide layout components:** Add "Hide subscribed channels bar" setting ([#6571 ](https://github.com/ReVanced/revanced-patches/issues/6571 )) ([e41a40f ](e41a40f0d7 ))
* **YouTube - Hide layout components:** Add "Hide video title" setting ([#6571 ](https://github.com/ReVanced/revanced-patches/issues/6571 )) ([2cfbe08 ](2cfbe08b21 ))
* **YouTube - Hide layout components:** Apply hide search suggestions only to more recent app targets ([#6571 ](https://github.com/ReVanced/revanced-patches/issues/6571 )) ([a43c0e1 ](a43c0e111b ))
* **YouTube - Hide layout components:** Replace "Hide search suggestions" with "Hide You may like section" ([#6571 ](https://github.com/ReVanced/revanced-patches/issues/6571 )) ([80f6b01 ](80f6b01c64 ))
* **YouTube - Hide Shorts components:** Add "Hide AI button" setting ([#6571 ](https://github.com/ReVanced/revanced-patches/issues/6571 )) ([99aace4 ](99aace4178 ))
* **YouTube - Hide Shorts components:** Add "Hide in video description" setting ([#6571 ](https://github.com/ReVanced/revanced-patches/issues/6571 )) ([e0a8b7b ](e0a8b7bc59 ))
* **YouTube - Navigation bar:** Add settings to hide toolbar buttons ([#6571 ](https://github.com/ReVanced/revanced-patches/issues/6571 )) ([d72e39f ](d72e39f2a8 ))
* **YouTube - Navigation buttons:** Add setting to use narrow navigation bar buttons ([#6571 ](https://github.com/ReVanced/revanced-patches/issues/6571 )) ([e48a5d7 ](e48a5d76f7 ))
* **YouTube - SponsorBlock:** Show skip button if player overlay controls are active ([#6571 ](https://github.com/ReVanced/revanced-patches/issues/6571 )) ([35ec655 ](35ec655f83 ))
* **YouTube - Theme:** Add "Hide splash screen" setting ([#6571 ](https://github.com/ReVanced/revanced-patches/issues/6571 )) ([ca6e184 ](ca6e184172 ))
* **YouTube - Video quality:** Add Hide Premium video quality setting ([#6571 ](https://github.com/ReVanced/revanced-patches/issues/6571 )) ([50a2b67 ](50a2b67ef6 ))
* **YouTube Music:** Add experimental support for 9.02.50 ([#6571 ](https://github.com/ReVanced/revanced-patches/issues/6571 )) ([50a102d ](50a102d8af ))
* **YouTube Music:** Add experimental support for 9.03.52 ([#6571 ](https://github.com/ReVanced/revanced-patches/issues/6571 )) ([d5b9c0c ](d5b9c0c03d ))
* **YouTube Music:** Change recommended version to 8.37.56 ([#6571 ](https://github.com/ReVanced/revanced-patches/issues/6571 )) ([d1e7900 ](d1e7900793 ))
* **YouTube Music:** Support version 8.40.54 ([#6571 ](https://github.com/ReVanced/revanced-patches/issues/6571 )) ([62f130c ](62f130cc88 ))
* **YouTube Music:** Unofficial support of 8.50.51 ([#6571 ](https://github.com/ReVanced/revanced-patches/issues/6571 )) ([c1d7cae ](c1d7caeee2 ))
* **YouTube:** Add experimental support for 21.02.32 ([#6571 ](https://github.com/ReVanced/revanced-patches/issues/6571 )) ([7904b60 ](7904b60dbe ))
* **YouTube:** Add experimental support for 21.03.34 ([#6571 ](https://github.com/ReVanced/revanced-patches/issues/6571 )) ([1ae36a1 ](1ae36a1cc7 ))
* **YouTube:** Add experimental support for 21.04.221 ([#6571 ](https://github.com/ReVanced/revanced-patches/issues/6571 )) ([66e113a ](66e113a966 ))
* **YouTube:** Add experimental support for 21.05.264 ([#6571 ](https://github.com/ReVanced/revanced-patches/issues/6571 )) ([f646c82 ](f646c820d7 ))
* **YouTube:** Add experimental support for 21.06.251 ([#6571 ](https://github.com/ReVanced/revanced-patches/issues/6571 )) ([44b17d4 ](44b17d4758 ))
* **YouTube:** Add experimental support for 21.06.257 ([#6571 ](https://github.com/ReVanced/revanced-patches/issues/6571 )) ([abb703d ](abb703dcb2 ))
* **YouTube:** Add experimental support for 21.07.240 ([#6571 ](https://github.com/ReVanced/revanced-patches/issues/6571 )) ([79b0c1f ](79b0c1f72f ))
* **YouTube:** Add Hide autoplay preview patch ([#6571 ](https://github.com/ReVanced/revanced-patches/issues/6571 )) ([79e3955 ](79e3955fde ))
* **YouTube:** Add more double tap to seek length options ([#6571 ](https://github.com/ReVanced/revanced-patches/issues/6571 )) ([fb04071 ](fb04071528 ))
* **YouTube:** Remove obsolete seekbar thumbnail patch ([#6571 ](https://github.com/ReVanced/revanced-patches/issues/6571 )) ([9909fc1 ](9909fc1e5d ))
* **YouTube:** Support version 20.40.45 ([#6571 ](https://github.com/ReVanced/revanced-patches/issues/6571 )) ([96c85d0 ](96c85d0371 ))
### BREAKING CHANGES
* Deprecated APIs have been removed, and various APIs now use the updated ReVanced Patcher v22 APIs.
2026-03-14 23:09:51 +00:00
oSumAtrIX
938c6fae60
chore: Merge branch dev to main ( #6591 )
2026-03-15 00:06:00 +01:00
oSumAtrIX
ca903248a5
chore: Sync translations from Crowdin
2026-03-14 22:53:13 +01:00
semantic-release-bot
a2a11d7362
chore: Release v6.0.0-dev.26 [skip ci]
...
# [6.0.0-dev.26](https://github.com/ReVanced/revanced-patches/compare/v6.0.0-dev.25...v6.0.0-dev.26 ) (2026-03-14)
### Bug Fixes
* Add minSdk to all extension projects ([#6778 ](https://github.com/ReVanced/revanced-patches/issues/6778 )) ([7517f57 ](7517f57ac7 ))
2026-03-14 18:44:52 +00:00
kitadai31
7517f57ac7
fix: Add minSdk to all extension projects ( #6778 )
2026-03-14 19:41:18 +01:00
semantic-release-bot
dc39dfdab4
chore: Release v6.0.0-dev.25 [skip ci]
...
# [6.0.0-dev.25](https://github.com/ReVanced/revanced-patches/compare/v6.0.0-dev.24...v6.0.0-dev.25 ) (2026-03-14)
### Features
* **Instagram:** Add `Disable Reels auto-scroll` patch ([#6736 ](https://github.com/ReVanced/revanced-patches/issues/6736 )) ([806d6c7 ](806d6c799f ))
2026-03-14 12:55:58 +00:00
Aaron Mompié
806d6c799f
feat(Instagram): Add Disable Reels auto-scroll patch ( #6736 )
...
Co-authored-by: oSumAtrIX <johan.melkonyan1@web.de>
2026-03-14 13:52:12 +01:00
Pun Butrach
b2b1e4f993
ci: Bump actions to avoid Node 20 deprecation ( #6772 )
2026-03-13 14:41:35 +01:00
semantic-release-bot
882cb4a0d4
chore: Release v6.0.0-dev.24 [skip ci]
...
# [6.0.0-dev.24](https://github.com/ReVanced/revanced-patches/compare/v6.0.0-dev.23...v6.0.0-dev.24 ) (2026-03-09)
### Features
* **Photoshop Mix:** Add `Bypass login` patch ([#6745 ](https://github.com/ReVanced/revanced-patches/issues/6745 )) ([24caae9 ](24caae98b7 ))
2026-03-09 19:07:17 +00:00
Dylan
24caae98b7
feat(Photoshop Mix): Add Bypass login patch ( #6745 )
...
Co-authored-by: oSumAtrIX <johan.melkonyan1@web.de>
2026-03-09 20:03:25 +01:00
semantic-release-bot
a02350bbc8
chore: Release v6.0.0-dev.23 [skip ci]
...
# [6.0.0-dev.23](https://github.com/ReVanced/revanced-patches/compare/v6.0.0-dev.22...v6.0.0-dev.23 ) (2026-03-09)
### Bug Fixes
* **ProtonVPN - Remove delay:** Make it work on latest version by patching the correct class ([#6757 ](https://github.com/ReVanced/revanced-patches/issues/6757 )) ([e0dc009 ](e0dc009780 ))
2026-03-09 18:13:38 +00:00
Sayanth
e0dc009780
fix(ProtonVPN - Remove delay): Make it work on latest version by patching the correct class ( #6757 )
2026-03-09 19:10:05 +01:00
semantic-release-bot
d2659637ac
chore: Release v6.0.0-dev.22 [skip ci]
...
# [6.0.0-dev.22](https://github.com/ReVanced/revanced-patches/compare/v6.0.0-dev.21...v6.0.0-dev.22 ) (2026-03-08)
### Bug Fixes
* **YouTube - Settings:** Icon not drawn correctly on some systems ([#6683 ](https://github.com/ReVanced/revanced-patches/issues/6683 )) ([ddb6396 ](ddb6396b3f ))
2026-03-08 19:55:59 +00:00
Dawid Krajcarz
ddb6396b3f
fix(YouTube - Settings): Icon not drawn correctly on some systems ( #6683 )
2026-03-08 20:52:16 +01:00
semantic-release-bot
49dffe37c5
chore: Release v6.0.0-dev.21 [skip ci]
...
# [6.0.0-dev.21](https://github.com/ReVanced/revanced-patches/compare/v6.0.0-dev.20...v6.0.0-dev.21 ) (2026-03-08)
### Bug Fixes
* **Instagram:** Update fingerprints for version `417.0.0.54.77` ([#6734 ](https://github.com/ReVanced/revanced-patches/issues/6734 )) ([55f510d ](55f510dbed ))
* **Spotify - Sanitize sharing links:** Update patch to latest app versions ([#6685 ](https://github.com/ReVanced/revanced-patches/issues/6685 )) ([bb7448b ](bb7448bc9d ))
2026-03-08 19:39:41 +00:00
Pun Butrach
0637d4596a
ci: Use new attestation action ( #6744 )
2026-03-08 20:36:06 +01:00
Aaron Mompié
55f510dbed
fix(Instagram): Update fingerprints for version 417.0.0.54.77 ( #6734 )
2026-03-08 20:34:52 +01:00
Dawid Krajcarz
bb7448bc9d
fix(Spotify - Sanitize sharing links): Update patch to latest app versions ( #6685 )
2026-03-08 20:33:36 +01:00
semantic-release-bot
ed9f191a2e
chore: Release v6.0.0-dev.20 [skip ci]
...
# [6.0.0-dev.20](https://github.com/ReVanced/revanced-patches/compare/v6.0.0-dev.19...v6.0.0-dev.20 ) (2026-03-08)
### Bug Fixes
* **YouTube - Enable Debugging Patch:** Use correct Protocolbuffer setting name ([#6711 ](https://github.com/ReVanced/revanced-patches/issues/6711 )) ([f934022 ](f934022f37 ))
2026-03-08 16:12:49 +00:00
rospino74
f934022f37
fix(YouTube - Enable Debugging Patch): Use correct Protocolbuffer setting name ( #6711 )
2026-03-08 17:09:24 +01:00
semantic-release-bot
11bd06d374
chore: Release v6.0.0-dev.19 [skip ci]
...
# [6.0.0-dev.19](https://github.com/ReVanced/revanced-patches/compare/v6.0.0-dev.18...v6.0.0-dev.19 ) (2026-03-06)
### Bug Fixes
* **Hex:** Add back name, which was accidentally removed from the patch ([6a547a9 ](6a547a97e5 ))
2026-03-06 18:01:51 +00:00
oSumAtrIX
6a547a97e5
fix(Hex): Add back name, which was accidentally removed from the patch
2026-03-06 18:56:45 +01:00
semantic-release-bot
f7298ffd52
chore: Release v6.0.0-dev.18 [skip ci]
...
# [6.0.0-dev.18](https://github.com/ReVanced/revanced-patches/compare/v6.0.0-dev.17...v6.0.0-dev.18 ) (2026-03-06)
### Bug Fixes
* **YouTube - Hide Shorts components:** Find resource id only for 21.05+ ([63161e9 ](63161e9fb3 ))
2026-03-06 14:36:34 +00:00