Skip to content

Releases: jcubic/jquery.terminal

2.20.0

27 Nov 12:02
Compare
Choose a tag to compare

Breaking

  • set_interpreter return a promise instead of terminal instance

Features

  • add support for echo async functions #629
  • allow to run exec using onInit that will use pipe #603

Bugfix

  • fix silent error when executing empty command from hash
  • fix issues with browser that don't support css variables #630
  • fix exception in IE from formatters #631

2.19.2

02 Nov 10:14
Compare
Choose a tag to compare

Bugfix

  • fix prism highlighting (correct wrong fix)

2.19.1

02 Nov 09:45
Compare
Choose a tag to compare

Bugfix

  • fix prism highlighting

2.19.0

01 Nov 14:17
Compare
Choose a tag to compare

Features

  • add support blink ANSI escape (unix_formatting)
  • new unix formatting API options, ansiArt option change behavior of blinking

Bugfix

  • fix prism when page have color set on span
  • fix visible textarea when global css set background image
  • fix exception delete_word_forward (ALT+D) delete_word_backward (CTRL+W)
  • fix page scrolling on enter when terminal don't have scrollbar
  • fix ANSI Art #622 (unix formatting)
  • fix empty echo in CTRL+D #626

2.18.3

01 Nov 14:18
Compare
Choose a tag to compare

Bugfix

  • fix jumping to cursor position on mobile (with code)

2.18.2

01 Nov 14:17
Compare
Choose a tag to compare

Bugfix

  • fix when page use line-height on body

2.18.1: fix using line-height from body

01 Nov 14:17
Compare
Choose a tag to compare

Bugfix

  • fix glitches in history navigation (visible when using multiline commands in history)

2.18.0

21 Aug 18:17
Compare
Choose a tag to compare

Features

  • new API to use renderHandler with update
  • new API (apply_formatters function option) to pick where processing of formatting should work #588
  • allow to toggle formatters in prism (enabled by default only for echo and command)
  • escape slash in escape_formatting/escape_brackets #605
  • add support for rgb(a) and hsl(a) colors #590
  • unify Firefox and Webkit (chrome) custom scrollbars #607

Bugfix

  • fix same cases of wrong calculated size of the character when --size is used #602
  • add custom scrollbar on Firefox
  • fix colors of Webkit scrollbar
  • fix renderHandler in update
  • fix formatting in update - reusing options from echo
  • fix normal return string from prompt
  • fix pipe symbol inside strings #606
  • fix spaces in images in less & text selection
  • fix regresion in fontawesome icons
  • fix inconsistency with emoji and wide characters in terminal and cmd
  • fix rounding issue that cause exception in less when rendering images

2.17.6

14 Jul 07:58
Compare
Choose a tag to compare

Bugfix

  • fix adding duplicated prism formatters #573
  • fix inserting emoji using Windows 10 emoji picker
  • fix position of textarea in multi line command (probably will affect IME or Emoji picker)
  • make jump to bottom on click only when terminal is not enabled #596
  • fix init cmd plugin without terminal
  • fix underscore cut off in Firefox (visible in signature)
  • fix combined emoji characters and skin tone variations #598
  • fix down arrow at when cursor at the end of broken line #601

2.17.5

04 Jul 14:05
Compare
Choose a tag to compare

Bugfix

  • fix eating last bracket from split_equal #597
  • fix false positive recursive echo error #593