mirror of
https://github.com/asciinema/asciinema.git
synced 2025-12-15 19:28:00 +01:00
Support playing from http URLs pointing to HTML with <link rel="alternate"...>
This commit is contained in:
@@ -2,8 +2,9 @@
|
||||
|
||||
## master
|
||||
|
||||
* Playing asciicast from stdin: `cat demo.json | asciinema play -`
|
||||
* Playing asciicast from IPFS: `asciinema play ipfs://ipfs/QmcdXYJp6e4zNuimuGeWPwNMHQdxuqWmKx7NhZofQ1nw2V`
|
||||
* Added playback from stdin: `cat demo.json | asciinema play -`
|
||||
* Added playback from IPFS: `asciinema play ipfs://ipfs/QmcdXYJp6e4zNuimuGeWPwNMHQdxuqWmKx7NhZofQ1nw2V`
|
||||
* Added playback from asciicast page URL: `asciinema play https://asciinema.org/a/22124`
|
||||
* `-q/--quiet` option added to `rec` command
|
||||
* Fixed handling of partial UTF-8 sequences in recorded stdout
|
||||
* Final "exit" is now removed from recorded stdout
|
||||
|
||||
Reference in New Issue
Block a user