Skip to content

Commit

Permalink
Changelog and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
JibbSmart committed Oct 26, 2020
1 parent 91226dc commit 18cd4f4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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).
Expand All @@ -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.
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 18cd4f4

Please sign in to comment.