-
Notifications
You must be signed in to change notification settings - Fork 214
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
0/10, would not recommend.
- Loading branch information
Showing
3 changed files
with
35 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
19 changes: 19 additions & 0 deletions
19
src/main/resources/data/computercraft/lua/rom/help/changelog.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
26 changes: 15 additions & 11 deletions
26
src/main/resources/data/computercraft/lua/rom/help/whatsnew.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,20 @@ | ||
New features in CC: Tweaked 1.101.2 | ||
New features in CC: Tweaked 1.101.3 | ||
|
||
* Error messages in `edit` are now displayed in red on advanced computers. | ||
* Improvements to the display of errors in the shell and REPL. | ||
* 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. | ||
|
||
Several bug fixes: | ||
* Fix `import.lua` failing to upload a file. | ||
* Fix several issues with sparse Lua tables (Shiranuit). | ||
* Computer upgrades now accept normal computers, rather than uselessly allowing you to upgrade an advanced computer to an advanced computer! | ||
* Correctly clamp speaker volume. | ||
* Fix rednet queueing the wrong message when sending a message to the current computer. | ||
* Fix the Lua VM crashing when a `__len` metamethod yields. | ||
* Trim spaces from filesystem paths. | ||
* Correctly format 12AM/PM with `%I`. | ||
* 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. |