- 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).