mirror of
https://github.com/ReVanced/revanced-patches.git
synced 2026-01-11 13:46:17 +00:00
# [1.0.0-dev.5](https://github.com/revanced/revanced-patches/compare/v1.0.0-dev.4...v1.0.0-dev.5) (2022-05-07) ### Bug Fixes * `enable-seekbar-tapping` patch ([af4d514](af4d514038)) * `Index` in wrong package ([0a57a1d](0a57a1d1c1)) * `minimized-playback` & `old-quality-layout` wrong opcodes ([c36c5f8](c36c5f80b4)) * `minimized-playback` patch ([cc558b3](cc558b35e9)) * `SignatureChecker` not handling nullable field `methodMetadata` ([c2e0e91](c2e0e918d0)) * accidentally removed code in refactor ([affd51d](affd51d2c1)) * add missing `trimIndent()` to string literals ([046d1f0](046d1f05f7)) * add missing opcode for `create-button-method` ([c3f5eec](c3f5eec804)) * attempt on all patches ([9e49e71](9e49e71364)) * breaking changes of the patcher ([acdb444](acdb44477c)) * breaking patcher changes ([923b0d9](923b0d9a01)) * disable `hide-suggestions-patch` patch until fixed ([fb4dc1d](fb4dc1dcfc)) * incorrect endIndex (fixed in Patcher) ([54196e7](54196e70ab)) * modified opcode for `show-video-ads-constructor` ([5cb333d](5cb333d769)) * multiple bugs in patches ([f4d25ae](f4d25aeea2)) * name for `IntegrationsPatch` ([2d1c3ee](2d1c3ee109)) * print instruction index of warning ([a63db11](a63db11046)) * remove `HideSuggestionsPatch` from `Index` ([0c16b51](0c16b51e93)) * signature checker with changes of patcher ([34449ab](34449abe41)) * tests failing ([51aeebe](51aeebe1e8)) * update `HomeAdsPatch` ([529fa1e](529fa1edff)) * version in package metadata of music ([c6dae56](c6dae56521)) * **VideoAds:** remove `istore1` opcode ([ba1103a](ba1103aca3)) * wrong access flag in signature for `Create button patch` ([2f2a0ff](2f2a0ff5e3)) * wrong opcode for `create-button-method` ([067d530](067d530901)) * wrong opcode pattern for `create-button-method` ([42253f0](42253f016a)) * wrong opcode pattern for `enable-seekbar-tapping-signature` ([38d77be](38d77be08b)) * wrong opcode pattern for signature in `Hide suggestions patch` ([51c45c6](51c45c636f)) * wrong patches in `upgrade-tab-remover` ([08b4294](08b4294f5e)) * wrong signature for `hide-reels-signature` ([9987679](9987679f66)) * wrong signatures for patch `Old Quality Layout Patch` ([d29329f](d29329fb32)) * wrong versions of patches ([89dcb56](89dcb56a9f)) ### Features * `hide-shorts-button` patch ([d6d6438](d6d6438110)) * `tastebuilder-remover` for music ([51a061f](51a061fe2d)) * Add (WIP) Signature Checker ([38761e8](38761e8e26)) * add home ads patch ([024ecb2](024ecb2fb0)) * added `codecs-unlock` patch ([5114ae1](5114ae1a2a)) * display metadata for each signature in `SignatureChecker` ([8b5d316](8b5d316ad3)) * get required register dynamically ([f65199c](f65199c028)) * integrations patch ([61554ce](61554ce809)) * migrate to dalvik patches ([d01658c](d01658c840)) * Patches for YouTube Music ([385c278](385c278e05)) * remove obsolete patch `Hide suggestions patch` ([9cb59b4](9cb59b44e3))
8.0 KiB
8.0 KiB
1.0.0-dev.5 (2022-05-07)
Bug Fixes
enable-seekbar-tappingpatch (52fd726)Indexin wrong package (2f9360f)minimized-playback&old-quality-layoutwrong opcodes (b45d175)minimized-playbackpatch (55677a4)SignatureCheckernot handling nullable fieldmethodMetadata(17bcf78)- accidentally removed code in refactor (0077e26)
- add missing
trimIndent()to string literals (76d3c71) - add missing opcode for
create-button-method(0a398ef) - attempt on all patches (3395d69)
- breaking changes of the patcher (1a49bbd)
- breaking patcher changes (581d1b0)
- disable
hide-suggestions-patchpatch until fixed (99099ea) - incorrect endIndex (fixed in Patcher) (424788e)
- modified opcode for
show-video-ads-constructor(a0dcea3) - multiple bugs in patches (e37201d)
- name for
IntegrationsPatch(e46ef02) - print instruction index of warning (9e29aee)
- remove
HideSuggestionsPatchfromIndex(f32e474) - signature checker with changes of patcher (e82459d)
- tests failing (102793f)
- update
HomeAdsPatch(62f1801) - version in package metadata of music (b299205)
- VideoAds: remove
istore1opcode (dc4ec57) - wrong access flag in signature for
Create button patch(9fbb89d) - wrong opcode for
create-button-method(3214650) - wrong opcode pattern for
create-button-method(f4d8a85) - wrong opcode pattern for
enable-seekbar-tapping-signature(1d83395) - wrong opcode pattern for signature in
Hide suggestions patch(535aee0) - wrong patches in
upgrade-tab-remover(5182290) - wrong signature for
hide-reels-signature(2d9ff2a) - wrong signatures for patch
Old Quality Layout Patch(823e503) - wrong versions of patches (a112b22)
Features
hide-shorts-buttonpatch (88352ee)tastebuilder-removerfor music (a6aeca3)- Add (WIP) Signature Checker (ae4c7b2)
- add home ads patch (36cddd1)
- added
codecs-unlockpatch (e5fd7ce) - display metadata for each signature in
SignatureChecker(736a71f) - get required register dynamically (0924ca2)
- integrations patch (19c0b0d)
- migrate to dalvik patches (e088c67)
- Patches for YouTube Music (b60c9d3)
- remove obsolete patch
Hide suggestions patch(e65c6f2)
1.0.0-dev.4 (2022-03-22)
Features
BREAKING CHANGES
- signature of patches was changed
- signature of patches was changed
1.0.0-dev.3 (2022-03-21)
Features
- OldQualityLayout, HideSuggestions, HideReels, EnableSeekbarTapping (04a7cff)
1.0.0-dev.2 (2022-03-21)
Code Refactoring
- Rename
net.revancedtoapp.revanced(68ea89f)
BREAKING CHANGES
- Package name was changed from "net.revanced" to "app.revanced"