@@ -8,22 +8,19 @@ This version has the following targets:
88** By donating on my [ Ko-Fi] ( https://ko-fi.com/isxander ) , you will gain access to builds of Controlify for snapshot
99builds of Minecraft.**
1010
11- ## Bug fixes
12-
13- - Fix NeoForge builds incorrectly packaging ` jarJar ` mods. This presented as a mixin crash on all Neo targets.
14- - Fix identical model controllers being seen as the same controller which resulted in the second one to not be connected
15- - Fix toggle sprint and toggle sneak options being toggle if any connected controller config is toggle,
16- regardless of whether it is active, as well as the vanilla toggle setting.
17- - Fix crash because YACL version constraint was not strict enough
18- - Fix LCE mode being framerate dependant
19- - Fix NeoForge versions crashing due to a mixin error
20- - Fix Enhanced Steam Deck driver sometimes failing to connect to CEF
21- - Reorganise ` vInvertLook ` and ` isLCE ` options into the input component, instead of generic settings
11+ ## Changes
2212
23- * This update includes localisation updates*
13+ - ** Added 1.21.5 target** for both Fabric and NeoForge!
14+ - Drastically improved the performance of the on-screen keyboard
15+ - There is zero performance impact anymore. It used to decrease FPS by 8x (lol)
16+ - Controlify no-longer auto-selects newly connected controllers in order to aid with splitscreen (thanks Mauro for PR)
17+ - Removed explicit immediately-fast support, it works just fine on it's own.
18+ - ImmediatelyFast is still supported and recommended for performance reason, there's just
19+ no code in Controlify to support it anymore.
2420
25- Some new documentation is being written for Controlify.
26- It includes information on the resource pack features.
27-
28- [ Check it out on moddedmc.wiki] ( https://moddedmc.wiki/project/controlify/docs )
21+ ## Bug fixes
2922
23+ - Fix head disappearing and NaN log spam (thanks Mauro for PR)
24+ - Fix unplugging and re-plugging same controller multiple times causing deletion of its config (thanks Mauro for PR)
25+ - Only display the Bluetooth warning when it would affect the user (thanks Mauro for PR)
26+ - Fix resource reload on NeoForge 1.21.4
0 commit comments