Skip to content

v0.2.0-beta03

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 11 Jun 21:59
· 82 commits to main since this release

Third beta of the interactive authoring TUI. See v0.2.0-beta01 for the full TUI overview and v0.2.0-beta02 for the create-experience fixes.

⚠️ Beta — please try it and report issues.

Changes since beta02

Faster cell entry — while typing in a cell, Tab commits the value and jumps to the next cell (staying in insert mode on text cells so you can keep typing); Shift+Tab goes to the previous cell. Rip through a row's fields without leaving insert mode.

Dependencies brought current — upgraded to ratatui 0.30 (via the official ratatui-textarea 0.9 widget, replacing the unmaintained tui-textarea). The crate now resolves to a single crossterm 0.29, dropping the previous dual-version workaround. No behavior change beyond the snappier editor; this is groundwork for the upcoming 0.2.0 stable.

Install

Prebuilt binaries for Linux (x86_64, aarch64), macOS (Intel, Apple Silicon), and Windows (x86_64) are attached below — each with a .sha256.

From source:

cargo install --git https://github.com/rizukirr/apic --tag v0.2.0-beta03