Skip to content

Commit

Permalink
chore: Release v5.6.0 [skip ci]
Browse files Browse the repository at this point in the history
# [5.6.0](ReVanced/revanced-patches@v5.5.1...v5.6.0) (2024-12-20)

### Bug Fixes

* **Twitter - Change link sharing domain:** Use correct extension package ([ad7fab6](ReVanced@ad7fab6))
* **YouTube - Force original audio:** Use correct original audio stream if app language is not English ([0d20171](ReVanced@0d20171))
* **YouTube - Hide layout components:** Hide new kind of community post ([ReVanced#4155](ReVanced#4155)) ([08f68cb](ReVanced@08f68cb))
* **YouTube - Miniplayer:** Use estimated maximum on screen size for devices with low density screens ([ReVanced#4150](ReVanced#4150)) ([2694158](ReVanced@2694158))
* **YouTube - Open Shorts in regular player:** Do not show the miniplayer after opening a Short while a video is playing ([894e366](ReVanced@894e366))
* **YouTube - SponsorBlock:** Show create new segment error messages using a dialog ([ReVanced#4148](ReVanced#4148)) ([5870906](ReVanced@5870906))
* **YouTube - Spoof video streams:** Change default spoofing to iOS, allow setting a default language with Android VR ([ReVanced#4171](ReVanced#4171)) ([171b4e7](ReVanced@171b4e7))
* **YouTube - Spoof video streams:** Update iOS client version ([df3aeed](ReVanced@df3aeed))

### Features

* **YouTube:** Add `Open Shorts in regular player` patch ([ReVanced#4153](ReVanced#4153)) ([c7c5e5b](ReVanced@c7c5e5b))
  • Loading branch information
semantic-release-bot committed Dec 20, 2024
1 parent 17abab6 commit 979565e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# [5.6.0](https://github.com/ReVanced/revanced-patches/compare/v5.5.1...v5.6.0) (2024-12-20)


### Bug Fixes

* **Twitter - Change link sharing domain:** Use correct extension package ([ad7fab6](https://github.com/ReVanced/revanced-patches/commit/ad7fab67319ba23f267d27da9b74266965fc4be3))
* **YouTube - Force original audio:** Use correct original audio stream if app language is not English ([0d20171](https://github.com/ReVanced/revanced-patches/commit/0d2017133efac230887b5c2a331d87159df8af11))
* **YouTube - Hide layout components:** Hide new kind of community post ([#4155](https://github.com/ReVanced/revanced-patches/issues/4155)) ([08f68cb](https://github.com/ReVanced/revanced-patches/commit/08f68cb5d33f2cfe656d2f93d159c69981f31418))
* **YouTube - Miniplayer:** Use estimated maximum on screen size for devices with low density screens ([#4150](https://github.com/ReVanced/revanced-patches/issues/4150)) ([2694158](https://github.com/ReVanced/revanced-patches/commit/2694158c3c9935ede21c96832533222f850068df))
* **YouTube - Open Shorts in regular player:** Do not show the miniplayer after opening a Short while a video is playing ([894e366](https://github.com/ReVanced/revanced-patches/commit/894e36665d17d5a3a5728961d424dffc55faa50b))
* **YouTube - SponsorBlock:** Show create new segment error messages using a dialog ([#4148](https://github.com/ReVanced/revanced-patches/issues/4148)) ([5870906](https://github.com/ReVanced/revanced-patches/commit/587090636dfff0b358b15026cf7d47c65a4296dc))
* **YouTube - Spoof video streams:** Change default spoofing to iOS, allow setting a default language with Android VR ([#4171](https://github.com/ReVanced/revanced-patches/issues/4171)) ([171b4e7](https://github.com/ReVanced/revanced-patches/commit/171b4e7e40066e38fba773b7a6525e9a038779ef))
* **YouTube - Spoof video streams:** Update iOS client version ([df3aeed](https://github.com/ReVanced/revanced-patches/commit/df3aeed3b173e408fad80197a89ec5d003a2b328))


### Features

* **YouTube:** Add `Open Shorts in regular player` patch ([#4153](https://github.com/ReVanced/revanced-patches/issues/4153)) ([c7c5e5b](https://github.com/ReVanced/revanced-patches/commit/c7c5e5b2b9cf63d8225bb6bd5e735ddf945b6c29))

# [5.6.0-dev.6](https://github.com/ReVanced/revanced-patches/compare/v5.6.0-dev.5...v5.6.0-dev.6) (2024-12-20)


Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ org.gradle.jvmargs = -Xms512M -Xmx2048M
org.gradle.parallel = true
android.useAndroidX = true
kotlin.code.style = official
version = 5.6.0-dev.6
version = 5.6.0

0 comments on commit 979565e

Please sign in to comment.