Releases: nathanhoad/godot_input_helper
Releases · nathanhoad/godot_input_helper
v4.7.0 for Godot 4.4
What's Changed
New Stuff
- Add methods for de/serializing single actions by @nathanhoad in #75
Fixes
- Improve button label handling by @nathanhoad in #74
- Fix device detection while paused by @nathanhoad in #80
- Update default button labels by @nathanhoad in #82
Other Changes
- Remove unnecessary Node inheritance by @nathanhoad in #81
Full Changelog: v4.6.0...v4.7.0
v4.6.0 for Godot 4.3
What's Changed
New Stuff
- Add option for more detailed device identification by @oxeron in #62
- Add C# signal event handlers by @nathanhoad in #68
- Remember the last known joypad by @nathanhoad in #69
Fixes
- Ignore physical keycodes when not supported by @nathanhoad in #58
- Fix get_label_for_input not returning correct string for web export by @oxeron in #63
- Fix issue when resetting an InputEventJoypadMotion by @nathanhoad in #64
- Add missing LastKnownJoypadIndex to C# by @nathanhoad in #70
Other Changes
- Ensure compatibility with Godot 4.4 by @nathanhoad in #67
Full Changelog: v4.5.0...v4.6.0
v4.5.0 for Godot 4.3
What's Changed
New Stuff
- Add mapping for SteamDeck controller by @oxeron in #52 and @russmatney in #53
- Maintain serialized order by @nathanhoad in #56
New Contributors
- @oxeron made their first contribution in #52
- @russmatney made their first contribution in #53
Full Changelog: v4.4.1...v4.5.0
v4.4.1 for Godot 4.3
What's Changed
New Stuff
Fixes
- Fix getting keyboard inputs in C# by @nathanhoad in #45
- Fix mouse button input label by @nathanhoad in #49
Other Changes
- Fix broken docs link by @nathanhoad in #48
New Contributors
Full Changelog: v4.4.0...v4.4.1
v4.4.0 for Godot 4.2
What's Changed
New Stuff
- Detect mouse motion as device change by @nathanhoad in #41
Fixes
- Fix unexpected behavior on replace_joypad_input_at_index by @moraguma in #37
- Fix float issue on JoypadMotion at serialization by @am4sten in #38
- Fix C# input serializing by @nathanhoad in #40
New Contributors
Full Changelog: v4.3.3...v4.4.0
v4.3.3 for Godot 4
What's Changed
Fixes
- Emit did_change signal when setting from empty by @nathanhoad in #35
Full Changelog: v4.3.2...v4.3.3
v4.3.2 for Godot 4
v4.3.1 for Godot 4
What's Changed
Fixes
- Include mouse input in device detection by @nathanhoad in #30
Full Changelog: v4.3.0...v4.3.1
v4.3.0 for Godot 4
What's Changed
New Stuff
- Allow joypad motion to be serialized by @nathanhoad in #27
Other Changes
- Add a test suite for input management by @nathanhoad in #28
Full Changelog: v4.2.2...v4.3.0
v4.2.2 for Godot 4
What's Changed
Fixes
- Fix labels for non-QWERTY keyboard layouts by @Exerionius in #25
Full Changelog: v4.2.1...v4.2.2