Release 1.0.0.rc2

This commit is contained in:
Marcin Kulik
2015-03-08 18:00:05 +01:00
parent ce34fede05
commit c0f6eb57a0
3 changed files with 13 additions and 3 deletions

View File

@@ -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)

View File

@@ -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

View File

@@ -11,7 +11,7 @@ import (
"github.com/asciinema/asciinema/util"
)
const Version = "1.0.0.rc1"
const Version = "1.0.0.rc2"
var GitCommit string // populated during build