Update dependency asciinema-player to v3.15.1 - autoclosed #34
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "renovate/asciinema-player-3.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
3.13.4→3.15.1Release Notes
asciinema/asciinema-player (asciinema-player)
v3.15.1: 3.15.1Compare Source
Patch release, fixing theme color normalization (introduced in 3.15.0), which caused broken background color rendering for colors defined using short form (
#fff).v3.15.0: 3.15.0Compare Source
This one adds preliminary support for adaptive/harmonious 256-color palette (see https://gist.github.com/jake-stewart/0a8ea46159a7da2c808e5be2177e1783).
v3.14.15: 3.14.15Compare Source
A π release!
v3.14.0: 3.14.0Compare Source
This is a significant release, with major refactoring to the terminal renderer.
Notable changes:
boldIsBrightoption (see below)New terminal renderer
The terminal renderer is now 2x faster, resulting in reduced (typically zero) frame skips, and lower CPU and memory usage. In practice, the playback is smoother (up to 60 FPS, since there's no fixed frame rate) even for the most demanding animations.
There are 4 changes in this new implementation that contribute to better performance:
<canvas>,Other than improving performance, moving block symbol rendering to a crisp, pixelated canvas resulted in perfect alignment of block chars with the background. No more visual glitches for ANSI art!
Last but not least, 4 Powerline symbols (2 arrows, 2 triangles) and the smooth mosaic character set are now rendered as SVG instead of relying on fonts, giving them better alignment and making those glyphs look consistent across browsers/platforms.
Check out these cool demos to see the new renderer in action:
https://asciinema.org/a/648882 - Amiga themed Terminal Multiplexer
https://asciinema.org/a/370006 - Impossible Flappy
https://asciinema.org/a/150828 - term81 - voxel
https://asciinema.org/a/150843 - term81 - tunnel
https://asciinema.org/a/141032 - cbeams
https://asciinema.org/a/423181 - Tetris
https://asciinema.org/a/335029 - Gorched
New
boldIsBrightoptionSince the early days, the player assumed the classic (legacy) logic of "when text has the bold attribute it should be rendered in high-intensity/bright variant of its color", e.g., bold + color 2 was rendered as bold + color 10. This logic was often used by terminal emulators in the past, and many of them provided a setting for enabling/disabling this behavior.
With this version, the "bold makes it bright" is disabled by default (
boldIsBright: false), but it can be enabled by settingboldIsBright: truewhen initializing the player. Whether you should use it or not depends on your terminal and its corresponding setting. Many modern terminal emulators don't enable this behavior by default, so when in doubt, just leave it off.v3.13.5: 3.13.5Compare Source
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 has been generated by Mend Renovate.
aac54a6fb6tof5c753ed74Update dependency asciinema-player to v3.14.0to Update dependency asciinema-player to v3.14.15f5c753ed741e7fcc6eeeUpdate dependency asciinema-player to v3.14.15to Update dependency asciinema-player to v3.15.01e7fcc6eee9dd459f6f9Update dependency asciinema-player to v3.15.0to Update dependency asciinema-player to v3.15.1Update dependency asciinema-player to v3.15.1to Update dependency asciinema-player to v3.15.1 - autoclosedPull request closed