Releases: asciinema/asciinema-player
Releases · asciinema/asciinema-player
3.0.0-beta.4
v3.0.0-beta.4
Bump version
3.0.0-beta.3
v3.0.0-beta.3
Bump version
3.0.0-beta.2
v3.0.0-beta.2
Bump version
3.0.0-beta.1
Merge pull request #149 from asciinema/next
Next
v2.6.1
- Fixed support for idle_time_limit embedded in the v2 recording
- Added support for italic text style
v2.6.0
- Added support for asciicast v2 recording format
- New option:
idle-time-limit
, for optimizing idle time
- Control bar now auto-hides and shows up again on mouse move
- Fixed escape seq handling in
poster
attribute
- Improved memory usage
v2.5.0
- License changed to Apache Software License V2
- Smaller file size of JS bundle
- Performance improvements
cols
/rows
now affect internal VT size in addition to window size
- Fixed Unicode handling for codepoints >= 0x100000
- Fixed speed-up (
>
) / slow-down (<
) keys
v2.4.1
- Fixed
\e[1J
handling when cursor is over last column
- Fixed NPT poster rendering
- Animation frame-rate is now capped to 30 FPS
- Corrected Solarized Light theme colors
CreatePlayer
can now accept parsed JSON asciicast as url
arg
- Various performance optimizations
v2.4.0
- New properties, methods and events on
<asciinema-player>
DOM element
- Improvements to player's element initialization and shutdown
- Performance optimizations
- Various terminal emulation fixes
v2.3.1
- Fixed
<asciinema-player>
element loading under Chrome
- Upgraded Reagent (and thus React) dependency
- Changed paths of build artifacts