Skip to content

Releases: SpaghettDev/BetterInputs

[v4.2.0-beta.13] BetterInputs

01 Jan 07:03
Compare
Choose a tag to compare

[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

05 Dec 00:32
Compare
Choose a tag to compare

[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

02 Dec 02:41
Compare
Choose a tag to compare

[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

01 Dec 08:58
Compare
Choose a tag to compare

[v4.2.0-beta.10] - 2024-12-01

Added

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

17 Nov 19:07
Compare
Choose a tag to compare

[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

17 Nov 19:01
Compare
Choose a tag to compare

[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

22 Jul 06:47
Compare
Choose a tag to compare

[v4.2.0-beta.1] - 2024-07-22

Changed

  • Target Geode version (v3.0.0-beta.2 -> v3.3.0)

Fixed

  • Incompatibility with Enter Search mod (#5) - Thanks @iswilljr

New Contributors

Full Changelog: v4.1.0-beta...v4.2.0-beta.1

[v4.1.0-beta] BetterInputs

20 Jun 02:40
Compare
Choose a tag to compare

[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 CCTextInputNodes with CCLabelBMFonts
  • More crashes! (when highlighting text)

Full Changelog: v4.0.0-beta...v4.1.0-beta

[v4.0.0-beta] BetterInputs

14 Jun 22:39
Compare
Choose a tag to compare

[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 :trollface:)

Changed

  • How the AlertLayer fix works (it checks for touch priority instead of Z order now)
  • How insertCharAtIndex and insertStrAtIndex 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

Full Changelog: v3.1.0-beta...v4.0.0-beta

[v3.1.0-beta] BetterInputs

08 Jun 12:36
Compare
Choose a tag to compare

[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