From ee27d8f081dc2329182ddc32832af2d116fdb7c7 Mon Sep 17 00:00:00 2001 From: Jonathan Coates Date: Sat, 16 Jan 2021 11:18:59 +0000 Subject: [PATCH] Bump version to 1.95.2 --- gradle.properties | 2 +- .../data/computercraft/lua/rom/help/changelog.txt | 13 +++++++++++++ .../data/computercraft/lua/rom/help/whatsnew.txt | 15 ++++++++++----- 3 files changed, 24 insertions(+), 6 deletions(-) diff --git a/gradle.properties b/gradle.properties index f9ef4fecd..03dc1afd4 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ # Mod properties -mod_version=1.95.1 +mod_version=1.95.2 # 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 80a5bfdd2..28d5d109e 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,16 @@ +# New features in CC: Tweaked 1.95.2 + +* Add `isReadOnly` to `fs.attributes` (Lupus590) +* Many more programs now support numpad enter (Wojbie) + +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. + # New features in CC: Tweaked 1.95.1 Several bug fixes: 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 4cc63fb78..e4fbc7a53 100644 --- a/src/main/resources/data/computercraft/lua/rom/help/whatsnew.txt +++ b/src/main/resources/data/computercraft/lua/rom/help/whatsnew.txt @@ -1,9 +1,14 @@ -New features in CC: Tweaked 1.95.1 +New features in CC: Tweaked 1.95.2 + +* Add `isReadOnly` to `fs.attributes` (Lupus590) +* Many more programs now support numpad enter (Wojbie) Several bug fixes: -* Command computers now drop items again. -* Restore crafting of disks with dyes. -* Fix CraftTweaker integrations for damageable items. -* Catch reflection errors in the generic peripheral system, resolving crashes with Botania. +* 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. Type "help changelog" to see the full version history.