diff --git a/gradle.properties b/gradle.properties index 52d6d8c3d..215a03030 100644 --- a/gradle.properties +++ b/gradle.properties @@ -10,7 +10,7 @@ kotlin.jvm.target.validation.mode=error # Mod properties isUnstable=false -modVersion=1.110.2 +modVersion=1.110.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 6e6f0e452..45a40bbda 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,11 @@ +# New features in CC: Tweaked 1.110.3 + +* Update several translations (PatriikPlays). + +Several bug fixes: +* Fix some errors missing source positions. +* Correctly handle multiple threads sending websocket messages at once. + # New features in CC: Tweaked 1.110.2 * Add `speaker sound` command (fatboychummy). 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 4de3ce687..0a9ec167e 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,14 +1,9 @@ -New features in CC: Tweaked 1.110.2 +New features in CC: Tweaked 1.110.3 -* Add `speaker sound` command (fatboychummy). +* Update several translations (PatriikPlays). Several bug fixes: -* Improve error when calling `speaker play` with no path (fatboychummy). -* Prevent playing music discs with `speaker.playSound`. -* Various documentation fixes (cyberbit). -* Fix generic peripherals not being able to transfer to some inventories on Forge. -* Fix rare crash when holding a pocket computer. -* Fix modems breaking when moved by Create. -* Fix crash when rendering a turtle through an Immersive Portals portal. +* Fix some errors missing source positions. +* Correctly handle multiple threads sending websocket messages at once. Type "help changelog" to see the full version history.