-
Notifications
You must be signed in to change notification settings - Fork 72
chore: Merge branch dev to main
#1280
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…etting to defer horizontal swipe gestures to prevent conflict with pinch-to-zoom The single-finger horizontal swipe gesture for speed and seek was triggering immediately upon scrolling. This created a race condition where a user attempting to perform a multi-touch pinch-to-zoom would inadvertently trigger a horizontal swipe before the second finger was registered. This change introduces a short time-based delay before a horizontal swipe is confirmed. If a second pointer is detected during this delay, the pending swipe is canceled, allowing the native pinch-to-zoom gesture to proceed without interference.
# [3.15.0-dev.1](v3.14.0...v3.15.0-dev.1) (2025-11-02) ### Features * Align with RVX [[v5.13.1-dev.2](https://github.com/inotia00/revanced-patches/releases/tag/v5.13.1-dev.2)] ([b73819f](b73819f)) * **YouTube - Swipe controls:** Add `Speed and seek gestures delay` setting to defer horizontal swipe gestures to prevent conflict with pinch-to-zoom ([8dfd715](8dfd715))
# [3.15.0-dev.2](v3.15.0-dev.1...v3.15.0-dev.2) (2025-11-16) ### Features * Align with RVX [[v5.13.1](https://github.com/inotia00/revanced-patches/releases/tag/v5.13.1)] ([899a8c0](899a8c0))
Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 24.2.9 to 25.0.1. - [Release notes](https://github.com/semantic-release/semantic-release/releases) - [Commits](semantic-release/semantic-release@v24.2.9...v25.0.1) --- updated-dependencies: - dependency-name: semantic-release dependency-version: 25.0.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [actions/stale](https://github.com/actions/stale) from 10.0.0 to 10.1.0. - [Release notes](https://github.com/actions/stale/releases) - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md) - [Commits](actions/stale@3a9db7e...5f858e3) --- updated-dependencies: - dependency-name: actions/stale dependency-version: 10.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 5 to 6. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v5...v6) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps the npm_and_yarn group with 1 update in the / directory: [js-yaml](https://github.com/nodeca/js-yaml). Updates `js-yaml` from 4.1.0 to 4.1.1 - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](nodeca/js-yaml@4.1.0...4.1.1) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 4.1.1 dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (cherry picked from commit ff1e136)
# [3.15.0-dev.3](v3.15.0-dev.2...v3.15.0-dev.3) (2025-11-20) ### Features * Align with RVX [[v5.14.1-dev.1](https://github.com/inotia00/revanced-patches/releases/tag/v5.14.1-dev.1)] ([ab3f98c](ab3f98c))
# [3.15.0-dev.4](v3.15.0-dev.3...v3.15.0-dev.4) (2025-12-09) ### Features * Align with RVX [[v5.14.1-dev.2](https://github.com/inotia00/revanced-patches/releases/tag/v5.14.1-dev.2)] ([2790767](2790767)) * **YouTube - Custom branding icon:** Add `Xisr Winter` icon ([#1300](#1300)) ([2fb13f0](2fb13f0))
… `Speed and seek gestures delay` This setting now applies to all swipes, vertical and horizontal, and adds a necessary adjustable delay to correctly detect multitouch gestures such as pinch-to-zoom, preventing accidental actions related to brightness, volume, speed, and seeking.
# [3.15.0-dev.5](v3.15.0-dev.4...v3.15.0-dev.5) (2025-12-09) ### Features * **YouTube - Swipe controls:** Add `Swipe gestures delay` instead of `Speed and seek gestures delay` ([90dcc64](90dcc64))
…ng for delay Previously, the delay logic unconditionally intercepted swipe events, which prevented natural scrolling (e.g., in the description panel, comments) even when the touch was outside valid swipe zones. This change ensures the touch is within the correct zone for the detected direction before applying the delay.
# [3.15.0-dev.6](v3.15.0-dev.5...v3.15.0-dev.6) (2025-12-11) ### Bug Fixes * **YouTube - Swipe controls:** Validate swipe zones before intercepting for delay ([46480ca](46480ca)) * **YouTube:** External downloader was not selectable ([6752d2a](6752d2a)) ### Features * Align with RVX [[v5.14.1-dev.3](https://github.com/inotia00/revanced-patches/releases/tag/v5.14.1-dev.3)] ([d1f40ad](d1f40ad)) * **Reddit:** Add `Translations` patch ([d0ab25e](d0ab25e))
# [3.15.0-dev.7](v3.15.0-dev.6...v3.15.0-dev.7) (2025-12-14) ### Features * Align with RVX [[v5.14.1-dev.5](https://github.com/inotia00/revanced-patches/releases/tag/v5.14.1-dev.5)] ([1f4fee9](1f4fee9))
Co-authored-by: kitadai31 <[email protected]>
…een` & `Xisr White` icons (#1320)
# [3.15.0-dev.8](v3.15.0-dev.7...v3.15.0-dev.8) (2025-12-28) ### Bug Fixes * **YouTube Music:** Fix crashes on Android 5-6 ([#1321](#1321)) ([d13adb5](d13adb5)) ### Features * Align with RVX [[v5.14.1-dev.8](https://github.com/inotia00/revanced-patches/releases/tag/v5.14.1-dev.8)] ([e97a77d](e97a77d)) * **YouTube - Custom branding icon:** Add `Xisr Aurora`, `Xisr Evergreen` & `Xisr White` icons ([#1320](#1320)) ([f945cb7](f945cb7))
# [3.15.0-dev.9](v3.15.0-dev.8...v3.15.0-dev.9) (2025-12-31) ### Features * Align with RVX [[v5.14.1](https://github.com/inotia00/revanced-patches/releases/tag/v5.14.1)] ([8c04286](8c04286))
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request will Merge branch
devtomain.