mirror of
https://github.com/revanced/revanced-patches
synced 2024-11-10 14:59:35 +01:00
chore(release): 1.0.0-dev.5 [skip ci]
# [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 ([52fd726
](52fd726d9b
)) * `Index` in wrong package ([2f9360f
](2f9360f57c
)) * `minimized-playback` & `old-quality-layout` wrong opcodes ([b45d175
](b45d175c6f
)) * `minimized-playback` patch ([55677a4
](55677a44ff
)) * `SignatureChecker` not handling nullable field `methodMetadata` ([17bcf78
](17bcf786a8
)) * accidentally removed code in refactor ([0077e26
](0077e26d23
)) * add missing `trimIndent()` to string literals ([76d3c71
](76d3c71b67
)) * add missing opcode for `create-button-method` ([0a398ef
](0a398ef364
)) * attempt on all patches ([3395d69
](3395d69747
)) * breaking changes of the patcher ([1a49bbd
](1a49bbdbc4
)) * breaking patcher changes ([581d1b0
](581d1b0ca7
)) * disable `hide-suggestions-patch` patch until fixed ([99099ea
](99099ea0bc
)) * incorrect endIndex (fixed in Patcher) ([424788e
](424788edd7
)) * modified opcode for `show-video-ads-constructor` ([a0dcea3
](a0dcea3a13
)) * multiple bugs in patches ([e37201d
](e37201d0ce
)) * name for `IntegrationsPatch` ([e46ef02
](e46ef02302
)) * print instruction index of warning ([9e29aee
](9e29aeeeff
)) * remove `HideSuggestionsPatch` from `Index` ([f32e474
](f32e4747b5
)) * signature checker with changes of patcher ([e82459d
](e82459d377
)) * tests failing ([102793f
](102793f24f
)) * update `HomeAdsPatch` ([62f1801
](62f1801e9c
)) * version in package metadata of music ([b299205
](b299205aa7
)) * **VideoAds:** remove `istore1` opcode ([dc4ec57
](dc4ec57441
)) * wrong access flag in signature for `Create button patch` ([9fbb89d
](9fbb89d053
)) * wrong opcode for `create-button-method` ([3214650
](32146506f1
)) * wrong opcode pattern for `create-button-method` ([f4d8a85
](f4d8a8525b
)) * wrong opcode pattern for `enable-seekbar-tapping-signature` ([1d83395
](1d833957ed
)) * wrong opcode pattern for signature in `Hide suggestions patch` ([535aee0
](535aee0840
)) * wrong patches in `upgrade-tab-remover` ([5182290
](518229031c
)) * wrong signature for `hide-reels-signature` ([2d9ff2a
](2d9ff2af0a
)) * wrong signatures for patch `Old Quality Layout Patch` ([823e503
](823e503d84
)) * wrong versions of patches ([a112b22
](a112b22ce6
)) ### Features * `hide-shorts-button` patch ([88352ee
](88352ee6ec
)) * `tastebuilder-remover` for music ([a6aeca3
](a6aeca31bd
)) * Add (WIP) Signature Checker ([ae4c7b2
](ae4c7b29f2
)) * add home ads patch ([36cddd1
](36cddd1488
)) * added `codecs-unlock` patch ([e5fd7ce
](e5fd7cece9
)) * display metadata for each signature in `SignatureChecker` ([736a71f
](736a71fac2
)) * get required register dynamically ([0924ca2
](0924ca2ad3
)) * integrations patch ([19c0b0d
](19c0b0d194
)) * migrate to dalvik patches ([e088c67
](e088c67108
)) * Patches for YouTube Music ([b60c9d3
](b60c9d33b6
)) * remove obsolete patch `Hide suggestions patch` ([e65c6f2
](e65c6f240e
))
This commit is contained in:
parent
0f1a08ed84
commit
0c52ea1544
53
CHANGELOG.md
53
CHANGELOG.md
@ -1,3 +1,56 @@
|
||||
# [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 ([52fd726](https://github.com/revanced/revanced-patches/commit/52fd726d9b0d2efbd0f9742fc84ad01ccdcff168))
|
||||
* `Index` in wrong package ([2f9360f](https://github.com/revanced/revanced-patches/commit/2f9360f57cc8415564534fbbd8bd5e2a83a1b629))
|
||||
* `minimized-playback` & `old-quality-layout` wrong opcodes ([b45d175](https://github.com/revanced/revanced-patches/commit/b45d175c6f1ece6da894ab16128c2644d262c9c7))
|
||||
* `minimized-playback` patch ([55677a4](https://github.com/revanced/revanced-patches/commit/55677a44ff965c0b92c3f1d771bd68c12c142ad4))
|
||||
* `SignatureChecker` not handling nullable field `methodMetadata` ([17bcf78](https://github.com/revanced/revanced-patches/commit/17bcf786a85ccf1f7d9f5a66a044a3c26def09bb))
|
||||
* accidentally removed code in refactor ([0077e26](https://github.com/revanced/revanced-patches/commit/0077e26d23cc112b671a41614a55348fac2c88ca))
|
||||
* add missing `trimIndent()` to string literals ([76d3c71](https://github.com/revanced/revanced-patches/commit/76d3c71b67edebd79f2cdb1bb28e4d2969d72223))
|
||||
* add missing opcode for `create-button-method` ([0a398ef](https://github.com/revanced/revanced-patches/commit/0a398ef364f91a0dd9608df1a036a2515476ccf2))
|
||||
* attempt on all patches ([3395d69](https://github.com/revanced/revanced-patches/commit/3395d69747103a4bdf314297aa0bfa6ef6a0fc36))
|
||||
* breaking changes of the patcher ([1a49bbd](https://github.com/revanced/revanced-patches/commit/1a49bbdbc4ff6f427934259536218e161908b449))
|
||||
* breaking patcher changes ([581d1b0](https://github.com/revanced/revanced-patches/commit/581d1b0ca7d15adcdb1ab6116ef035acfe701757))
|
||||
* disable `hide-suggestions-patch` patch until fixed ([99099ea](https://github.com/revanced/revanced-patches/commit/99099ea0bc12f5f25896967db642442df69d0c4f))
|
||||
* incorrect endIndex (fixed in Patcher) ([424788e](https://github.com/revanced/revanced-patches/commit/424788edd777110cdaff97500556d18628f33385))
|
||||
* modified opcode for `show-video-ads-constructor` ([a0dcea3](https://github.com/revanced/revanced-patches/commit/a0dcea3a13f68cae449dfaf445b542e339c83ff0))
|
||||
* multiple bugs in patches ([e37201d](https://github.com/revanced/revanced-patches/commit/e37201d0ceef474696857a0d8845950c888194d0))
|
||||
* name for `IntegrationsPatch` ([e46ef02](https://github.com/revanced/revanced-patches/commit/e46ef02302825d62b57912b2747a25f858036bb7))
|
||||
* print instruction index of warning ([9e29aee](https://github.com/revanced/revanced-patches/commit/9e29aeeeff222412f6c45cf7e4879f8ec53ca6ee))
|
||||
* remove `HideSuggestionsPatch` from `Index` ([f32e474](https://github.com/revanced/revanced-patches/commit/f32e4747b512c675b807ff5eebfd0b8e66173fba))
|
||||
* signature checker with changes of patcher ([e82459d](https://github.com/revanced/revanced-patches/commit/e82459d37759e1a5a860d3e7fcdf69d95b06858e))
|
||||
* tests failing ([102793f](https://github.com/revanced/revanced-patches/commit/102793f24f8bf7c7fd254968b29d65da7b2b962f))
|
||||
* update `HomeAdsPatch` ([62f1801](https://github.com/revanced/revanced-patches/commit/62f1801e9cbee53c0be3413c245161bd941e4aec))
|
||||
* version in package metadata of music ([b299205](https://github.com/revanced/revanced-patches/commit/b299205aa7cde82f1f55fc598de3ff8d80b8bcb0))
|
||||
* **VideoAds:** remove `istore1` opcode ([dc4ec57](https://github.com/revanced/revanced-patches/commit/dc4ec574414c5df959efa0ca8f1cd39a812fedf8))
|
||||
* wrong access flag in signature for `Create button patch` ([9fbb89d](https://github.com/revanced/revanced-patches/commit/9fbb89d05336a256a0759eea6095e073946c45e5))
|
||||
* wrong opcode for `create-button-method` ([3214650](https://github.com/revanced/revanced-patches/commit/32146506f139aebc44cd5faffb7706b8b9c21c3d))
|
||||
* wrong opcode pattern for `create-button-method` ([f4d8a85](https://github.com/revanced/revanced-patches/commit/f4d8a8525bc64b90748b21979d463977a21dcd85))
|
||||
* wrong opcode pattern for `enable-seekbar-tapping-signature` ([1d83395](https://github.com/revanced/revanced-patches/commit/1d833957ed3e01188770c85e3d84e483419bd797))
|
||||
* wrong opcode pattern for signature in `Hide suggestions patch` ([535aee0](https://github.com/revanced/revanced-patches/commit/535aee08408b990c80f5966c13fa84666a8b35d0))
|
||||
* wrong patches in `upgrade-tab-remover` ([5182290](https://github.com/revanced/revanced-patches/commit/518229031ceca049ad790f7b77b19405d39f0ce1))
|
||||
* wrong signature for `hide-reels-signature` ([2d9ff2a](https://github.com/revanced/revanced-patches/commit/2d9ff2af0a991d7721f3741187716a3b08bb4029))
|
||||
* wrong signatures for patch `Old Quality Layout Patch` ([823e503](https://github.com/revanced/revanced-patches/commit/823e503d84037bdf27b09f17e63383f963c76854))
|
||||
* wrong versions of patches ([a112b22](https://github.com/revanced/revanced-patches/commit/a112b22ce6e685204caab6f95f511e26ef95806b))
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* `hide-shorts-button` patch ([88352ee](https://github.com/revanced/revanced-patches/commit/88352ee6ecd23faa4a7fd9f7495e67fa1d3e33bd))
|
||||
* `tastebuilder-remover` for music ([a6aeca3](https://github.com/revanced/revanced-patches/commit/a6aeca31bd80b8c4a8acd071e22faca6e136bdb0))
|
||||
* Add (WIP) Signature Checker ([ae4c7b2](https://github.com/revanced/revanced-patches/commit/ae4c7b29f211c461de460f97f3a8656e795adafb))
|
||||
* add home ads patch ([36cddd1](https://github.com/revanced/revanced-patches/commit/36cddd1488683e19e2b927e34c80a4f0f3cace35))
|
||||
* added `codecs-unlock` patch ([e5fd7ce](https://github.com/revanced/revanced-patches/commit/e5fd7cece94b1ff5342178f59b29576db806e0f6))
|
||||
* display metadata for each signature in `SignatureChecker` ([736a71f](https://github.com/revanced/revanced-patches/commit/736a71fac21a32dbb1eef9c3a9f0d3005e7d9ca0))
|
||||
* get required register dynamically ([0924ca2](https://github.com/revanced/revanced-patches/commit/0924ca2ad30ae865dcc0fd484cb0da517e827352))
|
||||
* integrations patch ([19c0b0d](https://github.com/revanced/revanced-patches/commit/19c0b0d194bb97c7248ea7a9b081176961653b9d))
|
||||
* migrate to dalvik patches ([e088c67](https://github.com/revanced/revanced-patches/commit/e088c671081bcf75586ccc1c4bdbed9366e93874))
|
||||
* Patches for YouTube Music ([b60c9d3](https://github.com/revanced/revanced-patches/commit/b60c9d33b611bb4d5b55bb419652bc14b0309792))
|
||||
* remove obsolete patch `Hide suggestions patch` ([e65c6f2](https://github.com/revanced/revanced-patches/commit/e65c6f240ed23a54271d20a90fc57ec65cafc02d))
|
||||
|
||||
# [1.0.0-dev.4](https://github.com/ReVancedTeam/revanced-patches/compare/v1.0.0-dev.3...v1.0.0-dev.4) (2022-03-22)
|
||||
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
kotlin.code.style = official
|
||||
version = 1.0.0-dev.4
|
||||
version = 1.0.0-dev.5
|
||||
|
Loading…
Reference in New Issue
Block a user