Skip to content

Commit db79dfd

Browse files
committed
chore: prepare 2.5.1 release
1 parent 15835f2 commit db79dfd

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [2.5.1] - 2026-07-03
9+
10+
### Added
11+
12+
- **Analog trigger precision control**: Use LT/L2, RT/R2, or either trigger as a continuous precision control for thumbstick and touchpad cursor movement. The deeper you pull, the slower the cursor moves, with sliders for minimum speed, trigger deadzone, and response curve. It is off by default and stacks with existing trigger button mappings instead of replacing them; the Joysticks settings UI now recommends RT/R2 first and warns when the selected trigger also has a button action or overlaps with left-trigger swipe typing.
13+
814
## [2.5.0] - 2026-07-02
915

1016
### Added

version.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
# This file is the single source of truth for version numbers.
33
# Update these values when preparing a new release.
44

5-
MARKETING_VERSION="2.5.0"
6-
BUILD_NUMBER="17"
5+
MARKETING_VERSION="2.5.1"
6+
BUILD_NUMBER="18"

0 commit comments

Comments
 (0)