github fabriziosalmi/certmate v2.6.5
v2.6.5 - UI polish (top-nav icon centering + cert-detail serial wrap)

latest releases: v2.6.8, v2.6.7, v2.6.6...
4 hours ago

Two small UI fixes spotted in manual browser testing. No code path changes, no API surface change, no behavior change beyond pixels.

What landed

  • fix(nav): center desktop top-nav icons with their labels. The five top-nav links had -translate-y-px on the <i> pushing icons 1px above the text baseline. The parent <a> already does the right thing with inline-flex items-center; the nudge fought it. Dropping the translate restores flex centering.
  • fix(modal): wrap long cert serial numbers so they fit the modal. Serial field in the Client Certificate Details modal was a 30+ digit decimal with no break points -- overflowed the modal on the right edge. Render in font-mono text-xs break-all so the number wraps cleanly to a second line.

First release-shape PR under the new bump-inside-PR workflow.

Closes #200.

Don't miss a new certmate release

NewReleases is sending notifications on new releases.