mirror of
https://github.com/asciinema/asciinema.git
synced 2025-12-15 19:28:00 +01:00
Release 1.0.0.rc2
This commit is contained in:
10
CHANGELOG.md
10
CHANGELOG.md
@@ -1,5 +1,15 @@
|
||||
# asciinema cli changelog
|
||||
|
||||
## 1.0.0.rc2 (2015-03-08)
|
||||
|
||||
* All dependencies are vendored now 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
|
||||
|
||||
## 1.0.0.rc1 (2015-03-02)
|
||||
|
||||
* New [asciicast file format](doc/asciicast-v1.md)
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
Terminal session recorder and the best companion of
|
||||
[asciinema.org](https://asciinema.org).
|
||||
|
||||
**This is README for 1.0.0.rc1 which can be downloaded
|
||||
[here](https://github.com/asciinema/asciinema/releases/tag/v1.0.0.rc1).**
|
||||
**This is README for 1.0.0.rc2 which can be downloaded
|
||||
[here](https://github.com/asciinema/asciinema/releases/tag/v1.0.0.rc2).**
|
||||
|
||||
## Installation
|
||||
|
||||
|
||||
Reference in New Issue
Block a user