Hive Hive
Sign in

Server 1.207.4

Metadata
Source
GitHub
Version
server@1.207.4
Published
Jun 08, 2026 · 18:40 UTC
Repository
tuist/tuist
Update

This release polishes the runner job experience in the Tuist dashboard.

Runner job platform badges

Runner job detail and list views now display the correct platform badge for jobs dispatched through the shared runner catalog. Previously, valid macOS and Linux jobs could appear as “Unknown” because the UI only recognized older fleet-name prefixes. The platform detection now understands both the legacy prefixes and the newer catalog fleet names, so filtering and analytics groupings line up correctly.

Runner job log viewer

The runner job log tab is now easier to scan:

  • Log rows render as compact single lines, with extra spacing removed.
  • Intentional indentation inside log messages is preserved.
  • The log viewer opens scrolled to the most recent line.
  • Loading older logs no longer jumps the viewport; your current scroll position stays stable.