From 2eb84d257b90e83f9612643ed47bf5c9aeddf543 Mon Sep 17 00:00:00 2001 From: Marcin Kulik Date: Sat, 7 May 2022 14:34:03 +0200 Subject: [PATCH] Update changelog for 2.2 --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 076b734..8fa61d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ ## 2.2.0 (unreleased) +* Added official support for Python 3.8, 3.9, 3.10 +* Dropped official support for Python 3.5 +* Added `--cols` / `--rows` options for overriding size of pseudo-terminal +* Improved behaviour of `--append` when output file doesn't exist +* Keyboard input is now explicitly read from a TTY device in addition to stdin (when stdin != TTY) +* Recorded program output is now explicitly written to a TTY device instead of stdout +* Dash char (`-`) can now be passed as output filename to write asciicast to stdout +* Diagnostic messages are now printed to stderr (without colors when stderr != TTY) +* Improved robustness of writing asciicast to named pipes +* Lots of codebase modernizations (many thanks to Davis @djds Schirmer!) +* Many other internal refactorings + ## 2.1.0 (2021-10-02) * Ability to pause/unpause recording session with ctrl+\