Skip to content

release 1.4.9#108

Merged
gwitko merged 6 commits into
masterfrom
dev
Jul 4, 2026
Merged

release 1.4.9#108
gwitko merged 6 commits into
masterfrom
dev

Conversation

@gwitko

@gwitko gwitko commented Jul 2, 2026

Copy link
Copy Markdown
Owner

No description provided.

lakofsth and others added 6 commits July 2, 2026 08:36
…mit (#101)

A single read carrying <text>+CR is treated as a paste by some remote TUIs
(Claude Code / Ink-style apps), which insert the trailing CR as a literal
newline instead of submitting. Sending Enter as a separate, slightly delayed
write makes it an isolated keypress that submits regardless of line length.

Co-authored-by: Grzegorz Witkowski <gwitko@proton.me>
#102)

Adds a history (recall) button to the compose bar: recently sent lines are
kept in a small deduplicated ring (distinct lines, most-recent first, capped
at 20) and can be tapped to repopulate the field — so a line sent into a mode
that discarded it (pager, selector, transcript) is recoverable. De-dup means
re-sending a recalled line can't churn duplicates that evict good older lines.
Also preserves the current unsent draft when compose is closed and restores it
on reopen, so closing the composer no longer silently loses typed text.
@gwitko
gwitko merged commit 56069c6 into master Jul 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants