§ · CHANGELOG

What we shipped.

Features, fixes, and tuning. Dated and dogfooded.

v1.4.2 · April 2026

Duplicate findings now collapse across PRs.

Suppression runs across your PR history, not just the current diff. A finding that already landed on the same file gets collapsed before it posts. Across 12,847 PRs last week, 62% of candidate findings never reached a comment.

improvement

v1.4.0 · April 2026

GitLab support.

CodeComments reviews GitLab merge requests with the same severity labels and suppression rules as the GitHub App. Self-hosted GitLab available on request.

new

v1.3.8 · March 2026

Severity scoring no longer factors in the author.

A bug in the 1.3 series weighted author history into severity. Labels now depend only on the finding. If a CRITICAL flipped to WARNING on re-review between mid-March and now, this was the cause.

fix