mirror of
https://github.com/ReVanced/revanced-patches.git
synced 2026-01-11 13:46:17 +00:00
# 1.0.0 (2022-06-05) ### Bug Fixes * `create-button-signature` ([a2038a0](a2038a0507)) * `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 by `revanced-patcher` dependency ([1748cd9](1748cd98a4)) * breaking changes by `revanced-patcher` dependency ([1136371](113637183a)) * breaking changes of the patcher ([acdb444](acdb44477c)) * breaking patcher changes ([6655f4b](6655f4b5e5)) * breaking patcher changes ([32d828f](32d828fc67)) * breaking patcher changes ([923b0d9](923b0d9a01)) * bugfixes in `microg` ([f4e289c](f4e289c8df)) * clean after building ([96f76b2](96f76b2eb5)) * disable `hide-suggestions-patch` patch until fixed ([fb4dc1d](fb4dc1dcfc)) * incorrect endIndex (fixed in Patcher) ([54196e7](54196e70ab)) * loop in `amoled` patch ([15630fe](15630fe9f9)) * migrate patches to latest patcher api changes ([39cf505](39cf505d84)) * missing extension method `doRecursively` ([62c6543](62c6543485)) * 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)) * publish releases ([fa3f6e2](fa3f6e2f33)) * remove `HideSuggestionsPatch` from `Index` ([0c16b51](0c16b51e93)) * remove unused patches ([7a0ae2d](7a0ae2d56a)) * signature checker with changes of patcher ([34449ab](34449abe41)) * spelling mistake ([eb97257](eb97257c41)) * tests failing ([51aeebe](51aeebe1e8)) * update `HomeAdsPatch` ([529fa1e](529fa1edff)) * update patches ([e6f3b3c](e6f3b3cd21)) * use the latest version of patcher dependency ([e09f25c](e09f25cb75)) * version in package metadata of music ([c6dae56](c6dae56521)) * **VideoAds:** remove `istore1` opcode ([ba1103a](ba1103aca3)) * write while reading resources and remove checking for "." in resource extensions ([017bcfa](017bcfa04d)) * wrong access flag in signature for `Create button patch` ([2f2a0ff](2f2a0ff5e3)) * wrong annotation and signature in patches ([a91432f](a91432f6ca)) * 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)) ### Code Refactoring * Rename `net.revanced` to `app.revanced` ([510eb50](510eb50968)) ### Features * `Dependencies` annotation ([73adc6f](73adc6f98c)) * `GeneralBytecodeAds` and `GeneralResourceAds` patch ([05ee34c](05ee34c756)) * `hide-shorts-button` patch ([d6d6438](d6d6438110)) * `tastebuilder-remover` for music ([51a061f](51a061fe2d)) * Add (WIP) Signature Checker ([38761e8](38761e8e26)) * add `amoled` patch ([27f6aa5](27f6aa5b7b)) * add home ads patch ([024ecb2](024ecb2fb0)) * add patches compatibility to the newest version ([4e85cc4](4e85cc4cbb)) * add publishing to package registry ([675367a](675367a4ea)) * add semantic-release ([1ea323f](1ea323faae)) * added `codecs-unlock` patch ([5114ae1](5114ae1a2a)) * begin `MicroG Patch` ([e757e13](e757e13987)) * display metadata for each signature in `SignatureChecker` ([8b5d316](8b5d316ad3)) * get required register dynamically ([f65199c](f65199c028)) * Initial commit ([ce29098](ce29098d8a)) * integrations patch ([61554ce](61554ce809)) * migrate to dalvik patches ([d01658c](d01658c840)) * MinimizedPlayback, CreateButtonRemover ([d35496b](d35496b453)) * OldQualityLayout, HideSuggestions, HideReels, EnableSeekbarTapping ([084fc60](084fc60d3f)) * Patches for YouTube Music ([385c278](385c278e05)) * remove obsolete patch `Hide suggestions patch` ([9cb59b4](9cb59b44e3)) * update MicroG patch to latest version ([45c75cf](45c75cfb0e)) * update patches to latest version ([dd0d58f](dd0d58fc3b)) * use supplier instead of KClass ([bf2b2ae](bf2b2ae791)) * use supplier instead of KClass ([790c84a](790c84a00e)) ### BREAKING CHANGES * signature of patches was changed * signature of patches was changed * Package name was changed from "net.revanced" to "app.revanced"
25 KiB
25 KiB
1.0.0 (2022-06-05)
Bug Fixes
create-button-signature(a173f6e)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 by
revanced-patcherdependency (e12e484) - breaking changes by
revanced-patcherdependency (7e485b4) - breaking changes of the patcher (1a49bbd)
- breaking patcher changes (50f9cc5)
- breaking patcher changes (cbb9e2c)
- breaking patcher changes (581d1b0)
- bugfixes in
microg(a43b33b) - clean after building (a2df3fb)
- disable
hide-suggestions-patchpatch until fixed (99099ea) - incorrect endIndex (fixed in Patcher) (424788e)
- loop in
amoledpatch (c4c86b6) - migrate patches to latest patcher api changes (8a0ee03)
- missing extension method
doRecursively(e9c9460) - modified opcode for
show-video-ads-constructor(a0dcea3) - multiple bugs in patches (e37201d)
- name for
IntegrationsPatch(e46ef02) - print instruction index of warning (9e29aee)
- publish releases (83916f9)
- remove
HideSuggestionsPatchfromIndex(f32e474) - remove unused patches (d12e92a)
- signature checker with changes of patcher (e82459d)
- spelling mistake (52f9147)
- tests failing (102793f)
- update
HomeAdsPatch(62f1801) - update patches (91b8ec8)
- use the latest version of patcher dependency (fe4a439)
- version in package metadata of music (b299205)
- VideoAds: remove
istore1opcode (dc4ec57) - write while reading resources and remove checking for "." in resource extensions (7bc6094)
- wrong access flag in signature for
Create button patch(9fbb89d) - wrong annotation and signature in patches (a0fdee8)
- 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)
Code Refactoring
- Rename
net.revancedtoapp.revanced(68ea89f)
Features
Dependenciesannotation (85806bb)GeneralBytecodeAdsandGeneralResourceAdspatch (f99bbef)hide-shorts-buttonpatch (88352ee)tastebuilder-removerfor music (a6aeca3)- Add (WIP) Signature Checker (ae4c7b2)
- add
amoledpatch (d61bac4) - add home ads patch (36cddd1)
- add patches compatibility to the newest version (799401d)
- add publishing to package registry (b475e09)
- add semantic-release (d60f1d0)
- added
codecs-unlockpatch (e5fd7ce) - begin
MicroG Patch(91474ba) - display metadata for each signature in
SignatureChecker(736a71f) - get required register dynamically (0924ca2)
- Initial commit (bee5f2f)
- integrations patch (19c0b0d)
- migrate to dalvik patches (e088c67)
- MinimizedPlayback, CreateButtonRemover (cc08c6c)
- OldQualityLayout, HideSuggestions, HideReels, EnableSeekbarTapping (04a7cff)
- Patches for YouTube Music (b60c9d3)
- remove obsolete patch
Hide suggestions patch(e65c6f2) - update MicroG patch to latest version (c24f806)
- update patches to latest version (bad25de)
- use supplier instead of KClass (08af6e5)
- use supplier instead of KClass (91aa019)
BREAKING CHANGES
- signature of patches was changed
- signature of patches was changed
- Package name was changed from "net.revanced" to "app.revanced"
1.0.0-dev.16 (2022-06-05)
Features
- add patches compatibility to the newest version (799401d)
1.0.0-dev.15 (2022-06-05)
Bug Fixes
- remove unused patches (d12e92a)
1.0.0-dev.14 (2022-06-04)
Bug Fixes
- spelling mistake (52f9147)
Features
1.0.0-dev.13 (2022-05-31)
Bug Fixes
- migrate patches to latest patcher api changes (8a0ee03)
- missing extension method
doRecursively(e9c9460)
1.0.0-dev.12 (2022-05-28)
Bug Fixes
- wrong annotation and signature in patches (a0fdee8)
1.0.0-dev.11 (2022-05-26)
Bug Fixes
- breaking changes by
revanced-patcherdependency (7e485b4) - breaking patcher changes (50f9cc5)
- breaking patcher changes (cbb9e2c)
- bugfixes in
microg(a43b33b) - write while reading resources and remove checking for "." in resource extensions (7bc6094)
Features
1.0.0-dev.11 (2022-05-26)
Bug Fixes
- breaking changes by
revanced-patcherdependency (7e485b4) - breaking patcher changes (50f9cc5)
- breaking patcher changes (cbb9e2c)
- bugfixes in
microg(a43b33b) - write while reading resources and remove checking for "." in resource extensions (7bc6094)
Features
1.0.0-dev.10 (2022-05-22)
Bug Fixes
create-button-signature(a173f6e)- breaking changes by
revanced-patcherdependency (e12e484) - loop in
amoledpatch (c4c86b6)
Features
1.0.0-dev.9 (2022-05-13)
Bug Fixes
- clean after building (a2df3fb)
1.0.0-dev.8 (2022-05-13)
Bug Fixes
- publish releases (83916f9)
1.0.0-dev.7 (2022-05-07)
Bug Fixes
- use the latest version of patcher dependency (fe4a439)
1.0.0-dev.6 (2022-05-07)
Bug Fixes
- update patches (91b8ec8)
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"