Skip to content

Releases: asciinema/asciinema-player

3.0.0-beta.1

07 Nov 22:41
c241dca

Choose a tag to compare

3.0.0-beta.1 Pre-release
Pre-release
Merge pull request #149 from asciinema/next

Next

v2.6.1

21 Feb 19:42

Choose a tag to compare

  • Fixed support for idle_time_limit embedded in the v2 recording
  • Added support for italic text style

v2.6.0

10 Nov 19:02

Choose a tag to compare

  • Added support for asciicast v2 recording format
  • New option: idle-time-limit, for optimizing idle time
  • Control bar now auto-hides and shows up again on mouse move
  • Fixed escape seq handling in poster attribute
  • Improved memory usage

v2.5.0

27 Aug 17:23

Choose a tag to compare

  • License changed to Apache Software License V2
  • Smaller file size of JS bundle
  • Performance improvements
  • cols/rows now affect internal VT size in addition to window size
  • Fixed Unicode handling for codepoints >= 0x100000
  • Fixed speed-up (>) / slow-down (<) keys

v2.4.1

20 Feb 18:19

Choose a tag to compare

  • Fixed \e[1J handling when cursor is over last column
  • Fixed NPT poster rendering
  • Animation frame-rate is now capped to 30 FPS
  • Corrected Solarized Light theme colors
  • CreatePlayer can now accept parsed JSON asciicast as url arg
  • Various performance optimizations

v2.4.0

29 Dec 23:05

Choose a tag to compare

  • New properties, methods and events on <asciinema-player> DOM element
  • Improvements to player's element initialization and shutdown
  • Performance optimizations
  • Various terminal emulation fixes

v2.3.1

05 Nov 14:04

Choose a tag to compare

  • Fixed <asciinema-player> element loading under Chrome
  • Upgraded Reagent (and thus React) dependency
  • Changed paths of build artifacts

v2.3.0

02 Oct 09:57

Choose a tag to compare

This release brings easy to use <asciinema-player> HTML5 element.

v2.2.0

22 Apr 12:23

Choose a tag to compare

  • New option: preload, for prefetching of recording on player initialization
  • Changed namespace to asciinema.player
  • Various terminal emulation fixes
  • Internal refactoring

v2.1.0

03 Mar 11:29

Choose a tag to compare

  • startAt option doesn't imply autoPlay: true anymore
  • startAt option now accepts number of seconds or time in format "hh:mm:ss"
  • fontSize option accepts any CSS font-size value (e.g. 15px)
  • various terminal emulation fixes
  • support for live streaming from SSE (Server-Sent Events) endpoints
  • snapshot option has been renamed to poster (old name still works)