diff --git a/gradle.properties b/gradle.properties index c5cfefc7c..b65deeb1c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ # Mod properties -mod_version=1.83.2+build.7 +mod_version=1.83.2+build.8 # Minecraft properties mc_version=1.14.4 diff --git a/src/main/resources/data/computercraft/lua/rom/help/changelog.txt b/src/main/resources/data/computercraft/lua/rom/help/changelog.txt index 6568cd4a4..bdcd97fcd 100644 --- a/src/main/resources/data/computercraft/lua/rom/help/changelog.txt +++ b/src/main/resources/data/computercraft/lua/rom/help/changelog.txt @@ -1,3 +1,8 @@ +New features in CC:T for Fabric 1.83.2+build.8 + +* Fix an issue where the results of commands.exec were incomplete (hugeblank) +* Update dependencies + New features in CC:T for Fabric 1.83.2+build.7 * Fix a bug that most turtle functions hang diff --git a/src/main/resources/data/computercraft/lua/rom/help/whatsnew.txt b/src/main/resources/data/computercraft/lua/rom/help/whatsnew.txt index 6b7b02029..08db7bd89 100644 --- a/src/main/resources/data/computercraft/lua/rom/help/whatsnew.txt +++ b/src/main/resources/data/computercraft/lua/rom/help/whatsnew.txt @@ -1,6 +1,6 @@ -New features in CC:T for Fabric 1.83.2+build.7 +New features in CC:T for Fabric 1.83.2+build.8 -* Fix a bug that most turtle functions hang -* Update ClothConfig +* Fix an issue where the results of commands.exec were incomplete (hugeblank) +* Update dependencies Type "help changelog" to see the full version history.