mirror of
https://github.com/asciinema/asciinema.git
synced 2025-12-15 19:28:00 +01:00
Improved IPFS support (based on https://github.com/ipfs/go-ipfs/issues/1678#issuecomment-157478515)
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
## master
|
||||
|
||||
* Added playback from stdin: `cat demo.json | asciinema play -`
|
||||
* Added playback from IPFS: `asciinema play ipfs://ipfs/QmcdXYJp6e4zNuimuGeWPwNMHQdxuqWmKx7NhZofQ1nw2V`
|
||||
* 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
|
||||
|
||||
Reference in New Issue
Block a user