Skip to content

Releases: asciinema/asciinema

v1.2.0

22 Feb 11:09
v1.2.0
Compare
Choose a tag to compare
  • 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
  • Longer operations like uploading/downloading show "spinner"

v1.1.1

21 Jun 16:05
v1.1.1
Compare
Choose a tag to compare
  • Fixed putting terminal in raw mode (fixes ctrl-o in nano)

v1.1.0

25 May 18:13
v1.1.0
Compare
Choose a tag to compare
  • --max-wait option is now also available for play command
  • Added support for compilation on FreeBSD
  • Improved locale/charset detection
  • Improved upload error messages
  • New config file location (with backwards compatibility)

v1.0.0

12 Mar 15:41
v1.0.0
Compare
Choose a tag to compare
  • --max-wait and --yes options can be saved in config file
  • Support for displaying warning messages returned from API
  • Also, see the CHANGELOG for 1.0.0 release candidates

Blog post summing up this release: http://blog.asciinema.org/post/one-point-o/

v1.0.0.rc2

08 Mar 17:10
v1.0.0.rc2
Compare
Choose a tag to compare
v1.0.0.rc2 Pre-release
Pre-release
  • All dependencies are now vendored in Godeps dir
  • Help message includes all commands with their possible options
  • -y and -t options have longer alternatives: --yes, --title
  • --max-wait option has shorter alternative: -w
  • Import paths changed to github.com/asciinema/asciinema due to repository
    renaming
  • -y also suppresess "please resize terminal" prompt

v1.0.0.rc1

02 Mar 20:05
v1.0.0.rc1
Compare
Choose a tag to compare
v1.0.0.rc1 Pre-release
Pre-release

This RC introduces new asciicast file format and adds ability to record to a local file with asciinema rec demo.json. Locally saved recording can be replayed in terminal with asciinema play demo.json, and uploaded to asciinema.org with asciinema upload demo.json. See README for description of these new commands.

asciinema rec without filename argument works as before - uploads to asciinema.org after asking for confirmation. However, asciicast is saved to a tmp file before uploading, allowing user to retry upload later with asciinema upload /tmp/path/to/asciicast.json in case of upload error (like network connection issue etc).

There are other smaller improvements in this version, see the changelog.

When testing please pay special attention to national characters, or any non-ascii characters - recording relies on UTF-8 exclusively now, and the saved/uploaded file is JSON file with all stdout data encoded in JSON strings.

Download RC1 binary for your os/arch below:

v0.9.9

17 Dec 16:06
v0.9.9
Compare
Choose a tag to compare

See CHANGELOG for details.