Skip to content

Commit

Permalink
Bump CC:T to 1.114.3
Browse files Browse the repository at this point in the history
  • Loading branch information
SquidDev committed Jan 14, 2025
1 parent ed631b0 commit 2ca5850
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ kotlin.jvm.target.validation.mode=error

# Mod properties
isUnstable=false
modVersion=1.114.2
modVersion=1.114.3

# Minecraft properties: We want to configure this here so we can read it in settings.gradle
mcVersion=1.20.1
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# New features in CC: Tweaked 1.114.3

* `wget` now prints the error that occurred, rather than a generic "Failed" (tizu69).
* Update several translations.

Several bug fixes:
* Fix `fs.isDriveRoot` returning true for non-existent files.
* Fix possible memory leak when sending terminal contents.

# New features in CC: Tweaked 1.114.2

One bug fix:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
New features in CC: Tweaked 1.114.2
New features in CC: Tweaked 1.114.3

One bug fix:
* Fix OpenGL errors when rendering empty monitors.
* `wget` now prints the error that occurred, rather than a generic "Failed" (tizu69).
* Update several translations.

Several bug fixes:
* Fix `fs.isDriveRoot` returning true for non-existent files.
* Fix possible memory leak when sending terminal contents.

Type "help changelog" to see the full version history.

0 comments on commit 2ca5850

Please sign in to comment.