From 76b5c05acc8915242788d3b0e78c2cda46d0be64 Mon Sep 17 00:00:00 2001 From: Merith-TK Date: Fri, 11 Jun 2021 09:06:14 -0700 Subject: [PATCH] update changelog and whats new --- .../data/computercraft/lua/rom/help/changelog.txt | 6 ++++++ .../data/computercraft/lua/rom/help/whatsnew.txt | 15 +++------------ 2 files changed, 9 insertions(+), 12 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 3ba67d2e9..c0ff4d7ae 100644 --- a/src/main/resources/data/computercraft/lua/rom/help/changelog.txt +++ b/src/main/resources/data/computercraft/lua/rom/help/changelog.txt @@ -1,3 +1,9 @@ +# New features in CC: Restitched 1.96.1-rc1 + +A Few bug fixes: +* Fix crash with `getItemDetails(slot, true)` on servers +* Fix Optifine Shaders + # New features in CC: Restitched 1.96.0 * Use lightGrey for folders within the "list" program. 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 71abd6275..6b93a582f 100644 --- a/src/main/resources/data/computercraft/lua/rom/help/whatsnew.txt +++ b/src/main/resources/data/computercraft/lua/rom/help/whatsnew.txt @@ -1,16 +1,7 @@ -New features in CC: Restitched 1.96.0 - -* Use lightGrey for folders within the "list" program. -* Add getLimit to inventory peripherals. -* Expose the generic peripheral system to the public API. -* Add cc.expect.range (Lupus590). -* Allow calling cc.expect directly (MCJack123). -* Shift Right clicking a disk drive while holding a disk inserts disk -* `getItemDetails()` now returns full output as one would expect from CC:T +New features in CC: Restitched 1.96.1-rc1 And several bug fixes: -* Fix paintutils.drawLine incorrectly sorting coordinates (lilyzeiset). -* Fix crash with music disk -* Fix Display peripheral chat messages in multiplayer and improve /computercraft command. +* Fix crash with `getItemDetails(slot, true)` on servers +* Fix Optifine Shaders Type "help changelog" to see the full version history.