Skip to content

2.29.0

Compare
Choose a tag to compare
@jcubic jcubic released this 23 Aug 13:48
· 571 commits to master since this release
75cd8cb

Breaking

  • remove undocumented <large>/<big>/<wide> and add <font> tag to XML formatter

Feature

  • add animation to exec and execAnimation option #679
  • add warning when calling invoke_key on disabled terminal #678
  • if interpreter returns a promise and it's animating the terminal will not pause (for exec array)
  • allow to use brackets inside extended commands (e.g. JavaScript code to hide commands)
  • expose $.terminal.xml_formatter.tags
  • add --glow conditional hack

Bugfix

  • tweak types for cmd function prompt
  • fix broken order of execution in exec when using pause/resume
  • fix mixing extended commands and terminal formatting
  • fix invoking get_command() in interpreter (clear command after user action)
  • fix parse_command when command have leading spaces #681