CC-Tweaked/src/main/resources/data/computercraft/lua/rom/help/whatsnew.md

21 lines
1.0 KiB
Markdown
Raw Normal View History

New features in CC: Tweaked 1.101.3
2022-07-27 07:25:30 +00:00
* Support LetsEncrypt certificates within the HTTP API (MCJack123).
* Improve syntax errors when missing commas in tables, and on trailing commas in parameter lists.
* `speaker` program now reports an error on common unsupported audio formats.
* Small optimisations to the `window` API.
2021-05-20 17:29:56 +00:00
2021-12-11 07:37:10 +00:00
Several bug fixes:
* Fix the REPL syntax reporting crashing on valid parses.
* Ignore metatables in `textutils.serialize`.
* Fix `gps.locate` returning `nan` when receiving a duplicate location (Wojbie).
* Ignore metatables in `textutils.serialize`.
* Fix wireless turtles having an invalid model.
* Fix crash when turtles are exploded by a null explosion.
* Lua REPL no longer accepts `)(` as a valid expression.
* Fix several inconsistencies with `require`/`package.path` in the Lua REPL (Wojbie).
* Fix private several IP address ranges not being blocked by the `$private` rule.
* Improve permission checks in the `/computercraft` command.
Type "help changelog" to see the full version history.