diff options
| author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-01-17 00:20:24 -0500 |
|---|---|---|
| committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-01-17 00:20:24 -0500 |
| commit | a59572ee4eb64b075836247b92401c0fb554b6f0 (patch) | |
| tree | 7516544dcc3210356664ad4904912b76b3bef5a6 /docs | |
| parent | 3df62fa856d241df4e7b30a48c77dab184edba4e (diff) | |
| download | SMAPI-a59572ee4eb64b075836247b92401c0fb554b6f0.tar.gz SMAPI-a59572ee4eb64b075836247b92401c0fb554b6f0.tar.bz2 SMAPI-a59572ee4eb64b075836247b92401c0fb554b6f0.zip | |
overhaul input handling (#422)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/release-notes.md | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index c4a96b95..dd9f0352 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -5,12 +5,18 @@ * Fixed error parsing JSON files generated on another platform. * Fixed rare issues caused by mods reloading core assemblies, which is no longer allowed. -* For mod authors: - * Fixed semantic versions always ignoring `-0` tag. - * For the [log parser][]: * Fixed parse error for logs with zero installed mods. +* For modders: + * Added `SButton` `IsActionButton()` and `IsUseToolButton()` extensions. + * Fixed input events not recognising controller input as an action or use-tool button. + * Fixed input events setting the same `IsActionButton` and `IsUseToolButton` values for all buttons pressed in an update tick. + * Fixed semantic versions always ignoring `-0` tag. + +* For SMAPI developers: + * Overhauled input handling to support future input events. + ## 2.3 * For players: * Added a user-friendly [download page](https://smapi.io). |
