Skip to content

v1.0.5

Choose a tag to compare

@github-actions github-actions released this 01 Jul 22:43
· 5 commits to main since this release
53cf070

Changelog

  • eea0eec Enhance README and implement job history feature in GitLab Runner TUI. Added job history view with recent job runs, status, and duration. Updated main application to support debug mode and improved configuration handling. Introduced HistoryView for displaying job history and integrated it into the main model.
  • 53cf070 Refactor GitLab Runner TUI to enhance tab management and status display. Introduced a new switchTab method for initializing views on tab switch, and moved help text to a status bar for better UI clarity. Updated main.go and various view files to reflect these changes, improving user experience and code organization.