Asciinema Player Versions Save

Web player for terminal session recordings

v3.7.2-rc.3

2 weeks ago

v3.7.2-rc.2

3 weeks ago

v3.7.2-rc.1

1 month ago

v3.7.1

1 month ago

Notable changes:

  • greatly improved rendering (position, alignment, accuracy) of ascii drawing, block elements, braille patterns and Powerline triangle symbols
  • fixed alignment of double-width chars (such as CJK, emoji)
  • new adaptive algorithm for buffering in live (websocket) driver, ensuring smooth playback on high-latency or high-jitter network connections
  • minor rendering performance improvement via UI updates batching
  • improved visibility of play button's drop shadow for themes with light background
  • code refactorings and cleanup

https://www.npmjs.com/package/asciinema-player/v/3.7.1

Demo showing the improved rendering in general:

asciicast

Screenshots showing the fixes to the character alignment and positioning:

image

image

image

image

v3.7.1-rc.2

2 months ago

v3.7.1-rc.1

2 months ago

v3.7.0

3 months ago

Notable changes:

  • Easier and more future proof custom theme definitions via CSS custom properties - see Custom themes documentation
  • Original recording theme is now used when available (for recordings created with asciinema CLI 3.0 or later), unless theme option is explicitly provided
  • Workaround for recordings with invalid terminal size (e.g. 0 width) to prevent player crash

https://www.npmjs.com/package/asciinema-player/v/3.7.0

v3.6.4

3 months ago

This is a minor release, which improves keyboard shortcut handling.

v3.6.3

7 months ago

This is a minor release that features a major performance bump for the embedded terminal emulator—up to 70% faster emulation in sequence parsing and virtual buffer manipulation. This leaves more CPU cycles available for smoother rendering :sparkles:

v3.6.2

7 months ago
  • terminal emulation improvements (RI, VPR)
  • better text reflow upon terminal resize
  • fixed big play button centering
  • removed redundant CSS styles