Replies: 1 comment 1 reply
-
Actually, the workaround that was merged was that pixels simply will not be copied if they go off-screen. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This page lists some known issues in the latest version of CraftOS-PC (v2.6.3). These will be fixed with the next release.
(None so far)
Previous versions
v2.6.2
websocket.receive
currently does not function properly. Please listen to thewebsocket_message
event instead for now, or grab the latest artifact build.detach
or callingperiphemu.remove
on a debugger causes a crash.v2.6.1
os
API in Lua are retained, includingos.getenv
. These should not be used, and it is recommended that these functions are removed in a startup file.v2.5.5
Too long without yielding
error may be sent after a few seconds if Ctrl+T is held while a program is running.https://www.google.com
) may cause a website to send a 400 Bad Request response./
to the end if no path was specified.%2F
to encode a slash will decode it back to a slash, breaking any API that requires the distinction.v2.5.4
C:\Users\<username>\AppData\Local\Temp
and runsetup.exe
.term.getSize(mode)
in non-graphics mode fails when using multishell (or redirected to a window)term.native().getSize(mode)
, or switch to graphics mode first|a| % |b| = 0
results inb
instead of 0.v2.5.3
User-Agent
andAccept-Encoding
headers are missing from WebSocket connections unless manually specified.close
is called on them.file.read(n)
on text handles may read data past the end of the file.debug.upvalueid
anddebug.upvaluejoin
are missing from thedebug
API.v2.5.2
v2.5.1.1
math.fmod
for the time being.os.epoch("local")
does not return local time as expected, instead returning UTC time.fs.getFreeSpace
andfs.getCapacity
may cause an infinite loop, crashing the program.v2.5.1
debug_enable
option in the configv2.5
term.drawPixels
term.drawPixels
are correctBeta Was this translation helpful? Give feedback.
All reactions