release 1.1.17rc1

This commit is contained in:
Peter F. Patel-Schneider
2025-10-23 09:33:49 -04:00
parent ff67790f18
commit d7b2834697
2 changed files with 26 additions and 0 deletions

View File

@@ -1,3 +1,21 @@
# 1.1.17
* Add setting for HAPTIC feature
* Add setting to adjust force needed for force-sensing buttons
* Expand new settings type
* Add new settings type for structure-backed setting
* Use PATH instead of hardcoded absolute paths (#3014)
* Add scroll ratchet force setting
* Fix debug messages for MouseClick rule
* Improve debug message for rule evaluation
* App wrapper and launch agent scripts for MacOS
* Ignore hidden features
* Don't pop up window in response to ADC changes
* Update bug report template
* Fixed malformed doc file by adding closing tag
* Fix error in low-level request for device with no recevier
* Update documentation files
# 1.1.16
* Add new flags for reprogrammable keys feature

View File

@@ -1,5 +1,13 @@
# Notes on Major Changes in Releases
## Since 1.1.16
* Several new features have been added related to the MX Master 4
** The scroll ratchet force can be adjusted
** The force required to click the button under your thumb can be adjusted
** The haptic force can be adjusted
** Haptic feeback can be triggered by commands like `solaar config 'mx master 4' haptic-play 'HAPPY ALER'`
## Version 1.1.16
* Two bugs that were affecting users in 1.1.15 are fixed.