Skip to content
ttorta docs

Release Notes

0.4.0

One command instead of two, the engine folded into the board, and a pause control in the header.


Published as torta-app and torta-ai 0.4.0.

torta start now runs the engine

torta start runs the engine beside the board, in the same process. The header says engine running, with pause beside it. Pause stops anything new from starting; whatever is already working carries on. --no-engine gives the old board-only behaviour, and torta watch still serves a server with no board.

Ctrl-C now stops the board, the engine and every pane at once.

The one-page guide

A getting-started guide for a non-technical user: install, torta start, approve, watch it work. It is the source of the developer path and your first ticket.

The board client began to split

The board’s front end started moving out of one large file into tested modules: markup, the preserve helpers and the legend readers first.