Skip to content

0.1.4#4

Merged
blacknon merged 9 commits into
masterfrom
0.1.4
May 18, 2026
Merged

0.1.4#4
blacknon merged 9 commits into
masterfrom
0.1.4

Conversation

@blacknon

Copy link
Copy Markdown
Owner

0.1.4

  • Add customizable twatch keymaps with -K/--keymap KEY=ACTION, including pane-specific navigation, snapshot actions, pause control, and app-input mode switching
  • Add twrap-style child key overrides with -k/--bind FROM=TO, supporting key aliases, comma-separated key sequences, text:..., and screenshot
  • Remove the unused --interval option and simplify batch capture timing so PTY-backed sources wait on real source updates instead of a polling interval
  • Expand README and in-app help to document the current interaction model, custom keymap actions, and child key override behavior
  • Add regression coverage for custom keymaps and child binding overrides, including passthrough interception and custom exit/app-input flows
  • Refresh Rust CI and release workflows to avoid cached cargo shims on GitHub Actions and make macOS runner behavior more reliable
  • Add consistent source headers across Rust modules touched during this release

This release is centered on input control and operational polish.
It makes twatch more usable with editor-like workflows, shell-heavy sessions, and wrapped TUIs that benefit from custom local shortcuts or remapped child input.

Notes:

  • --interval was removed because the current PTY workflow is event-driven and no longer relies on that option
  • The new input customization layer is the main user-facing change in this release

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 1c9f9b1e25

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread src/app/runtime.rs
Comment thread src/input_key.rs
Comment thread src/app/input/key.rs Outdated
@blacknon blacknon merged commit e412e35 into master May 18, 2026
8 checks passed
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.

1 participant