Changelog
All notable changes to Rostyman, newest first.
v0.1.0-beta.14 — April 6, 2026
Workflow editor redesign, complete free-tier workflow features, and full protocol translations
What's New
Workflow Editor Redesign — rich node cards with type icons and live status badges, step numbers in execution order, layout direction picker (LR/TB/RL/BT) with one-click auto-layout, Undo/Redo (50 steps, Ctrl+Z/Ctrl+Y), zoom slider + fit-to-view, snap-to-grid (20 px, matches background dots), dot/line background toggle, save canvas as PNG/SVG/JSON, collapsible node palette with hover descriptions, Zoom Lens for close-up inspection.
New node types — Comment (sticky-note annotation, does not execute) and Sub-Workflow (call another saved workflow as a step; circular references blocked automatically).
Retry logic — any HTTP Request node can retry automatically with a configurable count (up to 5), backoff strategy (Fixed / Linear / Exponential), retry delay, and per-status-code rules.
Response assertions — add pass/fail checks on status code, JSON body fields (JSONPath), response headers, or response time directly on a node — no scripting required.
Error handling edges — every node has an error handle; connect it to route failures to any downstream node. $error.message, $error.status, and $error.nodeId are available on the error path.
Run history — every execution is saved automatically. Replay any past run from the History tab with full trace, timings, and variable snapshots. Delete individual runs or clear all.
Auth inheritance on request nodes — HTTP Request nodes in workflows can now inherit auth from their parent collection (Bearer, Basic, API Key, or Inherit).
Workflow import / export — export a workflow as a .rostyman-workflow file; import restores all nodes, edges, and configuration.
5 built-in templates — API Health Check, Data Pipeline, Auth Flow, CRUD Suite, Retry Resilience.
Pencil edit icon on all tabs — click the pencil next to any tab title to rename it inline; cursor is placed at the end of the current name.
Full protocol translations — WebSocket, Socket.IO, MQTT, gRPC, and GraphQL Subscriptions status messages are now translated in all 18 languages.
Bug Fixes
- Trash: Empty All crashed if deleted workflows had run history — now clears history first
- Workflow snap-to-grid did not align with the background grid — both now use the same 20 px unit
- Opening a saved workflow immediately showed the "unsaved" dot — tabs now open clean
- Node cards resized during execution causing canvas jitter — card height is now fixed
- Traversed edges stayed highlighted after a run completed — edges clear on run end
v0.1.0-beta.13 — April 4, 2026
Workspace management, binary response viewer, update manager, and full protocol i18n
Multiple workspaces — separate projects with their own collections, environments, globals, vault, mock servers, workflows, and jobs. Workspace switcher in the title bar with search, create, rename, export, and import.
Binary Response Viewer — images (PNG/JPG/GIF/WebP/SVG), video (MP4/WebM), audio (MP3/WAV/OGG), PDF, and CSV rendered natively in the response panel. Triggered automatically by content type.
Update Manager — silent background checks every 4 hours, status bar badge when an update is ready, full release history in Settings → About.
Environment selector on all protocols — WebSocket, gRPC, Socket.IO, MQTT, SSE, and MCP tabs now have an environment selector matching the HTTP request tab.
Full i18n for Scheduler, MCP, WebSocket, Socket.IO, MQTT, and gRPC tabs in all 18 languages.
Multi-select in collection tree (Ctrl+Click, Shift+Click). Screenshot to clipboard (Ctrl+Shift+P). First-run welcome dialog with demo workspace.
v0.1.0-beta.12 — April 2–3, 2026
MCP TLS/HTTPS, tunnel support, connected clients tracking, and video recording
MCP Server now supports TLS/HTTPS via mkcert for secure local connections. Tunnel support via ngrok and cloudflared for remote AI agent access. Connected clients panel with disconnect capability. Request-level JSON-RPC logging with timing. Video recording with microphone audio, recording settings, media sidebar.
v0.1.0-beta.11 — March 31, 2026
Cloud sharing, drag & drop import, source watching, VS Code-style panels
Cloud sharing via Google Drive and Dropbox (OAuth2 PKCE) with shareable links and publish/update support. Drag & drop any supported file onto the app to import. .rostyman file association — double-click to open. Source file watching (auto-detect changes in linked files or URLs). VS Code-style right panel with rotated tabs and pin/unpin. In-app notifications center.
v0.1.0-beta.10 — March 26, 2026
SSE viewer overhaul, UI state persistence, scheduler improvements
SSE Event Viewer rebuilt in Postman style with timestamps, newest-first ordering, Monaco detail view, badges, and connection status. UI state persistence (window position/size, right panel, console, settings sub-tab). Scheduler improvements: variable resolution, environment picker, searchable tree picker, run history auto-refresh.
v0.1.0-beta.9 — March 25, 2026
Network info popup, response history, connection pooling
Network info popup on status bar. Response history viewer with schema change detection. Connection pooling for improved performance. Issues #8, #9, #10 fixed.
v0.1.0-beta.8 — March 24, 2026
Set as Variable, import source sync, auth inheritance fixes
Right-click any response value to set it as an environment, collection, or global variable. Import source sync — auto-links the file path on import and supports re-sync with merge strategy. Auth inheritance fixes for folders and code snippets.
v0.1.0-beta.7 — March 21, 2026
Language Manager, new request dialog, full i18n sweep
Language Manager for installing community language packs. New request grid dialog. Full i18n sweep — all UI strings localized in 18 languages.
v0.1.0-beta.6 — March 20, 2026
Folder settings, auth inheritance, full i18n (18 languages)
Per-folder request settings (timeout, SSL, redirects, proxy). Auth inheritance from collection to folder to request. 18 languages fully translated.
v0.1.0-beta.5 — March 18–19, 2026
SSE, screen capture, system tray, onboarding, cross-platform fixes
Server-Sent Events support with real-time event log. Screen capture with video recording. System tray with minimize-to-tray. 8-step onboarding tour. Cross-platform fixes (macOS, Linux).
v0.1.0-beta.4 — March 18, 2026
Socket.IO, MQTT, gRPC redesign, bulk operations, request templates
Socket.IO protocol (emit, events, auth). MQTT protocol (publish/subscribe, QoS 0/1/2, retain). gRPC redesign with Auth/Scripts/Settings tabs. Bulk operations (multi-select, bulk delete, copy cURL). Request templates.
v0.1.0-beta.3 — March 18, 2026
AI overhaul, Git hardening, 24% faster startup
AI Assistant rebuilt with multi-turn chat, persistent history, vault-secured keys, and 3 providers. Git Sync hardened with conflict UI and diff viewer. Startup time reduced by 24%.
v0.1.0-beta.2 — March 17, 2026
20 themes, vault, variables, mock server, trash
20 built-in themes and custom theme builder. Encrypted Vault for sensitive variables. Visual Workflow Editor (first version). Mock Server. Trash with soft-delete. 14 bug fixes.
v0.1.0-beta.1 — March 16, 2026
First public beta — Windows only
Initial release with HTTP requests, collections, environments, authentication, scripts, history, and import/export.