You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Makes holding the boat directly straight a lot easier.
12
+
- Added Legacy Console Edition Mode - makes the look input and vmouse feel and behave like Legacy Console Edition,
13
+
for people who prefer it. ([by Permdog99](https://github.com/isXander/Controlify/pull/455))
14
+
- Add another server policy: `keyboardLikeMovement`, to make servers enforce this, for anti-cheats.
15
+
- A new, more advanced, scoped logging system is being added throughout the mod to make debugging easier.
16
+
8
17
## Changes
9
18
10
-
- Fix startup crash on all version due to mixin injection error
19
+
- A new algorithm is being used to compute the unique ID of each controller
20
+
- This comes with the unfortunate side effect of causing all controller-specific configs to be reset, as they're now
21
+
treated as new controllers when upgrading from beta 21 or below.
22
+
- This algorithm should be more stable, correctly identifying the same physical controller through different
23
+
setups, like bluetooth vs wired, or system configuration.
24
+
- Give exact battery percentage in low battery notification
25
+
- This notification now only appears if the controller is unplugged.
26
+
- DualSense HD haptics functionality has been temporarily disabled
27
+
- Remove access wideners and access transformers - no longer needed
28
+
- Provide the framework for PojavLauncher support - PojavLauncher needs an update (that is in progress) to make
29
+
use of Controlify.
30
+
- The amount of jar-in-jar dependencies has been reduced. Instead, Controlify shades and relocates them under its
31
+
own package.
32
+
- Identify Xbox 360 controller via Wireless Adapter correctly as an Xbox controller (instead of generic) (fix [#403](https://github.com/isXander/Controlify/issue/403))
33
+
34
+
## Bug fixes
35
+
36
+
- Fix not being able to break blocks in surivival mode after an out-of-focus client grabs mouse (fix [#436](https://github.com/isXander/Controlify/issue/436))
37
+
- This presents when you close any GUI whilst in-game
38
+
- Fix Steam Deck controls stopping after the game is suspended (sleeps, or out of focus for a while)
39
+
- Fix crash when opening recipe book screens in versions >=1.21.2
40
+
- Fix not being able to use the mouse to click on Settings and Use buttons on carousel entries
0 commit comments