Skip to content

Commit

Permalink
Merge pull request #579 from asciinema/next
Browse files Browse the repository at this point in the history
Rust rewrite, initial part
  • Loading branch information
ku1ik committed Nov 2, 2023
2 parents 1a71be2 + 7b38a33 commit 4393bb8
Show file tree
Hide file tree
Showing 11 changed files with 1,674 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,13 @@
# asciinema changelog

## 3.0.0 (wip)

* Full rewrite in Rust
* rec: `--append` can be used with `--raw` now
* rec: use of `--append` and `--overwrite` together returns error now
* rec: fixed saving of custom rec command in asciicast header
* Improved error message when non-UTF-8 locale is detected

## 2.4.0 (2023-10-23)

* When recording without file arg we now ask whether to save, upload or discard the recording (#576)
Expand Down

0 comments on commit 4393bb8

Please sign in to comment.