From 4566d03aa504796be8a6cd172b563ddee1f137b1 Mon Sep 17 00:00:00 2001 From: GitHub Copilot Date: Sat, 24 Jan 2026 11:17:55 +0000 Subject: [PATCH] chore: bump version to 0.1.13 Changes since 0.1.12: - Fix pyte color name mapping for Rich compatibility - Use session's actual screen state for screenshots - Use requested dimensions when creating screenshot sessions - Fix terminal lifecycle race conditions --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8f105f0..ca754a7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "textual-webterm" -version = "0.1.12" +version = "0.1.13" description = "Serve terminal sessions over the web" authors = ["Will McGugan "] license = "MIT"