-
-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(deps): update dependency asciinema-player to v3.8.1 #115
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/asciinema-player-3.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
breaks all the styles |
renovate
bot
force-pushed
the
renovate/asciinema-player-3.x
branch
from
August 29, 2023 03:45
7108b6f
to
4d7b8e7
Compare
renovate
bot
force-pushed
the
renovate/asciinema-player-3.x
branch
from
September 4, 2023 15:01
4d7b8e7
to
579b27a
Compare
renovate
bot
changed the title
fix(deps): update dependency asciinema-player to v3.5.0
fix(deps): update dependency asciinema-player to v3.6.1
Sep 4, 2023
renovate
bot
force-pushed
the
renovate/asciinema-player-3.x
branch
from
October 2, 2023 16:28
579b27a
to
9f94117
Compare
renovate
bot
changed the title
fix(deps): update dependency asciinema-player to v3.6.1
fix(deps): update dependency asciinema-player to v3.6.2
Oct 2, 2023
renovate
bot
changed the title
fix(deps): update dependency asciinema-player to v3.6.2
fix(deps): update dependency asciinema-player to v3.6.3
Oct 16, 2023
renovate
bot
force-pushed
the
renovate/asciinema-player-3.x
branch
from
October 16, 2023 14:13
9f94117
to
978bfc4
Compare
renovate
bot
force-pushed
the
renovate/asciinema-player-3.x
branch
from
February 13, 2024 10:55
978bfc4
to
06e44f3
Compare
renovate
bot
changed the title
fix(deps): update dependency asciinema-player to v3.6.3
fix(deps): update dependency asciinema-player to v3.6.4
Feb 13, 2024
renovate
bot
force-pushed
the
renovate/asciinema-player-3.x
branch
from
February 16, 2024 19:45
06e44f3
to
3597107
Compare
renovate
bot
changed the title
fix(deps): update dependency asciinema-player to v3.6.4
fix(deps): update dependency asciinema-player to v3.7.0
Feb 16, 2024
renovate
bot
force-pushed
the
renovate/asciinema-player-3.x
branch
from
March 24, 2024 11:09
3597107
to
98fe762
Compare
renovate
bot
changed the title
fix(deps): update dependency asciinema-player to v3.7.0
fix(deps): update dependency asciinema-player to v3.7.1
Mar 24, 2024
renovate
bot
force-pushed
the
renovate/asciinema-player-3.x
branch
from
June 15, 2024 13:46
98fe762
to
19d9ee3
Compare
renovate
bot
changed the title
fix(deps): update dependency asciinema-player to v3.7.1
fix(deps): update dependency asciinema-player to v3.8.0
Jun 15, 2024
renovate
bot
force-pushed
the
renovate/asciinema-player-3.x
branch
from
October 4, 2024 19:44
19d9ee3
to
f89fe3c
Compare
renovate
bot
changed the title
fix(deps): update dependency asciinema-player to v3.8.0
fix(deps): update dependency asciinema-player to v3.8.1
Oct 4, 2024
renovate
bot
changed the title
fix(deps): update dependency asciinema-player to v3.8.1
fix(deps): update dependency asciinema-player to v3.8.1 - autoclosed
Dec 8, 2024
renovate
bot
changed the title
fix(deps): update dependency asciinema-player to v3.8.1 - autoclosed
fix(deps): update dependency asciinema-player to v3.8.1
Dec 8, 2024
renovate
bot
force-pushed
the
renovate/asciinema-player-3.x
branch
from
December 8, 2024 21:35
0845bf8
to
f89fe3c
Compare
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.0.0-rc.1
->3.8.1
Release Notes
asciinema/asciinema-player (asciinema-player)
v3.8.1
: 3.8.1Compare Source
Notable changes:
dist/bundle/asciinema-player.min.js
to package exports to allow pre-3.8.0 usage (#263)v3.8.0
: 3.8.0Compare Source
Notable changes:
auto/<theme-name>
specification fortheme
option (see below)"type": "module"
to package.json to fix import error with some bundlers (thanks @MaddyGuthridge)https://www.npmjs.com/package/asciinema-player/v/3.8.0
Recordings made with asciinema CLI 3.0 or later may embed original terminal theme, which is used by the player when available.
Before this release the only way to let the player use the embedded theme automatically was not specifying the
theme
option when initializing the player. When thetheme
option was not used, the player favored the embedded theme, falling back toasciinema
theme. There was no way to specify "use the original theme when available, fall back to monokai".This release adds the ability to specify the above wish as
{ theme: "auto/monokai" }
. You can use any built-in theme, e.g.{ theme: "auto/dracula" }
, and the player will use Dracula theme if the original theme was not captured at the time of recording.To always use a specific theme regardless of the presence of the original theme in a recording file, use
{ theme: "<theme-name>" }
, e.g.{ theme: "dracula" }
.Default value of the
theme
option (when one not specified) is nowauto/asciinema
.v3.7.1
: 3.7.1Compare Source
Notable changes:
https://www.npmjs.com/package/asciinema-player/v/3.7.1
Demo showing the improved rendering in general:
Screenshots showing the fixes to the character alignment and positioning:
v3.7.0
: 3.7.0Compare Source
Notable changes:
theme
option is explicitly provided0
width) to prevent player crashhttps://www.npmjs.com/package/asciinema-player/v/3.7.0
v3.6.4
: 3.6.4Compare Source
This is a minor release, which improves keyboard shortcut handling.
v3.6.3
: 3.6.3Compare Source
This is a minor release that features a major performance bump for the embedded terminal emulator—up to 70% faster emulation in sequence parsing and virtual buffer manipulation. This leaves more CPU cycles available for smoother rendering ✨
v3.6.2
: 3.6.2Compare Source
v3.6.1
: 3.6.1Compare Source
The work on resize feature has been sponsored by ITLook. Thanks @boris-42 !
v3.6.0
Compare Source
v3.5.0
: 3.5.0Compare Source
https://www.npmjs.com/package/asciinema-player/v/3.5.0
v3.4.0
: 3.4.0Compare Source
controls
option for controling visibility of control baridleTimeLimit
option behaviour with input ("i") eventsminFrameTime
v3.3.0
: 3.3.0Compare Source
asciinema rec --stdin
viainput
eventsinputOffset
source option to shift fired input events in timeplayer.play()
to not act like toggleminFrameTime
source option to change FPS cap (default: 1/60s)Example use of new
input
event:inputOffset
source option can be used to shift fired input events in time, e.g. when you need them to fire earlier due to audio samples taking extra time to be emitted:v3.2.0
: 3.2.0Compare Source
{ url: "...", parser: parserFn }
source - doc{ logger: console }
option - docv3.1.2
: 3.1.2Compare Source
v3.1.1
: 3.1.1Compare Source
v3.1.0
: 3.1.0Compare Source
v3.0.1
: 3.0.1Compare Source
v3.0.0
: 3.0.0Compare Source
Brand new player rewritten from scratch. Smaller, faster, better.
Upgrading from v2 to v3
v2.x used, now deprecated,
document.registerElement(...)
API for registering<asciinema-player>
custom HTML element. This way of initializing the playerhas been removed in v3.x, replaced with standard JavaScript API.
Instead of this v2 code:
Use this v3 code:
There's also asciinema-player npm package, which can be
used instead of the standalone bundle. Check the quick start guide for details.
src
attribute becomes the first argument toAsciinemaPlayer.create()
. Thesecond argument specifies the container element to mount the player under. All
other option attributes are now passed in options objects as the third argument.
The following table shows how 2.x attributes map to new 3.x options:
2.x attribute | 3.x option | example | notes
--------------|------------|---------|------
cols
|cols
|{ cols: 80 }
|rows
|rows
|{ rows: 24 }
|autoplay
|autoPlay
|{ autoPlay: true }
|preload
|preload
|{ preload: true }
|loop
|loop
|{ loop: true }
or{ loop: 3 }
|start-at
|startAt
|{ startAt: 33 }
|speed
|speed
|{ speed: 2 }
|idle-time-limit
|idleTimeLimit
|{ idleTimeLimit: 2 }
|poster
|poster
|{ poster: "npt:2:34" }
|font-size
|terminalFontSize
|{ terminalFontSize: "20px", fit: false }
| requiresfit: false
|theme
|theme
|{ theme: "dracula" }
|title
| - | - | removedauthor
| - | - | removedauthor-url
| - | - | removedauthor-img-url
| - | - | removedv3.0.0-rc.4
: 3.0.0-rc.4Compare Source
v3.0.0-rc.3
: 3.0.0-rc.3Compare Source
v3.0.0-rc.2
: 3.0.0-rc.2Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 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.