Skip to content

Proqi v0.6.0

Choose a tag to compare

@github-actions github-actions released this 01 Sep 19:30
· 72 commits to main since this release
Immutable release. Only release title and notes can be modified.

Proqi 0.6.0

Proqi 0.6.0 makes first use clearer, adds atomic ways to reshape thoughts, and
removes friction from precise editing and screenshot capture.

Highlights

  • A pristine installation now opens its first interactive board with six
    ordinary practice thoughts. They introduce the core workflow with highlighted
    shortcuts and adapt their Herdr guidance to the available integration. Delete,
    edit, undo, and move them like any other thoughts.
  • Press Primary+T in an editor to split at the exact cursor or extract the
    exact selection. Select contiguous thoughts and press t in Board mode to
    merge them with the configured separator. Each transformation is one durable
    operation with restart-safe undo and redo.
  • Press Primary+Shift+U to delete every Unicode sentence touched by the cursor
    or selection. Primary+U continues to delete one logical line, and both
    actions remain available through Commands and configurable bindings.
  • Press Space while exactly one collapsed attachment, invocation reference, or
    folded paste is selected to insert a separator before it without replacing
    the placeholder. Delete still removes it, Enter expands it, and ordinary
    input replaces it.
  • Navigate consistently with arrows or the corresponding Vim-style keys. Press
    Up twice at the first thought to create above it, mirroring bottom-edge
    creation. In Board mode, physical Del (Entf) invokes the same delete action
    as the configured d key.
  • Screenshot Inbox now leaves one ordinary space after every captured image path
    so typing can continue immediately. The attachment annotation remains scoped
    to the exact path.
  • Open What's new from Commands to review the installed highlights. Future
    in-app upgrades show their packaged highlights once in the initiating session,
    reopen after a crash before dismissal, and keep peer sessions quiet.

Reliability and release delivery

Fresh-session startup no longer opens an unnecessary second SQLite write
transaction. Concurrent launches retain bounded contention handling without
leaving a partially created session.

Release-ready main commits now build immutable native candidates once. The tag
workflow verifies and promotes those exact artifacts instead of rebuilding the
public binaries.

Configuration and compatibility

The optional transform binding defaults to t. The optional
merge_separator defaults to one blank line ("\n\n"). The optional
delete_sentence binding defaults to uppercase U, which maps to
Primary+Shift+U where the terminal reports that chord distinctly.

Local storage schema 12 and storage protocol 11 add durable transformation
operations. Supported older stores migrate automatically after backup and
exclusive lease acquisition. Older active Proqi processes refuse the upgraded
store instead of writing history they cannot decode, so update active processes
together.

Known limitations

Unicode sentence segmentation is deterministic, not grammatical or
locale-aware. Abbreviations, URLs, versions, decimals, code, quotations,
ellipses, missing terminators, and scripts without routine terminators can
produce a broader or narrower boundary than intended. Undo remains available.

Automatic release highlights apply only to a successful upgrade coordinated by
Proqi. An external package replacement remains quiet, while What's new is
always available manually.