mirror of
https://github.com/asciinema/asciinema.git
synced 2025-12-15 19:28:00 +01:00
Update changelog
This commit is contained in:
16
CHANGELOG.md
16
CHANGELOG.md
@@ -1,5 +1,21 @@
|
||||
# asciinema changelog
|
||||
|
||||
## 1.3.0 (2016-07-12)
|
||||
|
||||
This release rejuvenates original Python implementation of asciinema. It's based
|
||||
on 0.9.8 codebase and adds all features and bug fixes that have been implemented
|
||||
in asciinema's Go version between 0.9.8 and 1.2.0.
|
||||
|
||||
Other notable changes:
|
||||
|
||||
* Zero dependencies! (other than Python 3)
|
||||
* Fixed crash when resizing terminal window during recording (#167)
|
||||
* Fixed upload from IPv6 hosts (#94)
|
||||
* Improved UTF-8 charset detection (#160)
|
||||
* `-q/--quiet` option can be saved in config file now
|
||||
* Final "logout" (produced by csh) is now removed from recorded stdout
|
||||
* `rec` command now tries to write to target path before starting recording
|
||||
|
||||
## 1.2.0 (2016-02-22)
|
||||
|
||||
* Added playback from stdin: `cat demo.json | asciinema play -`
|
||||
|
||||
Reference in New Issue
Block a user