diff --git a/gradle.properties b/gradle.properties index eb323751e..cf944e32c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -10,7 +10,7 @@ kotlin.jvm.target.validation.mode=error # Mod properties isUnstable=false -modVersion=1.108.1 +modVersion=1.108.2 # 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 a7117b5ea..ee9a33532 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.108.2 + +* Add a tag for which blocks wired modems should ignore. + +Several bug fixes: +* Fix monitors sometimes being warped after resizing. +* Fix the skull recipes using the wrong UUID format. +* Fix paint canvas not always being redrawn after a term resize. + # New features in CC: Tweaked 1.108.1 Several bug fixes: 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 482cb7a40..24e0361f0 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,7 +1,10 @@ -New features in CC: Tweaked 1.108.1 +New features in CC: Tweaked 1.108.2 + +* Add a tag for which blocks wired modems should ignore. Several bug fixes: -* Prevent no-opped players breaking or placing command computers. -* Allow using `@LuaFunction`-annotated methods on classes defined in child classloaders. +* Fix monitors sometimes being warped after resizing. +* Fix the skull recipes using the wrong UUID format. +* Fix paint canvas not always being redrawn after a term resize. Type "help changelog" to see the full version history.