Skip to content

Commit 8b0a9cb

Browse files
committed
bump version + changelog
1 parent 27b3557 commit 8b0a9cb

File tree

3 files changed

+6
-17
lines changed

3 files changed

+6
-17
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.12"
29+
val versionWithoutMC = property("modVersion")!!.toString()
3030
version = "$versionWithoutMC+${stonecutter.current.project}"
3131
val isAlpha = "alpha" in version.toString()
3232
val isBeta = "beta" in version.toString()

changelog.md

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
1-
# Controlify 2.0.0-beta.12
2-
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
1+
# Controlify 2.0.0-beta.13
82

93
This version has the following targets:
104
- Fabric 1.20.1
@@ -17,12 +11,6 @@ This version has the following targets:
1711

1812
## Changes
1913

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
14+
- **FINALLY FIX CRASHING!**
15+
- The JVM crashes appear to be fully solved, other crashes are unrelated
16+
- Crashes relating to the radial menu *could* be solved, not 100% sure!

gradle.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
org.gradle.jvmargs=-Xmx4G
22

3+
modVersion=2.0.0-beta.13
34
modId=controlify
45
modName=Controlify
56
modDescription=Another controller mod - for fabric!

0 commit comments

Comments
 (0)