mirror of
https://github.com/asciinema/asciinema.git
synced 2026-04-25 16:05:52 +03:00
[PR #437] [MERGED] 2.1 release #1069
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#1069
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/437
Author: @ku1ik
Created: 10/2/2021
Status: ✅ Merged
Merged: 10/2/2021
Merged by: @ku1ik
Base:
master← Head:release/2.1.0📝 Commits (10+)
c56027aMerge branch 'release/2.0.2' into developef2a0f2Move Docker installation option lower - it's not very useful anyway774a18dFix Docker image buildcc73910Upgrade Docker image to Ubuntu 18.044633c87Use asciinema binary as entrypoint in Docker container21dd13dRemove extra whitespaced56f275Update year in copyright notice8aecc1dLet pty recorder report elapsed time13bb071Passappendinstead of mode to all writer types8e29f97Don't overwrite buffering mode in async writer level📊 Changes
32 files changed (+708 additions, -334 deletions)
View changed files
➕
.github/workflows/asciinema.yml(+44 -0)➖
.travis.yml(+0 -17)📝
CHANGELOG.md(+14 -0)📝
CONTRIBUTING.md(+3 -1)📝
Dockerfile(+5 -3)📝
Makefile(+7 -5)📝
README.md(+75 -32)📝
asciinema/__init__.py(+14 -47)📝
asciinema/__main__.py(+8 -32)📝
asciinema/asciicast/raw.py(+9 -23)📝
asciinema/asciicast/v2.py(+19 -85)➕
asciinema/async_worker.py(+31 -0)📝
asciinema/commands/auth.py(+2 -3)📝
asciinema/commands/cat.py(+10 -7)📝
asciinema/commands/command.py(+5 -2)📝
asciinema/commands/play.py(+10 -6)📝
asciinema/commands/record.py(+17 -8)📝
asciinema/commands/upload.py(+3 -4)📝
asciinema/config.py(+38 -0)➕
asciinema/data/icon-256x256.png(+0 -0)...and 12 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.