Bump patch version and fix xterm selection

This commit is contained in:
GitHub Copilot
2026-01-28 16:18:24 +00:00
parent b4d7f2e98a
commit 3bc77d4a85
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "webterm" name = "webterm"
version = "1.1.0" version = "1.1.1"
description = "Serve terminal sessions over the web" description = "Serve terminal sessions over the web"
authors = ["Will McGugan <will@textualize.io>"] authors = ["Will McGugan <will@textualize.io>"]
license = "MIT" license = "MIT"
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -22,7 +22,7 @@ const THEMES: Record<string, ITheme> = {
foreground: "#e5e5e5", foreground: "#e5e5e5",
cursor: "#e5e5e5", cursor: "#e5e5e5",
cursorAccent: "#000000", cursorAccent: "#000000",
selectionBackground: "#4d4d4d", selectionBackground: "#d4d4d4",
black: "#000000", black: "#000000",
red: "#cd0000", red: "#cd0000",
green: "#00cd00", green: "#00cd00",