Releases: SpaghettDev/BetterInputs
Releases · SpaghettDev/BetterInputs
[v4.2.0-beta.13] BetterInputs
[v4.2.0-beta.13] - 2025-01-01
Changed
- Target Geode version (v4.0.1 -> v4.1.2)
Fixed
- Unable to click on input on MacOS
Full Changelog: v4.2.0-beta.12...v4.2.0-beta.13
[v4.2.0-beta.12] BetterInputs
[v4.2.0-beta.12] - 2024-12-04
Added
- MacOS keybinds:
Command + Left/Right Arrow
,Option + Left/Right Arrow
ALT
/Option
key detection
Full Changelog: v4.2.0-beta.11...v4.2.0-beta.12
[v4.2.0-beta.11] BetterInputs
[v4.2.0-beta.11] - 2024-12-01
Changed
- feat(mac): Hook
EAGLView
methods instead of CCTouchDispatcher for mouse events by @SpaghettDev in #14
Full Changelog: v4.2.0-beta.10...v4.2.0-beta.11
[v4.2.0-beta.10] BetterInputs
[v4.2.0-beta.10] - 2024-12-01
Added
- feat(mac): Fix MacOS implementation by @SpaghettDev in #13
Changed
- Split codebase into sub-files (no more million line main.cpp)
Full Changelog: v4.2.0-beta.3...v4.2.0-beta.10
[v4.2.0-beta.3] BetterInputs
[v4.2.0-beta.3] - 2024-11-17
Changed
- It's actually beta 3 mb
Full Changelog: v4.2.0-beta.2...v4.2.0-beta.3
[v4.2.0-beta.2] BetterInputs
[v4.2.0-beta.1] - 2024-11-17
Changed
- Target Geode version (v3.3.0 -> v4.0.0-beta.1)
Full Changelog: v4.2.0-beta.1...v4.2.0-beta.2
[v4.2.0-beta.1] BetterInputs
[v4.2.0-beta.1] - 2024-07-22
Changed
- Target Geode version (v3.0.0-beta.2 -> v3.3.0)
Fixed
New Contributors
Full Changelog: v4.1.0-beta...v4.2.0-beta.1
[v4.1.0-beta] BetterInputs
[v4.1.0-beta] - 2024-06-19
Added
- Ability to bypass max input length (can be disabled)
Changed
- How the AlertFix works, again... Checks for touch priority if the layer has a touch priority, if not then it falls back to Z order (it was also causing a crash in
LevelEditLayer
)
Fixed
- Crash in level editor
- Pasting text bypassing allowed characters filter
- Space character weirdness in
CCTextInputNode
s withCCLabelBMFont
s - More crashes! (when highlighting text)
Full Changelog: v4.0.0-beta...v4.1.0-beta
[v4.0.0-beta] BetterInputs
[v4.0.0-beta] - 2024-06-13
Added
- Some more keybinds! (Alphalaneous wanted them)
- Ctrl+Del, Ctrl+Backspace
- Home/End, Shift+Home, Shift+End
- Ctrl+Ins
- Shift+Ins
- A TextArea cursor fix. All it does is fix a weird vanilla bug where the cursor is positioned sometimes in the middle of the character
- Actual MacOS support (still broken, binary included but will do nothing, in fact it will break input nodes )
Changed
- How the AlertLayer fix works (it checks for touch priority instead of Z order now)
- How
insertCharAtIndex
andinsertStrAtIndex
to be more efficient (it resizes the string if needed by double, instead of always resizing)
Fixed
- Numerous text selection bugs in TextAreas
- Ctrl+Left/Right arrow not positioning cursor correctly (skipping to the character before/after the separator)
- A lot of other bugs
What's Changed
- MacOS support by @SpaghettDev in #1
Full Changelog: v3.1.0-beta...v4.0.0-beta
[v3.1.0-beta] BetterInputs
[v3.1.0-beta] - 2024-06-08
Fixed
- Dragging input in the index crashing the game
- Some mouse issues
Full Changelog: v3.0.1-alpha...v3.1.0-beta