From 66e42e0817484702d3be7ab880e60246097f7ecb 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 +- .../computercraft/lua/rom/help/changelog.txt | 9 +++++++++ .../data/computercraft/lua/rom/help/whatsnew.txt | 16 ++++++---------- 3 files changed, 16 insertions(+), 11 deletions(-) diff --git a/gradle.properties b/gradle.properties index 03dc1afd4..95f07ec8f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ # Mod properties -mod_version=1.95.2 +mod_version=1.95.3 # Minecraft properties (update mods.toml when changing) mc_version=1.15.2 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 28d5d109e..bd9ec247f 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,12 @@ +# New features in CC: Tweaked 1.95.3 + +Several bug fixes: +* Correctly serialise sparse arrays into JSON (livegamer999) +* Fix hasAudio/playAudio failing on record discs. +* 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: Tweaked 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 e4fbc7a53..e3425e255 100644 --- a/src/main/resources/data/computercraft/lua/rom/help/whatsnew.txt +++ b/src/main/resources/data/computercraft/lua/rom/help/whatsnew.txt @@ -1,14 +1,10 @@ -New features in CC: Tweaked 1.95.2 - -* Add `isReadOnly` to `fs.attributes` (Lupus590) -* Many more programs now support numpad enter (Wojbie) +New features in CC: Tweaked 1.95.3 Several bug fixes: -* Fix some commands failing to parse on dedicated servers. -* Fix all disk recipes appearing to produce a white disk in JEI/recipe book. -* 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). -* Preserve registration order of turtle/pocket upgrades when displaying in JEI. +* Correctly serialise sparse arrays into JSON (livegamer999) +* Fix hasAudio/playAudio failing on record discs. +* 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.