From aaf8c248a8c3027ca8f2e19478e3fd5e6b5ba6d6 Mon Sep 17 00:00:00 2001 From: Jonathan Coates Date: Sat, 8 Jul 2023 09:37:43 +0100 Subject: [PATCH] Bump CC:T to 1.106.1 --- gradle.properties | 2 +- .../computercraft/lua/rom/help/changelog.md | 6 ++++++ .../computercraft/lua/rom/help/whatsnew.md | 20 +++---------------- 3 files changed, 10 insertions(+), 18 deletions(-) diff --git a/gradle.properties b/gradle.properties index 5d3bda597..ae7279e7d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -10,7 +10,7 @@ kotlin.jvm.target.validation.mode=error # Mod properties isUnstable=false -modVersion=1.106.0 +modVersion=1.106.1 # Minecraft properties: We want to configure this here so we can read it in settings.gradle mcVersion=1.19.4 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 ef0af61a8..2579b93e1 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,9 @@ +# New features in CC: Tweaked 1.106.1 + +Several bug fixes: +* Block the CGNAT range (100.64.0.0/10) by default. +* Fix conflicts with other mods replacing reach distance. + # New features in CC: Tweaked 1.106.0 * Numerous documentation improvements (MCJack123, znepb, penguinencounter). 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 172ac059e..f8f051a02 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,21 +1,7 @@ -New features in CC: Tweaked 1.106.0 - -* Numerous documentation improvements (MCJack123, znepb, penguinencounter). -* Port `fs.find` to Lua. This also allows using `?` as a wildcard. -* Computers cursors now glow in the dark. -* Allow changing turtle upgrades from the GUI. -* Add option to serialize Unicode strings to JSON (MCJack123). -* Small optimisations to the `window` API. -* Turtle upgrades can now preserve NBT from upgrade item stack and when broken. -* Add support for tool enchantments and durability via datapacks. This is disabled for the built-in tools. +New features in CC: Tweaked 1.106.1 Several bug fixes: -* Fix turtles rendering incorrectly when upside down. -* Fix misplaced calls to IArguments.escapes. -* Lua REPL no longer accepts `)(` as a valid expression. -* Fix several inconsistencies with `require`/`package.path` in the Lua REPL (Wojbie). -* Fix turtle being able to place water buckets outside its reach distance. -* Fix private several IP address ranges not being blocked by the `$private` rule. -* Improve permission checks in the `/computercraft` command. +* Block the CGNAT range (100.64.0.0/10) by default. +* Fix conflicts with other mods replacing reach distance. Type "help changelog" to see the full version history.