Skip to content

ui: bump asciinema-player from 3.15.1 to 3.16.0 in /ui#6578

Merged
otavio merged 1 commit into
masterfrom
dependabot/npm_and_yarn/ui/asciinema-player-3.16.0
Jun 30, 2026
Merged

ui: bump asciinema-player from 3.15.1 to 3.16.0 in /ui#6578
otavio merged 1 commit into
masterfrom
dependabot/npm_and_yarn/ui/asciinema-player-3.16.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 30, 2026

Copy link
Copy Markdown
Contributor

Bumps asciinema-player from 3.15.1 to 3.16.0.

Release notes

Sourced from asciinema-player's releases.

3.16.0

This is a significant release, with a new keystroke overlay and major improvements to recording playback.

Notable changes:

  • New optional keystroke overlay, toggled with the k key
  • New cursorMode option: "blinking", "steady" or "hidden"
  • TypeScript definitions included in the npm package
  • More reliable loading, playback, seeking, stepping and looping
  • Recording load failures are now emitted via the error event
  • Audio loading failures no longer prevent recording playback
  • Improved rendering of Powerline and box-drawing symbols
  • Improved accessibility of control bar buttons
  • Standalone bundle is now compatible with LibreJS

Keystroke overlay

The new keystrokeOverlay option displays keys pressed during a recording:

AsciinemaPlayer.create("/demo.cast", document.getElementById("demo"), {
  keystrokeOverlay: true
});

Recent keystrokes are shown in the lower-right corner. Consecutive text input is grouped, while repeated special keys use a counter, such as Ret × 3.

The overlay is disabled by default and can be toggled during playback with the k key. It requires a recording containing input events (asciinema rec --capture-input ...).

Demo:

asciicast

Cursor mode

The new cursorMode option controls cursor visibility:

AsciinemaPlayer.create("/demo.cast", document.getElementById("demo"), {
  cursorMode: "steady"
});

Supported modes are "blinking" (the default), "steady" and "hidden".

Playback improvements

The recording playback engine has been significantly reworked. This fixes several edge cases involving reverse stepping, marker pauses, looping, seeking, posters and audio playback.

Missing or invalid audio now falls back to terminal-only playback. Fatal recording load errors are emitted through the new error event.

... (truncated)

Commits
  • 33285c7 Remove redundant control keystroke browser test
  • 9dc185c Align keystroke overlay tests with default
  • 7f89d6c Remove keystroke sequence table
  • 1d649be Clean up backspace keystroke mappings
  • af7a605 Add keystroke overlay to the features list in the README
  • ca43784 Disable keystroke overlay by default
  • fe2a7b8 Whitespace
  • 006c4d0 Clean up keystroke overlay props
  • fa73a66 Simplify keystroke CSI parsing
  • b6a3dd1 Extend keystroke overlay visibility
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [asciinema-player](https://github.com/asciinema/asciinema-player) from 3.15.1 to 3.16.0.
- [Release notes](https://github.com/asciinema/asciinema-player/releases)
- [Commits](asciinema/asciinema-player@v3.15.1...v3.16.0)

---
updated-dependencies:
- dependency-name: asciinema-player
  dependency-version: 3.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 30, 2026
@dependabot dependabot Bot requested a review from a team as a code owner June 30, 2026 04:02
@dependabot dependabot Bot added javascript Pull requests that update Javascript code dependencies Pull requests that update a dependency file labels Jun 30, 2026
@otavio otavio merged commit 38ce31d into master Jun 30, 2026
14 checks passed
@otavio otavio deleted the dependabot/npm_and_yarn/ui/asciinema-player-3.16.0 branch June 30, 2026 11:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant