Skip to content

Releases: asciinema/asciinema-player

3.7.2-rc.3

27 Apr 15:30
Compare
Choose a tag to compare
3.7.2-rc.3 Pre-release
Pre-release
v3.7.2-rc.3

Bump version

3.7.2-rc.2

24 Apr 10:16
Compare
Choose a tag to compare
3.7.2-rc.2 Pre-release
Pre-release
v3.7.2-rc.2

Bump version

3.7.2-rc.1

04 Apr 16:01
Compare
Choose a tag to compare
3.7.2-rc.1 Pre-release
Pre-release
v3.7.2-rc.1

Bump version

3.7.1

24 Mar 10:50
Compare
Choose a tag to compare

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

3.7.1-rc.2

08 Mar 07:38
Compare
Choose a tag to compare
3.7.1-rc.2 Pre-release
Pre-release
v3.7.1-rc.2

Bump version

3.7.1-rc.1

07 Mar 15:55
Compare
Choose a tag to compare
3.7.1-rc.1 Pre-release
Pre-release
v3.7.1-rc.1

Bump version

3.7.0

16 Feb 17:03
Compare
Choose a tag to compare

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

3.6.4

13 Feb 10:38
Compare
Choose a tag to compare

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

3.6.3

16 Oct 10:14
Compare
Choose a tag to compare

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 ✨

3.6.2

02 Oct 13:19
Compare
Choose a tag to compare
  • terminal emulation improvements (RI, VPR)
  • better text reflow upon terminal resize
  • fixed big play button centering
  • removed redundant CSS styles