Releases: jcubic/jquery.terminal
Releases · jcubic/jquery.terminal
2.45.2
2.45.1
2.45.0
Features
- add
id
option that allow to create same terminal using hot reload #978 - allow using Object URLs in links #982
- experimental
--cols
CSS variable #956 - add
terminal::lines()
#966 - add small ASCII Art to signature #972
- add
termina::output_ready()
#987 #1000 - add
figlet.js
helper 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-less
class - add
execHistory
main option andhistory
option toterminal::exec()
#745 - add helper
$.terminal.remove_formatter
- escape xml in
$.terminal.escape_formatting
when 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