Fix SVG background rect placement, improve test coverage

- Background rects now rendered before text elements (valid SVG)
- Add TwoWayDict tests for reassign and duplicate value cases
- Test coverage at 80%

Bump version to 0.3.2
This commit is contained in:
GitHub Copilot
2026-01-24 18:47:20 +00:00
parent 6e66f01521
commit 62c12db537
2 changed files with 19 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[tool.poetry]
name = "textual-webterm"
version = "0.3.1"
version = "0.3.2"
description = "Serve terminal sessions over the web"
authors = ["Will McGugan <will@textualize.io>"]
license = "MIT"