Skip to content

Release v0.5

Choose a tag to compare

@github-actions github-actions released this 02 Mar 13:32
· 17 commits to main since this release

Release v0.5

Changes in this release:

What was added
Admin bar menu — a new 🌐 All Comments item appears under the "CC" menu alongside the existing "+ Add Comment" and "☰ View Comments" items.

Guest floating buttons — a 3rd 🌐 button is added for guest users who don't have an admin bar.

All-site slide-in panel (right side) — clicking "🌐 All Comments" opens a 350 px panel that:

Fetches comments from every page on the site via a new AJAX action (snn_cc_get_all_comments)
Groups comments by page (human-readable page name derived from the URL path), with a current badge on the page you're already on
Each comment item shows avatar, user name, truncated text, timestamp, and reply count
Click-to-navigate behavior:

Comment is on the current page → panel closes, page scrolls to the marker, and the comment popup opens immediately
Comment is on a different page → browser navigates to {page_url}?snn_view_comment={id} (guests also carry their token)


Full Changelog: v0.4...v0.5