- Fix diagonal movement speed (PR #113, thanks @dogtopus, closes#42)
- Toggle Sprint and Toggle Sneak can now be enabled separately just for controllers (closes#102)
- Added button binding profile support (closes#107)
- Fix button binding tooltips intersecting with chat on large GUI scales (closes#106)
- Add assets for non-licensed (numbered) PlayStation controllers (closes#110)
- Fix reacharound outline color
- Fix pixel error in legacy icons (closes#84)
- Fix creative flight being slow with Bedrockify installed (just disables the "disableFlyingMomentum" option on launch)
The original algorithm squares both X and Y separately, which cause the movement speed to drop by up to half when not moving perfectly along the axes. The new algorithm converts the XY speed vector into a speed and a moving angle vector and only square the speed instead. This prevents the slowdown issue present in the original algorithm.
- Merge #48 (Split rotation speed in X and Y, thanks to @ronniedude)
- Merge #47 (Korean translations by @gyular)
- Fix#50 (Stack pick-up problems in survival mode)
- Add some compatibility measures for EMI (Will likely be improved further in the future)
- Remove all REI-related code (not working anyway, EMI is better)
- Possibly fix#41 (Random crashes when changing keybinds)
- Added #40 (Modded keybind support)
- Added #20 (Touchscreen support)
- Improved #13 (Sodium screen controller support)
- Attempt to fix#31 & #38 (Jittery input on low FPS)
- Fixed#35 (Front placing being broken)
- Fixed#32 (Option to disable double tap to sprint)
- Fixed#27 (Auto-adapt controller icons)
- Fixed#19 (HUD-scaling on big scales)
- Fixed#36 (Crash on game load)
- Fixed reset option
- Fixed scrolling in trading screens
- Disable features that might be considered as cheats (install MidnightControlsExtra to enable)
- Update to 1.19
- Make buttons for Item/Stack Grabbing and Quick Moving configurable
- Add Keybinds for moving between Fabric Creative Inventory Pages
- Automatic downloading of mappings from https://github.com/gabomdq/SDL_GameControllerDB
- Change some default settings
- Fix OkZoomer compat by @akemin-dayo
- German translations (by myself)
- Add contributors to fabric.mod.json
- Fix some issues
Changes from LambdaControls:
- Support for Steam Deck and Dualsense
- Support for L4, L5, R4, R5 buttons
- Updated Libraries
- New Logo and Name
- Lots of Bugfixes
- MidnightConfig backend