-
Notifications
You must be signed in to change notification settings - Fork 219
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
60 additions
and
7 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
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
30 changes: 30 additions & 0 deletions
30
projects/core/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
30 changes: 27 additions & 3 deletions
30
projects/core/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,7 +1,31 @@ | ||
New features in CC: Tweaked 1.103.1 | ||
New features in CC: Tweaked 1.104.0 | ||
|
||
* Update to Minecraft 1.19.4. | ||
* Turtles can now right click items "into" certain blocks (cauldrons and hives by default, configurable with the `computercraft:turtle_can_use` block tag). | ||
* Update Cobalt to 0.7: | ||
* `table` methods and `ipairs` now use metamethods. | ||
* Type errors now use the `__name` metatag. | ||
* Coroutines no longer run on multiple threads. | ||
* Timeout errors should be thrown more reliably. | ||
* `speaker` program now reports an error on common unsupported audio formats. | ||
* `multishell` now hides the implementation details of its terminal redirect from programs. | ||
* Use VBO monitor renderer by default. | ||
* Improve syntax errors when missing commas in tables, and on trailing commas in parameter lists. | ||
* Turtles can now hold flags. | ||
* Update several translations (Alessandro, chesiren, Erlend, RomanPlayer22). | ||
|
||
Several bug fixes: | ||
* Fix values not being printed in the REPL. | ||
* Fix `function f()` providing suboptimal parse errors in the REPL. | ||
* `settings.load` now ignores malformed values created by editing the `.settings` file by hand. | ||
* Fix introduction dates on `os.cancelAlarm` and `os.cancelTimer` (MCJack123). | ||
* Fix the REPL syntax reporting crashing on valid parses. | ||
* Make writes to the ID file atomic. | ||
* Obey stack limits when transferring items with Fabric's APIs. | ||
* Ignore metatables in `textutils.serialize`. | ||
* Correctly recurse into NBT lists when computing the NBT hash (Lemmmy). | ||
* Fix advanced pocket computers rendering as greyscale. | ||
* Fix stack overflow when using `shell` as a hashbang program. | ||
* Fix websocket messages being empty when using a non-default compression settings. | ||
* Fix `gps.locate` returning `nan` when receiving a duplicate location (Wojbie). | ||
* Remove several thread safety issues inside Java-side argument parsing code. | ||
|
||
Type "help changelog" to see the full version history. |
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
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