From a59572ee4eb64b075836247b92401c0fb554b6f0 Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Wed, 17 Jan 2018 00:20:24 -0500 Subject: overhaul input handling (#422) --- docs/release-notes.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'docs') 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). -- cgit