chore(release): 2.87.0 [skip ci]

# [2.87.0](https://github.com/revanced/revanced-patches/compare/v2.86.0...v2.87.0) (2022-10-25)

### Bug Fixes

* **metanav/fix-scaling:** use semantic versioning in package versions ([a9445a8](e327a0eb2f))
* **youtube/theme:** theme litho ui components & use correct theme for settings ([#791](https://github.com/revanced/revanced-patches/issues/791)) ([91c03c5](ea1f86d312))

### Features

* `fix-metanav-scaling` patch ([#831](https://github.com/revanced/revanced-patches/issues/831)) ([4808e09](24e0146964))
* `hide-crowdfunding-box` patch ([#856](https://github.com/revanced/revanced-patches/issues/856)) ([3704ce2](e35bdf0193))
This commit is contained in:
semantic-release-bot 2022-10-25 18:15:10 +00:00
parent e327a0eb2f
commit 522e3ccbbf
4 changed files with 25 additions and 2 deletions

View File

@ -1,3 +1,17 @@
# [2.87.0](https://github.com/revanced/revanced-patches/compare/v2.86.0...v2.87.0) (2022-10-25)
### Bug Fixes
* **metanav/fix-scaling:** use semantic versioning in package versions ([a9445a8](https://github.com/revanced/revanced-patches/commit/a9445a823e3a4885764cea9d08b51a1584d3238f))
* **youtube/theme:** theme litho ui components & use correct theme for settings ([#791](https://github.com/revanced/revanced-patches/issues/791)) ([91c03c5](https://github.com/revanced/revanced-patches/commit/91c03c5624ca28ac13ee761261dea423f0ac42d7))
### Features
* `fix-metanav-scaling` patch ([#831](https://github.com/revanced/revanced-patches/issues/831)) ([4808e09](https://github.com/revanced/revanced-patches/commit/4808e099856e50a6f7e66834a92e2210cc84c8bc))
* `hide-crowdfunding-box` patch ([#856](https://github.com/revanced/revanced-patches/issues/856)) ([3704ce2](https://github.com/revanced/revanced-patches/commit/3704ce22dbbff02b2e2d6dbdf9a74254a2511d3c))
# [2.86.0](https://github.com/revanced/revanced-patches/compare/v2.85.2...v2.86.0) (2022-10-25)

View File

@ -4,6 +4,14 @@ The official Patch bundle provided by ReVanced and the community.
> Looking for the JSON variant of this? [Click here](patches.json).
### ๐Ÿ“ฆ `com.metanav`
<details>
| ๐Ÿ’Š Patch | ๐Ÿ“œ Description | ๐Ÿน Target Version |
|:--------:|:--------------:|:-----------------:|
| `fix-scaling` | Scales the content properly. | 0.1.0 |
</details>
### ๐Ÿ“ฆ `com.ss.android.ugc.trill`
<details>
@ -65,6 +73,7 @@ The official Patch bundle provided by ReVanced and the community.
| ๐Ÿ’Š Patch | ๐Ÿ“œ Description | ๐Ÿน Target Version |
|:--------:|:--------------:|:-----------------:|
| `hide-crowdfunding-box` | Hides the crowdfunding box between the player and video description. | 17.36.37 |
| `hide-time-and-seekbar` | Hides progress bar and time counter on videos. | 17.36.37 |
| `hide-video-buttons` | Adds options to hide action buttons under a video. | 17.36.37 |
| `enable-wide-searchbar` | Replaces the search icon with a wide search bar. This will hide the YouTube logo when active. | 17.36.37 |

View File

@ -1,2 +1,2 @@
kotlin.code.style = official
version = 2.86.0
version = 2.87.0

File diff suppressed because one or more lines are too long