• v0.1.32 87d7e4121f

    v0.1.32 Stable

    gitea_admin released this 2026-07-04 20:47:20 +00:00 | 1190 commits to main since this release

    Added

    • Left-nav "moving" indicator. Each project in the sidebar now shows a pulsing blue dot when it
      has a Running/Pending pipeline (any Build/Release/Deploy/ship) right now — an at-a-glance view of
      what's active across the fleet without clicking in. The wf-poller emits /shared/active.txt
      (projects with a running workflow, recomputed each 6s cycle from the fleet-wide wf list); nginx
      serves it at /api/active; the SPA polls it every 5s and toggles a .running class. Distinct
      from the .active (selected-project) highlight — a project can be selected, moving, both, or neither.
    Downloads