Prepare 1.2.0 release

This commit is contained in:
Marcin Kulik
2016-02-22 12:00:31 +01:00
parent 47c796ba93
commit 9aa9d44764
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
# asciinema changelog # asciinema changelog
## master ## 1.2.0 (2016-02-22)
* Added playback from stdin: `cat demo.json | asciinema play -` * 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`

View File

@@ -223,6 +223,6 @@ source [contributors](https://github.com/asciinema/asciinema/contributors)
## License ## License
Copyright © 2011-2015 Marcin Kulik. Copyright © 2011-2016 Marcin Kulik.
All code is licensed under the GPL, v3 or later. See LICENSE file for details. All code is licensed under the GPL, v3 or later. See LICENSE file for details.

View File

@@ -13,7 +13,7 @@ import (
"github.com/asciinema/asciinema/util" "github.com/asciinema/asciinema/util"
) )
const Version = "1.1.1" const Version = "1.2.0"
var usage = `Record and share your terminal sessions, the right way. var usage = `Record and share your terminal sessions, the right way.