Releases: jcubic/jquery.terminal
Releases · jcubic/jquery.terminal
2.46.0
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
rawin prompt - Improve the library on Meta Quest Browser#1023
- allow to change
inputStyleto contenteditable for debugging mobile on desktop - add
$.terminal.debughook andterminal-debugclass for internal debugging of cmd - add
--ansi-line-baseCSS 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-scrollbarCSS variable - fix refresh of echo command when formatters change #1013
- fix swallowing echo
newline: falsewith a function #1037 - fix swallowing of finalize in echo without newline #769
- fix rounding issues in
animation.jsrendering
2.45.2
2.45.1
2.45.0
Features
- add
idoption that allow to create same terminal using hot reload #978 - allow using Object URLs in links #982
- experimental
--colsCSS variable #956 - add
terminal::lines()#966 - add small ASCII Art to signature #972
- add
termina::output_ready()#987 #1000 - add
figlet.jshelper extension - update
terminal::geometry#995
Bugfix
- fix
terminal::login()when user already authenticated #980 - improve mobile support
- ignore empty command in Pipe extension #984
- fix processing Hex HTML entities #992
- fix returning Terminal instance from interpreter #994
- fix removing blank lines when using
import_view()#1007 - fix fallback interpreter return value #1008
- fix for external terminal style #1009
- fix redraw when echo async function which throws #998
- fix browser shorcuts when terminal is paused #1005
- display exception from sync echo function #997
- fix text on hover links when background is transparent #990
- hide clipboard textarea from selection #1015
2.44.1
2.44.0
Features
- new API
terminal::animation()andterminal::delay()#683 - add images in less now have
terminal-lessclass - add
execHistorymain option andhistoryoption toterminal::exec()#745 - add helper
$.terminal.remove_formatter - escape xml in
$.terminal.escape_formattingwhen xml formatter is used #973
Bugfix
- fix number of rows when using different
--size#969 - fix hidden cursor when using command that change
--size#968 - fix command prop in
export_view()when in command #967 - fix processing images in less #970
- fix passing alt and class for image in less
- fix width of images in less when image is bigger than the terminal
- fix line-height of the lines to render less image slices properly
- fix flashing of old prompt after prompt animation #976
2.43.1
2.43.0
Breaking
- echo of undefined or Promise that resolve to undefined no longer display string undefined