1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-08-28 16:22:18 +00:00

Bump version to 1.95.3

This commit is contained in:
Jonathan Coates 2021-03-12 09:19:16 +00:00 committed by Jummit
parent 3860e2466c
commit a28e7e2db3
3 changed files with 14 additions and 9 deletions

View File

@ -2,7 +2,7 @@
org.gradle.jvmargs=-Xmx1G org.gradle.jvmargs=-Xmx1G
# Mod properties # Mod properties
mod_version=1.95.2-beta mod_version=1.95.3-beta
# Minecraft properties # Minecraft properties
mc_version=1.16.4 mc_version=1.16.4

View File

@ -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 # New features in CC: Restitched 1.95.2
* Add `isReadOnly` to `fs.attributes` (Lupus590) * Add `isReadOnly` to `fs.attributes` (Lupus590)

View File

@ -1,12 +1,9 @@
New features in CC: Restitched 1.95.2 New features in CC: Restitched 1.95.3
* Add `isReadOnly` to `fs.attributes` (Lupus590)
* Many more programs now support numpad enter (Wojbie)
Several bug fixes: Several bug fixes:
* Fix some commands failing to parse on dedicated servers. * Correctly serialise sparse arrays into JSON (livegamer999)
* Hopefully improve edit's behaviour with AltGr on some European keyboards. * Fix rs.getBundledInput returning the output instead (SkyTheCodeMaster)
* Prevent files being usable after their mount was removed. * Programs run via edit are now a little better behaved (Wojbie)
* Fix the `id` program crashing on non-disk items (Wojbie). * Add User-Agent to a websocket's headers.
Type "help changelog" to see the full version history. Type "help changelog" to see the full version history.