From 18cd4f434568159bf484bc6df8e6947208bbd7ad Mon Sep 17 00:00:00 2001 From: JibbSmart Date: Mon, 26 Oct 2020 12:39:57 +0800 Subject: [PATCH] Changelog and readme --- CHANGELOG.md | 8 ++++++-- README.md | 1 + 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 25e0d10..159ca55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,8 +8,9 @@ This is a summary of new features and bugfixes. Read the README to learn how to ### Bugfixes * The HELP command will now work correctly even after looking at the HELP for a specific command. * GYRO\_ON / GYRO\_OFF behaviour with split Joy-Cons has been improved. -* Fix display of descriptive Mappings -* Fix issue where multiple toggles on a single button wouldn't work properly +* Fix display of descriptive Mappings. +* Fix issue where multiple toggles on a single button wouldn't work properly. +* Updated the "2.0.0" section of the CHANGELOG to show that stick sensitivity can be set separately in each axis. ## 2.0.1 Nicolas fixed some small hiccups with the new binding modifiers. @@ -28,6 +29,8 @@ Jibb added motion stick options, exposing the orientation of the controller as a Roy Straver added an optional forward deadzone for flick stick to help with engaging the stick for rotation when no flick is desired, and the option to make flick time proportional to the size of the flick when using flick stick. +Garrett added separate X and Y sensitivities for traditional stick aiming. + ### Features * All commands can now display help, or display their current value, have value filtering and notification. * Bindings can now have an action modifier (toggle/instant) and/or an event modifier (on press/release/tap/hold/turbo). @@ -49,6 +52,7 @@ Roy Straver added an optional forward deadzone for flick stick to help with enga * If a file called *onreset.txt* is found in the working directory, its contents will be loaded right after startup and whenever RESET_MAPPINGS is called. * SLEEP will wait for a given number of seconds (up to 10). * Added support for the keypad's operator keys, decimal key and caps lock key. +* STICK\_SENS can accept two different sensitivities to set X and Y to different sensitivities. ### Bugfixes * JSM should no longer sometimes get the mouse stuck on the side or top of the screen. diff --git a/README.md b/README.md index 1dddc31..cdf6a8f 100644 --- a/README.md +++ b/README.md @@ -726,6 +726,7 @@ I'm Julian "Jibb" Smart, and I made JoyShockMapper. As of version 1.3, JoyShockM * Contributer (icon art) * Sunny Ye (translation) * Romeo Calota (linux and general portability) +* Garrett (code) Have a look at the CHANGELOG for a better idea of who contributed what. Nicolas, in particular, regularly contributes a lot of work. He is responsible for a lot of the cool quality-of-life and advanced mapping features.