Skip to content

Commit

Permalink
chore(release): 2.228.0-dev.3 [skip ci]
Browse files Browse the repository at this point in the history
# [2.228.0-dev.3](v2.228.0-dev.2...v2.228.0-dev.3) (2024-07-31)

### Bug Fixes

* **YouTube - Hide feed components:** Sometimes `Hide carousel shelf` setting doesn't work ([f53ce46](f53ce46))

### Features

* **YouTube Music - Player components:** Add settings `Disable miniplayer gesture`, `Disable player gesture` ([0bf84f9](0bf84f9))
* **YouTube Music:** Add support version `7.11.51` ~ `7.12.51` ([b8a62ae](b8a62ae))
  • Loading branch information
semantic-release-bot committed Jul 31, 2024
1 parent 1685e95 commit fbe6a0a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [2.228.0-dev.3](https://github.com/anddea/revanced-patches/compare/v2.228.0-dev.2...v2.228.0-dev.3) (2024-07-31)


### Bug Fixes

* **YouTube - Hide feed components:** Sometimes `Hide carousel shelf` setting doesn't work ([f53ce46](https://github.com/anddea/revanced-patches/commit/f53ce46c1461ac8699af767f03f92a20e7c1ed65))


### Features

* **YouTube Music - Player components:** Add settings `Disable miniplayer gesture`, `Disable player gesture` ([0bf84f9](https://github.com/anddea/revanced-patches/commit/0bf84f9d4cf3cad63b4cb6adbac1334be966e5ed))
* **YouTube Music:** Add support version `7.11.51` ~ `7.12.51` ([b8a62ae](https://github.com/anddea/revanced-patches/commit/b8a62aeb0528f5ef513330ae5ef1790ffe4cd920))

# [2.228.0-dev.2](https://github.com/anddea/revanced-patches/compare/v2.228.0-dev.1...v2.228.0-dev.2) (2024-07-29)


Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
org.gradle.parallel = true
org.gradle.caching = true
kotlin.code.style = official
version = 2.228.0-dev.2
version = 2.228.0-dev.3

3 comments on commit fbe6a0a

@ichwill061192
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have always liked your patches better, but since several updates ago, in the YouTube application, when I put a video, it starts to play but after 5 seconds it doesn't advance and it just stays as if it was loading. That does not happen to me with iniotia00's patches, so for the moment I am using his patches.

@anddea
Copy link
Owner

@anddea anddea commented on fbe6a0a Jul 31, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Try to enable spoof client in settings of YouTube. It's disabled by default here but enabled in inotia's repo. Also, some old unused backed up settings can cause issues sometimes.

@ichwill061192
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you. It worked for me. ;)

Please sign in to comment.