diff --git a/gradle.properties b/gradle.properties index 6285bdff7..9f56b970c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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 diff --git a/projects/core/src/main/resources/data/computercraft/lua/rom/help/changelog.md b/projects/core/src/main/resources/data/computercraft/lua/rom/help/changelog.md index bdffb0836..892c96170 100644 --- a/projects/core/src/main/resources/data/computercraft/lua/rom/help/changelog.md +++ b/projects/core/src/main/resources/data/computercraft/lua/rom/help/changelog.md @@ -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: diff --git a/projects/core/src/main/resources/data/computercraft/lua/rom/help/whatsnew.md b/projects/core/src/main/resources/data/computercraft/lua/rom/help/whatsnew.md index 203143367..a8fc8a0e6 100644 --- a/projects/core/src/main/resources/data/computercraft/lua/rom/help/whatsnew.md +++ b/projects/core/src/main/resources/data/computercraft/lua/rom/help/whatsnew.md @@ -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.