From 207640fe13b2cd084b716dabaccec62aba5e1e1f Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Sun, 12 Jul 2026 03:44:45 -0500 Subject: [PATCH 1/2] refac --- cptr/frontend/src/lib/components/chat/ChatPanel.svelte | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cptr/frontend/src/lib/components/chat/ChatPanel.svelte b/cptr/frontend/src/lib/components/chat/ChatPanel.svelte index 63f8c211..0b16f7ea 100644 --- a/cptr/frontend/src/lib/components/chat/ChatPanel.svelte +++ b/cptr/frontend/src/lib/components/chat/ChatPanel.svelte @@ -1669,7 +1669,8 @@ >
Date: Sun, 12 Jul 2026 03:52:21 -0500 Subject: [PATCH 2/2] refac --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- uv.lock | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d24b84e4..2317a2d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.9.7] - 2026-07-12 + +### Fixed + +- 💬 **Chat controls match your appearance.** The lower edge of chats now blends in with the look you chose for Computer. + ## [0.9.6] - 2026-07-12 ### Added diff --git a/pyproject.toml b/pyproject.toml index acea2041..dbbb454d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "cptr" -version = "0.9.6" +version = "0.9.7" description = "Your computer, from anywhere. Code, manage, and control your machine from the web." license = {file = "LICENSE"} readme = "README.md" diff --git a/uv.lock b/uv.lock index 14be3d02..66b52a99 100644 --- a/uv.lock +++ b/uv.lock @@ -284,7 +284,7 @@ wheels = [ [[package]] name = "cptr" -version = "0.9.6" +version = "0.9.7" source = { editable = "." } dependencies = [ { name = "aiosqlite" },