Skip to content

v0.1.13

Pre-release
Pre-release

Choose a tag to compare

@soldforaloss soldforaloss released this 21 Jul 07:46

Paramux v0.1.13 — the precision release: pixel-true screen-reader geometry, layouts that travel as files, and one action to acknowledge the whole fleet.

Screen readers, fourth pass

  • True wide-glyph geometry — bounding rectangles and point hit-testing now use each character's real terminal columns (from the snapshot pin map): a CJK glyph measures its two cells and its second cell hit-tests to the glyph. The one remaining case (a wide glyph at line END reads one cell short) is documented in the checklist.
  • The README and capability-parity docs finally say all this — accessibility is a listed feature with a comparison row against web-view muxes and Windows Terminal.

Layouts that travel

  • export-layout <slot> [file] (or --all=<dir>) and import-layout <slot> <file> [--name=...] — slots round-trip as standalone .layout.json templates with session-restore-grade validation on import.
  • Rename Slot N... in the context menu — built on a new generic prompt overlay (the reusable text-input the overlay system lacked; more prompts can now be one purpose-enum entry away).
  • All three CLI layout readers tolerate UTF-8 BOMs (hand-edited and PowerShell-written files carry them; the restore E2E's own writeback was quietly re-BOMing layouts.json — fixed, on-disk file repaired).

Fleet conducting

  • Clear All Attention — one palette/IPC action acknowledges every pane (with a count banner); the hint strip teaches it automatically when 2+ panes alert; interaction with attention-jump verified end-to-end.
  • GET /attention on serve — every pane's timeline over HTTP behind the bearer token, powered by a dedicated token-gated IPC method (read_attention, UI-thread marshaled). E2E: 200 with the token, 401 without.
  • The palette marks its MRU head with a quiet "recent" chip; workspace accent colors ride the v2 payload; status --json; Enter in the settings search hands focus onward.
  • i18n slice 4 (settings section labels, full de-DE); record --width/--height; doctor reports session-autosave freshness; perf receipts regenerated (13.2 ms CLI cold start vs Windows Terminal's 47.6 ms; 133.5 MB idle — inside the PRD targets as a debug build).

Install

Pick your architecture's ZIP + SHA256SUMS, verify, extract, run — or paramux update. Unsigned test build; see the README.