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
Copy file name to clipboardexpand all lines: changelog.md
+3-32
Original file line number
Diff line number
Diff line change
@@ -8,38 +8,9 @@ This version has the following targets:
8
8
**By donating on my [Ko-Fi](https://ko-fi.com/isxander), you will gain access to builds of Controlify for snapshot
9
9
builds of Minecraft.**
10
10
11
-
## New features
12
-
13
-
- Add deadzone for analogue boat control
14
-
- Makes holding the boat directly straight a lot easier.
15
-
- Added Legacy Console Edition Mode - makes the look input and vmouse feel and behave like Legacy Console Edition,
16
-
for people who prefer it. ([by Permdog99](https://github.com/isXander/Controlify/pull/455))
17
-
- Add another server policy: `keyboardLikeMovement`, to make servers enforce this, for anti-cheats.
18
-
- Verify downloaded SDL natives with an additional checksum that is contained within the jar, improving security
19
-
by preventing the download server from providing a different binary than the one when the jar was built.
20
-
- A new, more advanced, scoped logging system is being added throughout the mod to make debugging easier.
21
-
22
-
## Changes
23
-
24
-
- A new algorithm is being used to compute the unique ID of each controller
25
-
- This comes with the unfortunate side effect of causing all controller-specific configs to be reset, as they're now
26
-
treated as new controllers when upgrading from beta 21 or below.
27
-
- This algorithm should be more stable, correctly identifying the same physical controller through different
28
-
setups, like bluetooth vs wired, or system configuration.
29
-
- Give exact battery percentage in low battery notification
30
-
- This notification now only appears if the controller is unplugged.
31
-
- Remove access wideners and access transformers - no longer needed
32
-
- Provide the framework for PojavLauncher support - PojavLauncher needs an update (that is in progress) to make
33
-
use of Controlify.
34
-
- The amount of jar-in-jar dependencies has been reduced. Instead, Controlify shades and relocates them under its
35
-
own package.
36
-
- Identify Xbox 360 controller via Wireless Adapter correctly as an Xbox controller (instead of generic) (fix [#403](https://github.com/isXander/Controlify/issue/403))
11
+
*This update includes localisation updates*
37
12
38
13
## Bug fixes
39
14
40
-
- 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))
41
-
- This presents when you close any GUI whilst in-game
42
-
- Fix Steam Deck controls stopping after the game is suspended (sleeps, or out of focus for a while)
43
-
- Fix crash when opening recipe book screens in versions >=1.21.2
44
-
- Fix not being able to use the mouse to click on Settings and Use buttons on carousel entries
45
-
- Fix crash with Xander's Sodium Options
15
+
- Fix Steam Decks not being detected
16
+
- Fix low battery warning toast having `%s` where there should have been replacements.
0 commit comments