Skip to content

Releases: lucasdeeiroz/robot_runner

v2.0.924

29 Jan 18:04

Choose a tag to compare

Release hotfix v2.0.924

v2.0.923

29 Jan 17:34

Choose a tag to compare

v2.0.922

28 Jan 23:42

Choose a tag to compare

What's new:

NEW! Implement new MD3E loading animation app-wide
NEW! Implement transition and button animations and Material Design rounded edges
FIX! Tailwind CSS class conflicts: remove redundant 'rounded' class

Full Changelog: v2.0.921...v2.0.922

v2.0.921

26 Jan 21:39

Choose a tag to compare

What's new:

FIX! Fix Home layout

FIX! Better separate Tests TabBar from Toolbox TabBar

FIX! Adjust sidebar footer

FIX! Remover Sidebar Header divider

Full Changelog: v2.0.920...v2.0.921

v2.0.920

26 Jan 12:47

Choose a tag to compare

What's new:

FIX! Fix Home layout

Full Changelog: v2.0.91...v2.0.920

v2.0.91

v2.0.90

23 Jan 15:20

Choose a tag to compare

v2.0.89

21 Jan 16:41

Choose a tag to compare

v2.0.88

21 Jan 13:03

Choose a tag to compare

v2.0.87

15 Jan 00:42

Choose a tag to compare

What's new:

Update Logic Optimization

Refactor Update Checks

  • Remove auto-check on AboutPage mount
  • Ensure global check on App startup
  • Verify Manual Check button functionality

Inspector Optimization (Prioritization)

Prioritize Overlapping Nodes

  • Implement scoring logic (Accessibility > ID > Text > Clickable > ScrollView)
  • Sort available nodes by score

Inspector Node Hierarchy

Interactive Breadcrumbs

  • Ensure InspectorNode has parent references
  • Implement NodeBreadcrumbs component
  • Add Hover/Click interactivity to breadcrumbs
  • Add 'Clear Selection' button (X) to properties header
  • Clean up display (Remove 'node', strip prefixes)
  • Filter system nodes (up to android:id/content)
  • Internationalize UI labels (Hierarchy, Clear Selection)

App Lifecycle Optimization

Ensure Robot Process Termination

  • Locate Robot execution logic
  • Ensure Ngrok Process Termination
  • Implement global process cleanup on exit

Logcat Reliability

Logcat Process Recovery

  • Refactor LogcatProcess for dynamic process management
  • Implement robust PID monitoring and reconnection loop
  • Fix blocking I/O preventing reconnection

CI/CD Refinement

WinGet Release Date Fix

  • Update release.yml to set ReleaseDate in locale manifest

Full Changelog: v2.0.86...v2.0.87