Fix SVG color handling and alignment issues

- Fix hex color conversion for pyte's 256-color/truecolor format (no # prefix)
- Track column count separately from text length for proper wide char alignment
- Add tests for rgb() color format, empty rows, unicode slugify
- Improve test coverage to 80%

Bump version to 0.3.1
This commit is contained in:
GitHub Copilot
2026-01-24 18:39:25 +00:00
parent 4f4b811967
commit 631ab33b4d
3 changed files with 55 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[tool.poetry]
name = "textual-webterm"
version = "0.3.0"
version = "0.3.1"
description = "Serve terminal sessions over the web"
authors = ["Will McGugan <will@textualize.io>"]
license = "MIT"