Skip to content

2.46.0

Latest

Choose a tag to compare

@jcubic jcubic released this 05 May 12:44
f5d9771

Breaking

  • echo command now echoes a function, and it will appear in export_view

Features

  • terminal::animation callback now has terminal as context #1020
  • add option to use raw in prompt
  • Improve the library on Meta Quest Browser#1023
  • allow to change inputStyle to contenteditable for debugging mobile on desktop
  • add $.terminal.debug hook and terminal-debug class for internal debugging of cmd
  • add --ansi-line-base CSS variable to control line height of ANSI Art #837

Bugfix

  • fix CTRL+E in Brave #1016
  • fix processing images in less #970
  • fix updating echo functions that return HTML (with raw: true) #1029
  • fix --terminal-scrollbar CSS variable
  • fix refresh of echo command when formatters change #1013
  • fix swallowing echo newline: false with a function #1037
  • fix swallowing of finalize in echo without newline #769
  • fix rounding issues in animation.js rendering