[PR #436] [CLOSED] 2.1 release #453

Closed
opened 2026-02-25 20:33:47 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/asciinema/asciinema/pull/436
Author: @ku1ik
Created: 10/2/2021
Status: Closed

Base: masterHead: develop


📝 Commits (10+)

  • c56027a Merge branch 'release/2.0.2' into develop
  • ef2a0f2 Move Docker installation option lower - it's not very useful anyway
  • 774a18d Fix Docker image build
  • cc73910 Upgrade Docker image to Ubuntu 18.04
  • 4633c87 Use asciinema binary as entrypoint in Docker container
  • 21dd13d Remove extra whitespace
  • d56f275 Update year in copyright notice
  • 8aecc1d Let pty recorder report elapsed time
  • 13bb071 Pass append instead of mode to all writer types
  • 8e29f97 Don't overwrite buffering mode in async writer level

📊 Changes

30 files changed (+677 additions, -331 deletions)

View changed files

.github/workflows/asciinema.yml (+44 -0)
.travis.yml (+0 -17)
📝 Dockerfile (+5 -3)
📝 Makefile (+7 -5)
📝 README.md (+63 -31)
📝 asciinema/__init__.py (+13 -46)
📝 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)
asciinema/notifier.py (+83 -0)
📝 asciinema/player.py (+9 -7)

...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.

## 📋 Pull Request Information **Original PR:** https://github.com/asciinema/asciinema/pull/436 **Author:** [@ku1ik](https://github.com/ku1ik) **Created:** 10/2/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `develop` --- ### 📝 Commits (10+) - [`c56027a`](https://github.com/asciinema/asciinema/commit/c56027a143a78ccdb25cea05f2d90a476266f7b4) Merge branch 'release/2.0.2' into develop - [`ef2a0f2`](https://github.com/asciinema/asciinema/commit/ef2a0f2d18fd4cb061d6b76e05b290de4c231a83) Move Docker installation option lower - it's not very useful anyway - [`774a18d`](https://github.com/asciinema/asciinema/commit/774a18d36b8e964aa51d466aa6d8ce672eb16c75) Fix Docker image build - [`cc73910`](https://github.com/asciinema/asciinema/commit/cc7391093309e9ea49c4bf91d659b17225e8deb0) Upgrade Docker image to Ubuntu 18.04 - [`4633c87`](https://github.com/asciinema/asciinema/commit/4633c87c77922ec5903965306ecff45531b72092) Use asciinema binary as entrypoint in Docker container - [`21dd13d`](https://github.com/asciinema/asciinema/commit/21dd13d4152c16c0141f203df1e338b596d63b7e) Remove extra whitespace - [`d56f275`](https://github.com/asciinema/asciinema/commit/d56f275a1badddcf2898c3672883157138ca2489) Update year in copyright notice - [`8aecc1d`](https://github.com/asciinema/asciinema/commit/8aecc1d55824b50cdc9c932436ee5a9b6311d5c6) Let pty recorder report elapsed time - [`13bb071`](https://github.com/asciinema/asciinema/commit/13bb071d85247430f9f28fe99b3729f3c18a7d7e) Pass `append` instead of mode to all writer types - [`8e29f97`](https://github.com/asciinema/asciinema/commit/8e29f975d2032b236978c6adfa79a403b203655d) Don't overwrite buffering mode in async writer level ### 📊 Changes **30 files changed** (+677 additions, -331 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/asciinema.yml` (+44 -0) ➖ `.travis.yml` (+0 -17) 📝 `Dockerfile` (+5 -3) 📝 `Makefile` (+7 -5) 📝 `README.md` (+63 -31) 📝 `asciinema/__init__.py` (+13 -46) 📝 `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) ➕ `asciinema/notifier.py` (+83 -0) 📝 `asciinema/player.py` (+9 -7) _...and 10 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 20:33:47 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/asciinema#453
No description provided.