Releases
2.3.0
jcubic
released this
05 Apr 16:33
Features
add experimental $.terminal.pipe function
allow to return string from onPaste (not only a promise)
add CTRL+Home and CTRL+End keys + HOME and END move cursor to the end and beginning of the line #479
zoom page when using mousewheel + CTRL key (browser default) #468
allow to set attributes from formatting with filtering options (to prevent unwanted onclick or other attrs by echo untrusted text) #472
Bugfix
fix selecting whole text of single .cmd line
fix double call of async prompt with async interpreter #474
fix async + RPC + exec + no system.describe #475
fix describe === false (exception in js and typscript definition)
don't pause terminal when user code return result of calling terminal::read()
fix jumping while using up/down arrows #477 #478
fix issue with echo brackets inside formatting when using unix formatting #470
fix wrong "e;
entity in formatting tag data-text attribute (it should be "
)
You can’t perform that action at this time.