SkypLabs / bsfl-slideshow

Slide show for introducing the BSFL project
https://skyplabs.github.io/bsfl-slideshow/
1 stars 0 forks source link

Bump asciinema-player from 2.6.1 to 3.2.0 #26

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps asciinema-player from 2.6.1 to 3.2.0.

Release notes

Sourced from asciinema-player's releases.

3.2.0

  • moved control bar below last terminal line
  • added frame stepping with dot key (when paused)
  • 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.

3.0.0-rc.4

No release notes provided.

3.0.0-rc.3

No release notes provided.

3.0.0-rc.2

No release notes provided.

3.0.0-rc.1

No release notes provided.

3.0.0-beta.4

No release notes provided.

3.0.0-beta.3

No release notes provided.

3.0.0-beta.2

... (truncated)

Commits
  • 34b016a Merge branch 'release/3.2.0'
  • 8943019 Improve documention on recording source specification
  • 5322080 Bump version
  • ce997c8 Support any iterable, including generators, as recording frames
  • 962482d Merge pull request #215 from asciinema/fixed-control-bar-position
  • 8ba0dad Upgrade avt to latest version
  • 0d3d27d Use initial live stream time only when it's a number
  • 12b2dd9 Support custom recording format parsers
  • c47e229 Rename "asciicast" driver to "recording"
  • 47bec36 Refactor Core.renderPoster()
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by sickill, a new releaser for asciinema-player since your current version.


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 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)
dependabot[bot] commented 1 year ago

Superseded by #27.