From 2f9ef6ebdd1ff27405bc2bd9df6f182b27d1280a Mon Sep 17 00:00:00 2001 From: Jeffrey Urban Date: Thu, 11 Dec 2025 19:50:50 -0500 Subject: [PATCH 1/2] Updated description --- mkdocs.yml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index 2144f70..9df9e22 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,6 +1,6 @@ site_name: TUI Delta site_url: https://tui-delta.readthedocs.io/ -site_description: Run a TUI (terminal user interface) application with real-time delta processing +site_description: Run a TUI application (AI assistant sessions, et al) with real-time delta processing for monitoring and logging. Supports Claude Code. repo_url: https://github.com/JeffreyUrban/tui-delta repo_name: JeffreyUrban/tui-delta diff --git a/pyproject.toml b/pyproject.toml index 49d2321..e7eb86c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "hatchling.build" name = "tui_delta" # Version is automatically determined from git tags via hatch-vcs dynamic = ["version"] -description = "Run a TUI (terminal user interface) application with real-time delta processing" +description = "Run a TUI application (AI assistant sessions, et al) with real-time delta processing for monitoring and logging. Supports Claude Code." readme = "README.md" license = {file = "LICENSE"} authors = [ From 7a6af43e1e5ee5a38d3e04cba66fb83f08376e08 Mon Sep 17 00:00:00 2001 From: Jeffrey Urban Date: Thu, 11 Dec 2025 19:52:39 -0500 Subject: [PATCH 2/2] Updated CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 28401c3..8d8154f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,10 @@ No unreleased changes yet. --- +## [0.1.1] - 2025-12-11 + +Updated description. + ## [0.1.0] - 2025-12-11 Initial release.