From 2f323f23d7acc9aeadcb5eb6872b4797b2f13261 Mon Sep 17 00:00:00 2001 From: SquidDev Date: Sat, 18 Jul 2020 12:23:36 +0100 Subject: [PATCH] Update changelog for release --- .../resources/data/computercraft/lua/rom/help/changelog.txt | 4 +++- .../resources/data/computercraft/lua/rom/help/whatsnew.txt | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) 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 9440b0f00..e12e9ebb7 100644 --- a/src/main/resources/data/computercraft/lua/rom/help/changelog.txt +++ b/src/main/resources/data/computercraft/lua/rom/help/changelog.txt @@ -3,6 +3,7 @@ * Add cc.image.nft module, for working with nft files. (JakobDev) * [experimental] Provide a generic peripheral for any tile entity without an existing one. We currently provide methods for working with inventories, fluid tanks and energy storage. This is disabled by default, and must be turned on in the config. * Add configuration to control the sizes of monitors and terminals. +* Add configuration to control maximum render distance of monitors. * Allow getting "detailed" information about an item, using `turtle.getItemDetail(slot, true)`. This will contain the same information that the generic peripheral supplies. And several bug fixes: @@ -10,8 +11,9 @@ And several bug fixes: * Fix write method missing from printers. * Fix dupe bug when killing an entity with a turtle. * Correctly supply port in the Host header (neumond). -* Fix turtle.craft failing when missing an argument. +* Fix `turtle.craft` failing when missing an argument. * Fix deadlock when mistakenly "watching" an unloaded chunk. +* Fix full path of files being leaked in some errors. Type "help changelog" to see the full version history. 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 62a5aa8ca..b306fc690 100644 --- a/src/main/resources/data/computercraft/lua/rom/help/whatsnew.txt +++ b/src/main/resources/data/computercraft/lua/rom/help/whatsnew.txt @@ -3,6 +3,7 @@ New features in CC: Tweaked 1.90.0 * Add cc.image.nft module, for working with nft files. (JakobDev) * [experimental] Provide a generic peripheral for any tile entity without an existing one. We currently provide methods for working with inventories, fluid tanks and energy storage. This is disabled by default, and must be turned on in the config. * Add configuration to control the sizes of monitors and terminals. +* Add configuration to control maximum render distance of monitors. * Allow getting "detailed" information about an item, using `turtle.getItemDetail(slot, true)`. This will contain the same information that the generic peripheral supplies. And several bug fixes: @@ -10,7 +11,8 @@ And several bug fixes: * Fix write method missing from printers. * Fix dupe bug when killing an entity with a turtle. * Correctly supply port in the Host header (neumond). -* Fix turtle.craft failing when missing an argument. +* Fix `turtle.craft` failing when missing an argument. * Fix deadlock when mistakenly "watching" an unloaded chunk. +* Fix full path of files being leaked in some errors. Type "help changelog" to see the full version history.