Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: merge branch dev to main #2065

Merged
merged 115 commits into from
May 24, 2023
Merged

chore: merge branch dev to main #2065

merged 115 commits into from
May 24, 2023

Conversation

github-actions[bot]
Copy link

@github-actions github-actions bot commented May 3, 2023

This pull request will merge branch dev to main.

Todo before merge

  • Test ReVanced/revanced-patches-template#938

Dependencies before merge

@LisoUseInAIKyrios LisoUseInAIKyrios marked this pull request as ready for review May 6, 2023 06:51
@LisoUseInAIKyrios
Copy link

This has a crash fix if user enters a blank custom seekbar color, and fixes error toasts for seekbar color and RYD old layout.

This is required when two projects bump ReVanced Patcher, but one does not release a new version, resulting them to get out of sync. For that reason, commits of type `build` and scope `revanced-patcher` are treated as releasing commits.
semantic-release-bot and others added 18 commits May 6, 2023 21:25
# [2.174.0-dev.4](ReVanced/revanced-patches@v2.174.0-dev.3...v2.174.0-dev.4) (2023-05-07)

### Bug Fixes

* **youtube/theme:** move options out of dependency patch ([a953448](ReVanced/revanced-patches@a953448))

### Features

* improve structure of `README` ([279b193](ReVanced/revanced-patches@279b193))
# [2.174.0-dev.5](ReVanced/revanced-patches@v2.174.0-dev.4...v2.174.0-dev.5) (2023-05-07)

### Bug Fixes

* **spotify/disable-capture-restriction:** make compatible with latest versions ([#2095](ReVanced/revanced-patches#2095)) ([e48f127](ReVanced/revanced-patches@e48f127))
# [2.174.0-dev.8](ReVanced/revanced-patches@v2.174.0-dev.7...v2.174.0-dev.8) (2023-05-07)

### Bug Fixes

* **youtube/integrations:** allow playback of embedded videos  ([#2092](ReVanced/revanced-patches#2092)) ([8a43d75](ReVanced/revanced-patches@8a43d75))
# [2.174.0-dev.35](ReVanced/revanced-patches@v2.174.0-dev.34...v2.174.0-dev.35) (2023-05-19)

### Bug Fixes

* **youtube/minimized-playback:** update settings description ([#2191](ReVanced/revanced-patches#2191)) ([a561a9a](ReVanced/revanced-patches@a561a9a))
* **youtube/settings:** fix non functional back button in settings ([#2178](ReVanced/revanced-patches#2178)) ([46da834](ReVanced/revanced-patches@46da834))

### Features

* add capability to filter from protobuf buffer ([b738b6b](ReVanced/revanced-patches@b738b6b))
* use consistent names for patches ([6347146](ReVanced/revanced-patches@6347146))
* **youtube/copy-video-url:** add tap and hold functionality to copy video url buttons ([#2174](ReVanced/revanced-patches#2174)) ([95bbf46](ReVanced/revanced-patches@95bbf46))
* **youtube/hide-shorts-components:** hide navigation bar ([24f376a](ReVanced/revanced-patches@24f376a))
* **youtube:** add `hide-shorts-components` patch ([64868f4](ReVanced/revanced-patches@64868f4))
* **youtube:** constrain patches to `18.16.37` ([758b300](ReVanced/revanced-patches@758b300))
* **youtube:** support version `18.19.35` ([491f292](ReVanced/revanced-patches@491f292))
@oSumAtrIX
Copy link
Member

oSumAtrIX commented May 19, 2023

I'd say we give merging a shot, it's long due!

@LisoUseInAIKyrios
Copy link

@oSumAtrIX go for it

@oSumAtrIX
Copy link
Member

Actually, merging is blocked, because ReVanced Manager has not updated to ReVanced Patcher v8.0.0, good catch.

@0xrxL
Copy link

0xrxL commented May 20, 2023

@oSumAtrIX isn't it counterproductive (also from a "merging to main" point of view) to increase the dev branch with so much commits? Maybe I'm wrong but: a low number should also be kept to speed up bug fixes and the availability of new yt versions to users.

@oSumAtrIX
Copy link
Member

No, it shouldn't cause any problems. There were many individual changes that don't necessarily have anything to do with each other. While one big merge can come with more issues at one time, multiple small merges will just deliver issues seperately, so effectively it doesn't change much. Merging is blocked in any case regardless of that until TODO is finished, as it is a must.

@LisoUseInAIKyrios
Copy link

LisoUseInAIKyrios commented May 21, 2023

Adding support for patching with Manager and pre-release (dev) patches would better allow infrequent main releases.

Then users who don't mind repatching often can use the latest (and help find the new bugs), and those who don't like repatching get more stable main releases that need less followup fixes.

In the Manager repo there is an open issue for pre-release support.

kazimmt and others added 14 commits May 21, 2023 17:55
# [2.174.0-dev.39](ReVanced/revanced-patches@v2.174.0-dev.38...v2.174.0-dev.39) (2023-05-22)

### Features

* **reddit:** remove compatibility version constraints ([#2226](ReVanced/revanced-patches#2226)) ([f1288e4](ReVanced/revanced-patches@f1288e4))
# [2.174.0-dev.40](ReVanced/revanced-patches@v2.174.0-dev.39...v2.174.0-dev.40) (2023-05-23)

### Bug Fixes

* **photomath/unlock-plus:** constrain to last working version ([#2232](ReVanced/revanced-patches#2232)) ([4da268e](ReVanced/revanced-patches@4da268e))
If `vanced-microg-support` is applied, YouTube makes use of Vanced MicroG. Since YouTube makes integrity checks for GMS, `client-spoof` patch is required.
# [2.174.0-dev.41](ReVanced/revanced-patches@v2.174.0-dev.40...v2.174.0-dev.41) (2023-05-24)

### Bug Fixes

* **youtube/vanced-microg-support:** depend on `client-spoof` patch ([83a4905](ReVanced/revanced-patches@83a4905))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment