From a771e1469e83e43829f79ed85ccdc5c8d2369fa8 Mon Sep 17 00:00:00 2001 From: GitHub Copilot Date: Sat, 24 Jan 2026 16:49:23 +0000 Subject: [PATCH] Fix screenshot rendering and reconnect behavior - Skip empty placeholder cells for wide characters in SVG - Single redraw on reconnect (integrated into set_terminal_size) - Sync pyte to PTY size with redraw trigger for screenshots - Fix extra line in SVG by not adding newline after last row Bump version to 0.2.10 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dc9c920..27197ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "textual-webterm" -version = "0.2.9" +version = "0.2.10" description = "Serve terminal sessions over the web" authors = ["Will McGugan "] license = "MIT"