Skip to content

Commit 112daa9

Browse files
Release 0.6.10
Fix review comment-card Reply/Resolve buttons going unresponsive: a resolved or rejected card now hides immediately instead of lingering with both buttons disabled while waiting for an echo that may never arrive on a relay-only setup. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent fb9bfac commit 112daa9

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "attn"
3-
version = "0.6.9"
3+
version = "0.6.10"
44
edition = "2024"
55
description = "A beautiful markdown viewer that launches from the CLI"
66
license = "MIT"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "attnmd",
3-
"version": "0.6.9",
3+
"version": "0.6.10",
44
"description": "A beautiful markdown viewer that launches from the CLI",
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)