You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Turtles can now right click items "into" certain blocks (cauldrons and hives by default, configurable with the `computercraft:turtle_can_use` block tag).
5
-
* Update Cobalt to 0.7:
6
-
*`table` methods and `ipairs` now use metamethods.
7
-
* Type errors now use the `__name` metatag.
8
-
* Coroutines no longer run on multiple threads.
9
-
* Timeout errors should be thrown more reliably.
10
-
*`speaker` program now reports an error on common unsupported audio formats.
11
-
*`multishell` now hides the implementation details of its terminal redirect from programs.
12
-
* Use VBO monitor renderer by default.
13
-
* Improve syntax errors when missing commas in tables, and on trailing commas in parameter lists.
14
-
* Turtles can now hold flags.
15
-
* Update several translations (Alessandro, chesiren, Erlend, RomanPlayer22).
3
+
* Optimise JSON string parsing.
4
+
* Add `colors.fromBlit` (Erb3).
5
+
* Upload file size limit is now configurable (khankul).
6
+
* Wired cables no longer have a distance limit.
7
+
* Java methods now coerce values to strings consistently with Lua.
8
+
* Add custom timeout support to the HTTP API.
9
+
* Support custom proxies for HTTP requests (Lemmmy).
10
+
* The `speaker` program now errors when playing HTTP files.
11
+
*`edit` now shows an error message when editing read-only files.
12
+
* Update Ukranian translation (SirEdvin).
16
13
17
14
Several bug fixes:
18
-
*`settings.load` now ignores malformed values created by editing the `.settings` file by hand.
19
-
* Fix introduction dates on `os.cancelAlarm` and `os.cancelTimer` (MCJack123).
20
-
* Fix the REPL syntax reporting crashing on valid parses.
21
-
* Make writes to the ID file atomic.
22
-
* Obey stack limits when transferring items with Fabric's APIs.
23
-
* Ignore metatables in `textutils.serialize`.
24
-
* Correctly recurse into NBT lists when computing the NBT hash (Lemmmy).
25
-
* Fix advanced pocket computers rendering as greyscale.
26
-
* Fix stack overflow when using `shell` as a hashbang program.
27
-
* Fix websocket messages being empty when using a non-default compression settings.
28
-
* Fix `gps.locate` returning `nan` when receiving a duplicate location (Wojbie).
0 commit comments