• v0.1.58 beba81ff18

    v0.1.58 Stable

    gitea_admin released this 2026-07-05 15:23:53 +00:00 | 1066 commits to main since this release

    Added

    • Dashboard panes size themselves to the window. BUILDS / RELEASES / DEPLOYS now render
      as many rows as the viewport can show without page scroll (rowBudget, was a fixed 12-row
      slice that overflowed a laptop and starved a tall monitor). Folding a section frees its row
      budget for the open panes — fold RELEASES + DEPLOYS and BUILDS alone fills the screen, which
      also makes a single-pane 80x24 IBM 5250 render show a useful build history. Repaints on
      resize (debounced) and on section fold/unfold; the release-history fetch limit follows the
      new 25-row cap.
    • Hover a SHA in a release fold to light up exactly its build row. The hover-level
      companion of the open-fold cross-highlight: each commit link in "changes included in this
      release" carries data-cs, and pointing at one highlights the matching BUILDS row brighter
      than the whole-fold wash.

    Included changes (v0.1.57 -> v0.1.58)

    • 7d02ed265420 feat(dashboard): viewport-fit pane sizing + per-sha hover cross-highlight
    Downloads