CardDetailScreen renders title, inline-Markdown body, and a quiet dates footer; all writing moves to the new CardEditScreen, a full-screen cover with segmented Details/Body panes. Drafts commit in one perform bracket on Save only — Cancel guards dirty drafts with a discard confirmation, and a failed write keeps the sheet and its drafts and raises an alert instead of dismissing. CardAttributesSection becomes a pure binding-driven editor with no write path of its own. The UI test walk crosses the new split, with body-pane and discard coverage, and a deterministic replaceAllText helper retires the flaky ⌘A select-all. Claude-Session: https://claude.ai/code/session_01SR4XGjmBE16ZUYWpfFHXwY
20 lines
929 B
Markdown
20 lines
929 B
Markdown
**August 2026**
|
|
|
|
Tapping a card now shows a readable view of its title and text with formatting, instead of dropping straight into the editor.
|
|
|
|
Editing a card happens on its own screen with Details and Body sections, and changes apply only when you tap Save.
|
|
|
|
Press and hold a lane or card to drag it into a new order.
|
|
|
|
Settings now lives behind the gear button on the board list instead of a separate tab, so boards fill the whole screen.
|
|
|
|
The board list now opens sorted by most recent change.
|
|
|
|
Boards, lanes, and cards now show their icon and color in the lists.
|
|
|
|
Sort your board list by name or by most recently changed with the sort control in the toolbar.
|
|
|
|
Version 1.0: Lanework comes to iPhone — browse your boards from iCloud Drive, move cards between lanes, and edit them on the go.
|
|
|
|
Swipe a board in the list to open its settings and move it between iCloud and this iPhone, which now works without an iCloud account.
|