Bump version to 1.95.2

This commit is contained in:
Jonathan Coates 2021-01-16 11:18:59 +00:00
parent 1381325813
commit ee27d8f081
3 changed files with 24 additions and 6 deletions

View File

@ -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

View File

@ -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:

View File

@ -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.