mirror of
https://github.com/asciinema/asciinema.git
synced 2026-04-25 16:05:52 +03:00
[PR #560] [MERGED] Release 2.3.0 #1125
Labels
No labels
bug
compatibility
feature request
fit for beginners
help wanted
hosting
idea
improvement
packaging
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/asciinema#1125
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/asciinema/asciinema/pull/560
Author: @ku1ik
Created: 7/5/2023
Status: ✅ Merged
Merged: 7/5/2023
Merged by: @ku1ik
Base:
main← Head:release/2.3.0📝 Commits (10+)
d86394cIgnore OSC responses in recorded stdin streame81ce0eDon't crash on single esc char in input675b37dAdd--streamoption toplaycommand062914aMerge pull request #498 from asciinema/play-stdin4550bdbAdd--out-fmtoption toplaycommanda9b3bffMerge pull request #499 from asciinema/play-out-fmt4393374Improve help message forplaycommand5e39546Add--loopoption toplaycommandce32bb2Merge pull request #500 from asciinema/play-loop68b2f01Use CRLF instead of LF when printing diagnostic messages📊 Changes
30 files changed (+626 additions, -237 deletions)
View changed files
➕
.github/ISSUE_TEMPLATE/bug-report.md(+38 -0)📝
.github/workflows/asciinema.yml(+4 -4)📝
.github/workflows/pre-commit.yml(+2 -2)📝
.pre-commit-config.yaml(+6 -6)📝
CHANGELOG.md(+20 -0)📝
Dockerfile(+1 -1)📝
README.md(+62 -11)📝
asciinema/__main__.py(+47 -8)📝
asciinema/api.py(+7 -5)📝
asciinema/asciicast/__init__.py(+33 -28)📝
asciinema/asciicast/events.py(+6 -6)📝
asciinema/asciicast/raw.py(+20 -2)📝
asciinema/asciicast/v1.py(+16 -7)📝
asciinema/asciicast/v2.py(+15 -9)📝
asciinema/async_worker.py(+7 -1)📝
asciinema/commands/cat.py(+12 -5)📝
asciinema/commands/command.py(+1 -1)📝
asciinema/commands/play.py(+21 -1)📝
asciinema/commands/record.py(+31 -7)📝
asciinema/commands/upload.py(+6 -3)...and 10 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.