Skip to content

Commit 1484f6c

Browse files
committed
update changelog
1 parent 2f24955 commit 1484f6c

File tree

1 file changed

+32
-1
lines changed

1 file changed

+32
-1
lines changed

changelog.md

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,37 @@ This version has the following targets:
55

66
[![](https://short.isxander.dev/bisect-img)](https://short.isxander.dev/bisect)
77

8+
## New features
9+
10+
- Add deadzone for analogue boat control
11+
- 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+
817
## Changes
918

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
41+
- Fix crash with Xander's Sodium Options

0 commit comments

Comments
 (0)