fix(deps): update dependency asciinema-player to ^3.17.0#572
Open
renovate[bot] wants to merge 1 commit into
Open
fix(deps): update dependency asciinema-player to ^3.17.0#572renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
eabbdf7 to
4c18be1
Compare
4c18be1 to
ca3389f
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^3.15.1→^3.17.0Release Notes
asciinema/asciinema-player (asciinema-player)
v3.17.0: 3.17.0Compare Source
This is a mostly bug fix release:
idleTimeLimitoption (fixes #326)cols/rowsoptions (regressed in 3.16.0)This release also brings an experimental segmented recording loading (similar to HLS segmenting). It's not documented yet, I'll test the behavior and API on asciinema.org first before I commit to it fully.
v3.16.0: 3.16.0Compare Source
This is a significant release, with a new keystroke overlay and major improvements to recording playback.
Notable changes:
kkeycursorModeoption:"blinking","steady"or"hidden"erroreventKeystroke overlay
The new
keystrokeOverlayoption displays keys pressed during a recording: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
kkey. It requires a recording containing input events (asciinema rec --capture-input ...).Demo:
Cursor mode
The new
cursorModeoption controls cursor visibility: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
errorevent.getCurrentTime()andgetDuration()now return their values directly, as documented.TypeScript support
The npm package now includes TypeScript definitions for the player API, options, recording sources, parsers and events.
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.