Skip to content

Releases: jcubic/jquery.terminal

2.45.2

21 Jul 22:46
3156d2e
Compare
Choose a tag to compare

Bugfix

  • fix a broken prompt in Brave #1018

2.45.1

21 Jul 22:38
a2fb48f
Compare
Choose a tag to compare

Bugfix

  • fix a broken prompt in Brave #1018

2.45.0

03 Jul 07:33
3261263
Compare
Choose a tag to compare

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

08 Oct 20:30
301b096
Compare
Choose a tag to compare

Bugfix

  • fix errors with form autofill outside of the terminal #977

2.44.0

08 Oct 13:22
97d1eec
Compare
Choose a tag to compare

Features

  • new API terminal::animation() and terminal::delay() #683
  • add images in less now have terminal-less class
  • add execHistory main option and history option to terminal::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

08 Sep 09:59
a1389f7
Compare
Choose a tag to compare

Bugfix

  • fix height when not using --rows #962

2.43.0

07 Sep 09:57
cebc63d
Compare
Choose a tag to compare

Breaking

  • echo of undefined or Promise that resolve to undefined no longer display string undefined

Features

  • add support for --rows CSS custom property #956
  • add aborting signals #940

Bugfix

  • fix CMD update performance issue #961
  • don't reflow the reflow the cursor on update #932
  • fix unexpected uncaught exceptions in promises
  • fix skip/skip_stop return value and add types
  • fix recursive call to echo in renderHandler #733

2.42.2

12 Jul 11:53
d39790b
Compare
Choose a tag to compare

Bugfix

  • actual fix for blank lines typing animation #946

2.42.1

09 Jul 17:31
b1d28d9
Compare
Choose a tag to compare

Bugfix

  • fix line wrapping when calling multiple echo newline:false #952
  • fix cursor position when echo newline:false fill the line
  • fix running typing animation on empty terminal #950
  • get rid of canvas warning from images in less #955
  • fix update with newline after echo without it #954

2.42.0

19 May 09:26
c4db4a2
Compare
Choose a tag to compare

Features

  • add reverse style to formatting and XML #943
  • add XML formatting targets #944

Bugfix

  • fix typing animation on emtpy lines #946
  • fix skip typing animation #945
  • fix use of $.terminal.apply_formatters with prism