1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-06-25 22:53:22 +00:00

Bump CC:T to 1.101.1

Our last palendrome for a while!
This commit is contained in:
Jonathan Coates 2022-11-03 20:32:31 +00:00
parent 998efcc950
commit 7df0412c2d
No known key found for this signature in database
GPG Key ID: B9E431FF07C98D06
3 changed files with 10 additions and 16 deletions

View File

@ -5,7 +5,7 @@ kotlin.stdlib.default.dependency=false
kotlin.jvm.target.validation.mode=error
# Mod properties
modVersion=1.101.0
modVersion=1.101.1
# Minecraft properties: We want to configure this here so we can read it in settings.gradle
mcVersion=1.19.2

View File

@ -1,3 +1,9 @@
# New features in CC: Tweaked 1.101.1
Several bug fixes:
* Improve validation of rednet messages (Ale32bit)
* Fix `turtle.refuel()` always failing.
# New features in CC: Tweaked 1.101.0
* Improve Dutch translation (Quezler)

View File

@ -1,19 +1,7 @@
New features in CC: Tweaked 1.101.0
* Improve Dutch translation (Quezler)
* Better reporting of fatal computer timeouts in the server log.
* Convert detail providers into a registry, allowing peripheral mods to read item/block details.
* Redesign the metrics system. `/computercraft track` now allows computing aggregates (total, max, avg) on any metric, not just computer time.
* File drag-and-drop now queues a `file_transfer` event on the computer. The
built-in shell or the `import` program must now be running to upload files.
* The `peripheral` now searches for remote peripherals using any peripheral with the `peripheral_hub` type, not just wired modems.
* Add `include_hidden` option to `fs.complete`, which can be used to prevent hidden files showing up in autocomplete results. (IvoLeal72)
* Add `shell.autocomplete_hidden` setting. (IvoLeal72)
New features in CC: Tweaked 1.101.1
Several bug fixes:
* Prevent `edit`'s "Run" command scrolling the terminal output on smaller
screens.
* Remove some non-determinism in computing item's `nbt` hash.
* Don't set the `Origin` header on outgoing websocket requests.
* Improve validation of rednet messages (Ale32bit)
* Fix `turtle.refuel()` always failing.
Type "help changelog" to see the full version history.