Skip to content

Releases: jcubic/jquery.terminal

2.16.0

16 May 09:37
Compare
Choose a tag to compare

Features

  • style of scrollbars in WebKit
  • integration with fontawesome icons added using formatting

Bugfix

  • fix version of widget.js

2.15.4

16 May 09:36
Compare
Choose a tag to compare

Bugfix

  • fix jumping when you scrolled down the div terminal #565

2.15.3

16 Apr 20:00
Compare
Choose a tag to compare

Bugfix

  • fix broken formatting in prism.js when processing brackets

2.15.2

21 Mar 11:52
Compare
Choose a tag to compare

Bugfix

  • fix toggle keyboard on multiple terminals on same page
  • fix jumping to prompt on press CTRL+C when terminal scrolled to top
  • don't scroll to bottom when click on terminal that already in focus

2.15.1

15 Mar 20:33
Compare
Choose a tag to compare

Bugfix

  • fix combination of mobile: focus, selection and touchscroll

2.15.0

15 Mar 13:22
Compare
Choose a tag to compare

Features

  • add new API event touchscroll for mobile (use it in less) #556
  • mobile paste #458
  • cmd::clip API method used internally, mostly for mobile

Bugfix

  • fix vertical bar cursor animation on empty command line
  • fix edge case while splitting the command line with formatting (better fix for #379)
  • fix option parser when using minus or double minus as argument
  • fix issue when wcwidth is added and there are no wide characters
  • fix prism + wide characters (e.g. Chinese and Japanese inside strings)

2.14.1

15 Mar 13:21
Compare
Choose a tag to compare

Bugfix

  • fix empty rows size

2.14.0

17 Feb 18:35
Compare
Choose a tag to compare

2.14.0

Features

  • allow to return promise from renderHandler
  • allow to extend the ansiParser in unix_formatting
  • add a way to to handle Sixel terminal image format #553
  • improve performance of cmd render when moving cursor
  • implement H cursor movement #553
  • unix formatting ANSI character replacements modes

Bugfix

  • fix click on last line in multiline cmd #554
  • fix selecting textarea content when selecting cmd
  • fix possible loops in renderHandler
  • fix parsing image REGEXes in less
  • fix cmd cursor up/down with wrapping #557
  • fix issue with prism (html language) and less
  • fix left/right pagination in less, when not all lines are longer than cols
  • fix CTRL+ARROWRIGHT #560
  • fix urls inside formatting

2.12.0

01 Jan 18:37
Compare
Choose a tag to compare

Features

  • improve performance
  • add cache for formatting and processing lines
  • big improvements to less plugin re-rendering (e.g. when scrolling text with keyboard)
  • cursor movement in unix formatting (virtual cursor not supported in cmd, because it make no sense) #553

Bugfix

  • fix empty lines in less
  • fix split_equal with keep works and formatting at the end.
  • fix searching inside links in less

2.10.1

22 Dec 17:25
Compare
Choose a tag to compare

NPM (2.11.1)

Bugfix

  • fix glow effect of prompt when it don't have formatting
  • fix exec commands from echo
  • fix echo formatting with newline and bracket at the end
  • fix single wide character exception
  • fix substring after string when string have bracket at the end #550
  • fix images & style from formatters inside cmd #519