mirror of
https://github.com/dualshock-tools/dualshock-tools.github.io.git
synced 2026-03-01 11:19:54 +03:00
[PR #153] [MERGED] Release 2.18 #174
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/dualshock-tools/dualshock-tools.github.io/pull/153
Author: @mathiasm74
Created: 10/2/2025
Status: ✅ Merged
Merged: 10/15/2025
Merged by: @dualshock-tools
Base:
main← Head:release_2_18📝 Commits (10+)
d799c42Add adaptive trigger support to the DS57d941d5Add new "Quick test" modalcd2040cAdd button tests to Quick Test modal05b2578Move the Quick Test buttonf7f58bbAllow user to skip quick-tests and then add them back049093dAdd Quick Test of LED lights8fd7365Add Quick Test of the headphone jack69f7468Add DS4 support for the quick testsd5d69f7Add sliders to finetune modal for increasing non-circularityd7a9a6cReview and refactor finetune dialog📊 Changes
57 files changed (+6966 additions, -1116 deletions)
View changed files
📝
.github/workflows/gulp-deploy.yml(+1 -3)📝
assets/donate.png(+0 -0)➕
assets/dualsense-controller.svg(+112 -0)📝
assets/dualshock-controller.svg(+92 -68)📝
assets/icons.svg(+19 -0)📝
css/finetune.css(+34 -0)📝
css/main.css(+91 -0)📝
gulpfile.js(+3 -3)📝
index.html(+23 -9)📝
js/controller-manager.js(+144 -11)📝
js/controllers/base-controller.js(+51 -4)📝
js/controllers/controller-factory.js(+13 -11)📝
js/controllers/ds4-controller.js(+352 -23)📝
js/controllers/ds5-controller.js(+477 -30)📝
js/controllers/ds5-edge-controller.js(+9 -10)📝
js/core.js(+223 -145)📝
js/modals/calib-center-modal.js(+51 -20)📝
js/modals/calib-range-modal.js(+206 -15)📝
js/modals/finetune-modal.js(+626 -96)➕
js/modals/quick-test-modal.js(+1642 -0)...and 37 more files
📄 Description
Changes in this release
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.