desktop@1.0.0
desktop@1.0.0# 1.0.0 (2026-04-24)
🚀 Features
- First stable release. (f31075cf)
New protocols and flow nodes
- GraphQL requests: full request editor with query/variables, dark theme tokens, CLI support, YAML export/import, response history, and delta overrides with assertions.
- WebSocket: connection and send flow nodes, request panel, and tables for persisting messages and headers.
- Wait node: pause flow execution for a configurable duration.
- Sub-flow: new Run Sub Flow node plus SubFlowTrigger and SubFlowReturn, enabling flows to invoke other flows with typed inputs/outputs.
Flow engine
- Flow runner overhaul with improved node execution and error propagation.
- Flow-level error field and node ID mapping for more precise failure attribution.
- Copy/paste support extended to GraphQL, WebSocket, and sub-flow nodes.
Expression editor
- Autocomplete for built-in functions inside
{{ }}:uuid(),uuid("v4"),uuid("v7"),ulid(),now(). - Dot-chain completion on
now():.Unix(),.UnixMilli(),.UnixMicro(),.UnixNano(). - New
fakernamespace for fake data — typefaker.to browse 35 generators includingname(),email(),phoneNumber(),url(),ipv4(),ipv6(),macAddress(),username(),password(),word(),sentence(),paragraph(),date(),timestamp(),uuid(),randomInt(min, max).
Delta system
- GraphQL delta support with snapshot/override semantics for name, URL, query, variables, description, headers, and assertions.