From 561101ab4bd7a62a8bf31da1dba55bbd4c2c5df2 Mon Sep 17 00:00:00 2001 From: GitHub Copilot Date: Sat, 24 Jan 2026 19:04:38 +0000 Subject: [PATCH] Improve box-drawing alignment and use integer pixel widths MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Same box-drawing chars merge (───), different ones stay separate (│╯) - Use 8px char width instead of 8.4px for crisper rendering Bump version to 0.3.6 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4914189..9ad3a1c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "textual-webterm" -version = "0.3.5" +version = "0.3.6" description = "Serve terminal sessions over the web" authors = ["Will McGugan "] license = "MIT"