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
Added new Lua API unicode.char(), similar to string.char() but for Unicode codepoints instead of ASCII values.
Added a clink-diagnostics-output bindable command, bound by default to Ctrl-X,Ctrl-Shift-Z. The command writes internal diagnostic information to a file which can be shared to simplify troubleshooting. This command also includes a list of all loaded Lua scripts.
Fixed #721; potential crash if console window width is less than console screen buffer width (regression introduced in v1.7.5).