Skip to content

Release v0.6

Choose a tag to compare

@github-actions github-actions released this 04 Mar 10:21
· 14 commits to main since this release

Release v0.6

Changes in this release:

New AJAX endpoint snn_cc_check_comment (logged-in users only, guests excluded):

Toggle behavior: clicking Check marks it as checked with your user ID + timestamp. Clicking the ✅ again (by the same user) unchecks it.
Anyone can check any comment — intentional, so a developer can check a client's request after fixing it.
Frontend — popup behavior:

Not checked: a subtle ☑ Check button appears in the comment action row.
Checked: the button is replaced instantly with a green ✅ badge. Hovering shows a tooltip: "Checked by [Name] · 2h ago" — no page reload needed.
Frontend — page markers:

Checked comments get a green ring (box-shadow) around their circle marker on the page, plus a small green ✓ dot in the bottom-right corner.
Frontend — sidebar & All Comments panel:

Checked comments show a ✅ icon with a title="Checked by [Name]" tooltip in the sidebar item meta row.


Full Changelog: v0.5...v0.6