Bump version to 1.95.3

This commit is contained in:
Jonathan Coates 2021-03-12 09:19:16 +00:00
parent 0ee3d10fda
commit 66e42e0817
3 changed files with 16 additions and 11 deletions

View File

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

View File

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

View File

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