Skip to content

Commit 5d5f80d

Browse files
committed
bump + changelog
1 parent d82f405 commit 5d5f80d

File tree

2 files changed

+17
-11
lines changed

2 files changed

+17
-11
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ val isForgeLike = isNeoforge || isForge
2626

2727
// project stuff
2828
group = "dev.isxander"
29-
val versionWithoutMC = "2.0.0-beta.11"
29+
val versionWithoutMC = "2.0.0-beta.12"
3030
version = "$versionWithoutMC+${stonecutter.current.project}"
3131
val isAlpha = "alpha" in version.toString()
3232
val isBeta = "beta" in version.toString()

changelog.md

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1-
# Controlify 2.0.0-beta.11
1+
# Controlify 2.0.0-beta.12
22

3-
This build brings incomplete support for NeoForge for 1.20.6 and 1.20.4.
4-
These builds are missing all networking features.
3+
- This version adds the new NeoForge 1.21 target.
4+
- 1.21 targets now have re-enabled mod compatibility with the following mods
5+
- Sodium
6+
- Simple Voice Chat
7+
- Immediately Fast
58

69
This version has the following targets:
710
- Fabric 1.20.1
@@ -10,13 +13,16 @@ This version has the following targets:
1013
- Fabric 1.20.6
1114
- NeoForge 1.20.6
1215
- Fabric 1.21
16+
- NeoForge 1.21
1317

1418
## Changes
1519

16-
- Fallback to default controller font set if the font mapping file does not exist for the controller's namespace
17-
- Add a controller icon for PSP (thanks \_cheburkot\_)
18-
- Add incomplete support for NeoForge 1.20.4 and 1.20.6
19-
- Fix compatibility with Fabric API 0.100+ on 1.20.6
20-
- Update to the SDL library, this will be redownloaded
21-
- Fix registry sync issue that prevented non-Controlify clients joining Controlify servers.
22-
- Fix the default controller sprite being displayed as purple/black.
20+
- Add named bindings to control descriptions
21+
- Fix double-pressing for Radial Menu back button and Sodium tick box controls
22+
- Add 1.21 neoforge target
23+
- Fix back button hint showing as abstract action 1 in create world screen
24+
- Fix toggle key mappings not working (toggle sprint)
25+
- Fallback to default controller glyph set if the specified glyph is not mapped
26+
- Fix crash going into the settings menu for 1.20.4 and below targets
27+
- Add the ability to map 5 more miscellaneous button inputs, for example, Google Stadia Assistant button.
28+
- This is incomplete and the font glyphs are currently missing

0 commit comments

Comments
 (0)