mirror of
https://github.com/asciinema/asciinema.git
synced 2025-12-16 19:58:03 +01:00
Prepare 1.2.0 release
This commit is contained in:
@@ -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`
|
||||||
|
|||||||
@@ -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.
|
||||||
|
|||||||
2
main.go
2
main.go
@@ -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.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user