Skip to content

Releases: asciinema/asciinema-player

3.8.3-rc.1

11 Jan 18:38
Compare
Choose a tag to compare
3.8.3-rc.1 Pre-release
Pre-release
v3.8.3-rc.1

Bump version

3.8.2

09 Jan 19:07
Compare
Choose a tag to compare

Notable changes:

  • fixed blinking of ascii drawing chars (#273)
  • background color is no longer brightened (value + 8) when blink attribute is set - this caused ugly rendering in some scenarios, and no terminals I tested do this either

3.8.1

04 Oct 18:15
Compare
Choose a tag to compare

Notable changes:

  • upgraded avt to the latest version
  • added dist/bundle/asciinema-player.min.js to package exports to allow pre-3.8.0 usage (#263)

3.8.0

15 Jun 12:01
Compare
Choose a tag to compare

Notable changes:

  • added support for colons in SGR color sequences - fixes (asciinema/avt#9, #154, #231)
  • added support for auto/<theme-name> specification for theme option (see below)
  • added help overlay, triggered by "?" key
  • improved adaptive buffering algorithm in the websocket driver
  • improved rendering of block drawing characters
  • made text of the time display and marker tooltips bigger
  • made the control bar and markers use terminal theme's foreground and background colors
  • added tooltip for the fullscreen button
  • added "type": "module" to package.json to fix import error with some bundlers (thanks @MaddyGuthridge)
  • fixed player element focus behavior when clicking on a marker dot or the playback toggle button

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


Recordings made with asciinema CLI 3.0 or later may embed original terminal theme, which is used by the player when available.

Before this release the only way to let the player use the embedded theme automatically was not specifying the theme option when initializing the player. When the theme option was not used, the player favored the embedded theme, falling back to asciinema theme. There was no way to specify "use the original theme when available, fall back to monokai".

This release adds the ability to specify the above wish as { theme: "auto/monokai" }. You can use any built-in theme, e.g. { theme: "auto/dracula" }, and the player will use Dracula theme if the original theme was not captured at the time of recording.

To always use a specific theme regardless of the presence of the original theme in a recording file, use { theme: "<theme-name>" }, e.g. { theme: "dracula" }.

Default value of the theme option (when one not specified) is now auto/asciinema.

3.7.2-rc.7

07 Jun 14:21
Compare
Choose a tag to compare
3.7.2-rc.7 Pre-release
Pre-release
v3.7.2-rc.7

Bump version

3.7.2-rc.6

02 Jun 06:49
Compare
Choose a tag to compare
3.7.2-rc.6 Pre-release
Pre-release
v3.7.2-rc.6

Bump version

3.7.2-rc.5

01 Jun 20:12
Compare
Choose a tag to compare
3.7.2-rc.5 Pre-release
Pre-release
v3.7.2-rc.5

Fix npm auth in GH actions

3.7.2-rc.4

30 May 18:43
Compare
Choose a tag to compare
3.7.2-rc.4 Pre-release
Pre-release
v3.7.2-rc.4

Bump version

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