From a28e7e2db3666d87281df5762c99dae087e1c867 Mon Sep 17 00:00:00 2001 From: Jonathan Coates Date: Fri, 12 Mar 2021 09:19:16 +0000 Subject: [PATCH] Bump version to 1.95.3 --- gradle.properties | 2 +- .../data/computercraft/lua/rom/help/changelog.txt | 8 ++++++++ .../data/computercraft/lua/rom/help/whatsnew.txt | 13 +++++-------- 3 files changed, 14 insertions(+), 9 deletions(-) diff --git a/gradle.properties b/gradle.properties index 3030d466c..a645c8f2d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,7 +2,7 @@ org.gradle.jvmargs=-Xmx1G # Mod properties -mod_version=1.95.2-beta +mod_version=1.95.3-beta # Minecraft properties mc_version=1.16.4 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 d39833f3f..bcad65f44 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,11 @@ +New features in CC: Restitched 1.95.3 + +Several bug fixes: +* Correctly serialise sparse arrays into JSON (livegamer999) +* Fix rs.getBundledInput returning the output instead (SkyTheCodeMaster) +* Programs run via edit are now a little better behaved (Wojbie) +* Add User-Agent to a websocket's headers. + # New features in CC: Restitched 1.95.2 * Add `isReadOnly` to `fs.attributes` (Lupus590) 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 68d964b44..982911f36 100644 --- a/src/main/resources/data/computercraft/lua/rom/help/whatsnew.txt +++ b/src/main/resources/data/computercraft/lua/rom/help/whatsnew.txt @@ -1,12 +1,9 @@ -New features in CC: Restitched 1.95.2 - -* Add `isReadOnly` to `fs.attributes` (Lupus590) -* Many more programs now support numpad enter (Wojbie) +New features in CC: Restitched 1.95.3 Several bug fixes: -* Fix some commands failing to parse on dedicated servers. -* Hopefully improve edit's behaviour with AltGr on some European keyboards. -* Prevent files being usable after their mount was removed. -* Fix the `id` program crashing on non-disk items (Wojbie). +* Correctly serialise sparse arrays into JSON (livegamer999) +* Fix rs.getBundledInput returning the output instead (SkyTheCodeMaster) +* Programs run via edit are now a little better behaved (Wojbie) +* Add User-Agent to a websocket's headers. Type "help changelog" to see the full version history.