added ability to implement custom format parser with { url: "...", parser: parserFn } source - doc
disabled logging by default, can be enabled with { logger: console } option - doc
upgraded VT module to latest version
further improvements to Websocket and EventSource (SSE) drivers
code refactoring, bundler related upgrades
3.1.2
fixed error thrown by ResizeObserver when resizing browser window
improvements to Websocket and EventSource (SSE) drivers (these are not yet officially supported, will document them in README once they're ready for prime time)
3.1.1
upgraded VT module to latest version
improved buffer implementation for live sources (websocket, SSE)
3.1.0
added support for faint graphic rendition
added Nord color theme
implemented ansi.sys variant of DECSC/DECRC control sequences: CSI s and CSI u
fixed charset switching (shift out/in control sequence behaviour)
fixed upper line clearing when scrolling down within scroll region
improved soft reset (DECSTR control sequence) - charset states (G0, G1, GL) are now reset as well
3.0.1
No release notes provided.
3.0.0
Brand new player rewritten from scratch. Smaller, faster, better.
This version was pushed to npm by sickill, a new releaser for asciinema-player since your current version.
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 merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@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 from 2.6.1 to 3.2.0.
Release notes
Sourced from asciinema-player's releases.
... (truncated)
Commits
34b016a
Merge branch 'release/3.2.0'8943019
Improve documention on recording source specification5322080
Bump versionce997c8
Support any iterable, including generators, as recording frames962482d
Merge pull request #215 from asciinema/fixed-control-bar-position8ba0dad
Upgrade avt to latest version0d3d27d
Use initial live stream time only when it's a number12b2dd9
Support custom recording format parsersc47e229
Rename "asciicast" driver to "recording"47bec36
Refactor Core.renderPoster()Maintainer changes
This version was pushed to npm by sickill, a new releaser for asciinema-player since your current version.
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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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)