• v0.1.0 6c62fa92f4

    v0.1.0 Stable

    Gravity Bot released this 2026-02-18 03:09:59 +00:00 | 20 commits to main since this release

    What's Changed

    • GP#990: Add Copy Logs button to action run viewer gear dropdown

    Copy Logs

    A Copy Logs button is injected into the gear dropdown menu on the action run view page. Clicking it copies all loaded step logs as plain text to the clipboard, formatted with step headers:

    === Step: Set up job ===
    ...log lines...
    
    === Step: Run tests ===
    ...log lines...
    

    Implementation

    • templates/custom/footer.tmpl — JavaScript injection via MutationObserver
    • compose.yaml — bind mount for custom templates directory
    • README.md — documentation for the new customization

    Tasks

    • GP#990: Add Copy Logs button to action run viewer
    • GP#991: Create release branch and publish v0.1.0
    Downloads