mirror of
https://github.com/revanced/revanced-patches
synced 2024-11-07 04:37:05 +01:00
chore(release): 2.40.0 [skip ci]
# [2.40.0](https://github.com/revanced/revanced-patches/compare/v2.39.1...v2.40.0) (2022-08-22) ### Features * `settings` patch framework ([#266](https://github.com/revanced/revanced-patches/issues/266)) ([084a99b
](8af8cdbfd6
))
This commit is contained in:
parent
8af8cdbfd6
commit
5ee4651569
@ -1,3 +1,10 @@
|
|||||||
|
# [2.40.0](https://github.com/revanced/revanced-patches/compare/v2.39.1...v2.40.0) (2022-08-22)
|
||||||
|
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* `settings` patch framework ([#266](https://github.com/revanced/revanced-patches/issues/266)) ([084a99b](https://github.com/revanced/revanced-patches/commit/084a99bc6f5ed67c0b270e219c2dd75a30f302f1))
|
||||||
|
|
||||||
## [2.39.1](https://github.com/revanced/revanced-patches/compare/v2.39.0...v2.39.1) (2022-08-21)
|
## [2.39.1](https://github.com/revanced/revanced-patches/compare/v2.39.0...v2.39.1) (2022-08-21)
|
||||||
|
|
||||||
|
|
||||||
|
@ -68,7 +68,6 @@ Official patches by ReVanced
|
|||||||
|:--------:|:--------------:|:-----------------:|
|
|:--------:|:--------------:|:-----------------:|
|
||||||
| `swipe-controls` | Adds volume and brightness swipe controls. | 17.32.35 |
|
| `swipe-controls` | Adds volume and brightness swipe controls. | 17.32.35 |
|
||||||
| `seekbar-tapping` | Enables tap-to-seek on the seekbar of the video player. | 17.32.35 |
|
| `seekbar-tapping` | Enables tap-to-seek on the seekbar of the video player. | 17.32.35 |
|
||||||
| `minimized-playback` | Enables minimized and background playback. | 17.32.35 |
|
|
||||||
| `amoled` | Enables pure black theme. | 17.32.35 |
|
| `amoled` | Enables pure black theme. | 17.32.35 |
|
||||||
| `disable-create-button` | Hides the create button in the navigation bar. | 17.32.35 |
|
| `disable-create-button` | Hides the create button in the navigation bar. | 17.32.35 |
|
||||||
| `hide-cast-button` | Hides the cast button in the video player. | all |
|
| `hide-cast-button` | Hides the cast button in the video player. | all |
|
||||||
@ -83,6 +82,7 @@ Official patches by ReVanced
|
|||||||
| `sponsorblock` | Integrate SponsorBlock. | 17.32.35 |
|
| `sponsorblock` | Integrate SponsorBlock. | 17.32.35 |
|
||||||
| `enable-wide-searchbar` | Replaces the search icon with a wide search bar. This will hide the YouTube logo when active. | 17.32.35 |
|
| `enable-wide-searchbar` | Replaces the search icon with a wide search bar. This will hide the YouTube logo when active. | 17.32.35 |
|
||||||
| `tablet-mini-player` | Enables the tablet mini player layout. | 17.32.35 |
|
| `tablet-mini-player` | Enables the tablet mini player layout. | 17.32.35 |
|
||||||
|
| `minimized-playback` | Enables minimized and background playback. | 17.32.35 |
|
||||||
| `custom-video-buffer` | Lets you change the buffers of videos. | 17.32.35 |
|
| `custom-video-buffer` | Lets you change the buffers of videos. | 17.32.35 |
|
||||||
| `always-autorepeat` | Always repeats the playing video again. | 17.32.35 |
|
| `always-autorepeat` | Always repeats the playing video again. | 17.32.35 |
|
||||||
| `microg-support` | Allows YouTube ReVanced to run without root and under a different package name with Vanced MicroG | 17.32.35 |
|
| `microg-support` | Allows YouTube ReVanced to run without root and under a different package name with Vanced MicroG | 17.32.35 |
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
kotlin.code.style = official
|
kotlin.code.style = official
|
||||||
version = 2.39.1
|
version = 2.40.0
|
||||||
|
Loading…
Reference in New Issue
Block a user