Bump version

This commit is contained in:
SquidDev 2020-05-17 17:02:17 +01:00
parent 53477fd3a1
commit c493d668c8
3 changed files with 7 additions and 17 deletions

View File

@ -1,5 +1,5 @@
# Mod properties
mod_version=1.88.0
mod_version=1.88.1
# Minecraft properties (update mods.toml when changing)
mc_version=1.15.2

View File

@ -1,3 +1,7 @@
# New features in CC: Tweaked 1.88.1
* Fix error on objects with too many methods.
# New features in CC: Tweaked 1.88.0
* Computers and turtles now preserve their ID when broken.

View File

@ -1,19 +1,5 @@
New features in CC: Tweaked 1.88.0
New features in CC: Tweaked 1.88.1
* Computers and turtles now preserve their ID when broken.
* Add `peripheral.getName` - returns the name of a wrapped peripheral.
* Reduce network overhead of monitors and terminals.
* Add a TBO backend for monitors, with a significant performance boost.
* The Lua REPL warns when declaring locals (lupus590, exerro)
* Add config to allow using command computers in survival.
* Add fs.isDriveRoot - checks if a path is the root of a drive.
* `cc.pretty` can now display a function's arguments and where it was defined. The Lua REPL will show arguments by default.
* Move the shell's `require`/`package` implementation to a separate `cc.require` module.
* Move treasure programs into a separate external data pack.
And several bug fixes:
* Fix io.lines not accepting arguments.
* Fix settings.load using an unknown global (MCJack123).
* Prevent computers scanning peripherals twice.
* Fix error on objects with too many methods.
Type "help changelog" to see the full version history.