mirror of
https://github.com/asciinema/asciinema.git
synced 2025-12-16 11:48:13 +01:00
Update changelog for 2.0
This commit is contained in:
13
CHANGELOG.md
13
CHANGELOG.md
@@ -1,5 +1,18 @@
|
|||||||
# asciinema changelog
|
# asciinema changelog
|
||||||
|
|
||||||
|
## 2.0 (develop branch)
|
||||||
|
|
||||||
|
* new [asciicast v2 file format](doc/asciicast-v2.md)
|
||||||
|
* recording and playback of arbitrarily long session with minimal memory usage
|
||||||
|
* ability to live-stream via UNIX pipe: `asciinema rec unix.pipe` + `asciinema play unix.pipe` in second terminal tab/window
|
||||||
|
* optional stdin recording (`asciinema rec --stdin`)
|
||||||
|
* appending to existing recording (`asciinema rec --append <filename>`)
|
||||||
|
* raw recording mode, storing only stdout bytes (`asciinema rec --raw <filename>`)
|
||||||
|
* environment variable white-listing (`asciinema rec --env="VAR1,VAR2..."`)
|
||||||
|
* toggling pause in `asciinema play` by <kbd>Space</kbd>
|
||||||
|
* stepping through a recording one frame at a time with <kbd>.</kbd> (when playback paused)
|
||||||
|
* new `asciinema cat <filename>` command to dump full output of the recording
|
||||||
|
|
||||||
## 1.4.0 (2017-04-11)
|
## 1.4.0 (2017-04-11)
|
||||||
|
|
||||||
* Dropped distutils fallback in setup.py - setuptools required now (thanks Jakub "@jakubjedelsky" Jedelsky!)
|
* Dropped distutils fallback in setup.py - setuptools required now (thanks Jakub "@jakubjedelsky" Jedelsky!)
|
||||||
|
|||||||
Reference in New Issue
Block a user