DEV Community

Martin Tan
Martin Tan

Posted on

Gisia 1.5.0: Group Labels, Better Diffs, and Smoother Reviews

Gisia 1.5.0 is here 🎉

Another release for Gisia, the self-hosted Git platform. This one focuses on making code
review feel better — from labeling work across a whole group to reading diffs and leaving
comments. Here's what's new.

🏷️ Group labels

Labels are no longer tied to a single project. You can now define labels at the group level
and reuse them across every project inside that group. Create a bug, needs-review, or
priority::high label once, and it's available everywhere it matters.

↕️ Expandable diff context

Reviewing a diff and want to see what's just above or below a hunk? You can now expand the
surrounding context directly on the diff page without jumping to the full file.

Review checkboxes on diffs

Each file in a diff gets a review checkbox — tick off files as you go and see at a glance how
much is left to review.

💬 A refreshed comment form

The comment form on discussions got a visual restyle — cleaner and nicer to write in.

🐛 Bug fixes

  • Fixed group members not showing in merge requests. ⬆️ Upgrading

Update image: gisia/gisia:1.5.0 in your docker-compose.yml, then run docker compose up -d

Top comments (0)