Skip to content

v0.2.0

Choose a tag to compare

@tugamer89-release-bot tugamer89-release-bot released this 20 Jul 01:29
96e5088

0.2.0 (2026-07-20)

Features

  • add formatting commands for backend and frontend, integrate isort and eslint-plugin-simple-import-sort (fc7e980)
  • add share session URL functionality with visual feedback (4888f51)
  • add WebRTC connection state handling and improve UI feedback during connection (5b83420)
  • enhance telemetry analysis and communication logic in Virtual Engineer (92a91bd), closes #6
  • enhance telemetry data structure with additional metrics and improve RPM display (ef40b61), closes #5
  • implement timeout handling and graceful shutdown for WebRTC connections (b8fb682)
  • integrate MQTT for WebRTC signaling and telemetry data transfer (2e99185), closes #8 #7

Bug Fixes

  • add type hint ignore for background_tasks definition (50f2db4)
  • add type hints for active_connections and active_channels, ignore type check for Windows event loop policy (6362386)
  • change bump-patch-for-minor-pre-major setting to false (8e2610d)
  • improve channel message sending logic in broadcast_telemetry function (230ab02)
  • improve UDP connection handling and add watchdog for telemetry data (8c3f46e)
  • remove unnecessary whitespace in ACUDPClient class for cleaner code (a4dad73)
  • replace random PIN generation with secrets for better security (7762111)
  • set default values for MQTT environment variables to improve connection reliability (bbaf010)
  • translate log messages and comments to English for consistency (7ac79fa)
  • update telemetry data type annotations for improved clarity and type safety (170f219)
  • update telemetry parameter type in analyze method for improved type safety (0cb08d0)
  • update telemetry server startup message for clarity (1a7741a)
  • update type hint ignore for background_tasks definition (01c8e37)