Skip to content

v1.19.0

Choose a tag to compare

@github-actions github-actions released this 02 Jul 13:12

Editing a comment now shows the original text instead of a blank box.

feat

  • New GET /api/v1/comments/:id/source endpoint returns a comment's raw markdown to its author, gated exactly like the edit PATCH (author-only, within the edit window).

fix

  • The widget's edit form prefills with the original markdown instead of opening empty, so authors no longer retype from scratch. Save stays disabled until the source loads.

Notes

  • No new env vars — reuses the existing EDIT_WINDOW_MINUTES.
  • No database migration. No breaking changes; npm run upgrade is a straight pull.

Full changelog: v1.18.0...v1.19.0