Skip to main content
OpenRemark

Changelog

Notes from each release. Newest first.

v0.6.1

July 7, 2026
  • Serial number column on the Administration users list
  • A user's site card in Administration now separates the two links: the domain opens the live site in a new tab, the rest of the card still opens the site's admin view
  • Clearer hover highlight on site cards in both light and dark mode
  • Removed the unused pg dependency

v0.6.0

June 29, 2026
  • Dashboard data fetching rebuilt on React Query — comments, users, sites, and team actions now apply instantly with automatic rollback if the request fails
  • Failed requests now surface a consistent toast instead of failing silently
  • Fixed the team page's member list going blank a moment after it loaded
  • Fixed broken-image icons for commenters and team members without a profile photo

v0.5.0

June 16, 2026
  • Site teams — invite people to a site as an admin or moderator, each with scoped access across moderation, settings, and team management
  • Invite by email: people without an account yet are added automatically the first time they sign in
  • Platform and site roles are now separate — the first registered user owns the instance, everyone else manages only the sites they belong to
  • Owner-only areas (ownership transfer, email/SMTP settings, danger zone) and the install/settings shortcuts now show only for the roles allowed to use them
  • Transferring a site keeps the team intact and demotes the previous owner to admin

v0.4.0

June 15, 2026
  • Public changelog page, linked from a badge in the homepage hero
  • Pricing section with Free and Early Bird (Lifetime Access) plans
  • Marketing and legal copy now lives in editable markdown content files
  • Widget keeps you signed in across visits, and falls back cleanly to the signed-out view when a stored token is rejected
  • Fluid type scale for the marketing and legal pages
  • Aligned the dashboard overview loading skeleton with the loaded layout, and applied radius tokens to Dialog and Tabs

v0.3.3

June 9, 2026
  • Terms of Service page
  • ProductHunt badge on the homepage
  • Replies in a thread now come back oldest-first
  • Sidebar refreshes when you switch sites
  • New demo page and banner video
  • Fixed the per-user email notification switch staying clickable when the site-level setting was off

v0.3.2

June 8, 2026
  • Moved site settings into one section per concern (general, snippet, appearance, transfer, email, danger zone). The single form was getting hard to live in.
  • Vercel redirects + rewrites for the new domain
  • Sign-in rewrite handled in the app, not at the edge
  • Updated email templates
  • New favicon, new GTM id

v0.3.1

June 7, 2026
  • /elements — a private design preview with tokens, components, controls, charts, and a sidebar mockup. Useful when iterating on the dashboard.
  • Logo is now driven by config.site, so self-hosters can swap it without touching code
  • Landing-page metadata (title, description, OG, favicon) reads from config.metadata
  • Reorganized the dashboard sidebar and restored a few missing design tokens
  • Tidied up the Email Notification settings card

v0.3.0

June 6, 2026
  • @mention autocomplete in the widget, with a profile tooltip on hover
  • Like notifications, a re-subscribe flow, and dedup for nested replies
  • Stopped sending repeat "you got a like" emails by tracking what was already notified
  • data-slug is optional now — the widget reads the slug from the page URL
  • Page cells in the comments table link straight to the live anchor on your site
  • Filter input on the pages panel, plus some hover-state cleanup
  • Fixed the SMTP "from" fallback

v0.2.0

June 4, 2026
  • Email notifications for new comments and replies, with React Email templates
  • SMTP credentials are per-site and live in the dashboard. You have to configure them before you can turn notifications on.
  • One-click unsubscribe links, plus an admin toggle per commenter in the users table
  • Clicking through from an email scrolls to the comment and highlights it
  • Reworked email error handling and tightened the self-reply guard
  • SMTP password field has a visibility toggle

v0.1.0-beta.2

June 3, 2026
  • Transfer a site to another owner from the settings page
  • Authors can see their own pending comments in the widget while they wait for moderation
  • Widget rewrite under the hood — targeted re-renders instead of nuking the list

v0.1.0-beta.1

May 19, 2026
  • First public beta.