mirror of
https://github.com/dualshock-tools/dualshock-tools.github.io.git
synced 2026-03-01 11:19:54 +03:00
[PR #185] [CLOSED] [TEST] Release 2.22 #199
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/185
Author: @carpikes
Created: 12/21/2025
Status: ❌ Closed
Base:
main← Head:feature/release_2_22📝 Commits (10+)
6426dafAllow manual deployment from any branch, take 25410239Update GitHub action to allow manual deployment from any branchfc2f250Make sure the range calibration modal is destroyed when pulling the cable out935b9beShow power-saving warning in Quick Test modal when battery is lowbc7a894Show not-genuin-sony-controller message also for DS5 when calibration can't be started3ab97fbBe smarter when resetting circularity data in finetune modal500ebd7Allow finetuning with the keyboard arrows3d2f4cfImprove the unsupported browser warning and clarofy that this utility cannot fix drift130b4a7Add option for which center calibration method to use on DS5 and Edge controllers0cd01c9Remove the outdated reference to gamepad tester site📊 Changes
50 files changed (+3570 additions, -670 deletions)
View changed files
📝
.gitignore(+4 -1)➕
CONTROLLER_API_REFERENCE.md(+874 -0)📝
assets/icons.svg(+11 -9)📝
css/main.css(+11 -0)📝
index.html(+98 -16)📝
js/controller-manager.js(+79 -15)📝
js/controllers/base-controller.js(+8 -0)📝
js/controllers/controller-factory.js(+10 -7)📝
js/controllers/ds4-controller.js(+23 -16)📝
js/controllers/ds5-controller.js(+11 -6)📝
js/controllers/vr2-controller.js(+4 -0)📝
js/core.js(+293 -44)➕
js/finetune-history.js(+183 -0)📝
js/modals/calib-range-modal.js(+175 -27)➕
js/modals/calibration-history-modal.js(+199 -0)📝
js/modals/finetune-modal.js(+211 -35)📝
js/modals/quick-test-modal.js(+43 -22)📝
js/stick-renderer.js(+2 -2)➕
js/storage.js(+245 -0)📝
js/template-loader.js(+2 -1)...and 30 more files
📄 Description
This PR is just to check changes against master
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.