privacy

v2.4.0Jun 18, 2026
PerformanceUX

Faster search and new keyboard shortcuts

We overhauled the search index — results now appear in under 50ms. Added ⌘K to open global search and ⌘/ to open the shortcuts panel.

v2.3.0Jun 5, 2026
EditorNew

Markdown support in release notes

You can now write release notes in full Markdown — headings, code blocks, bold, links, everything.

Embed the changelog widget with one line:

import Patchly from 'patchly'

Patchly.init({ project: 'my-app', theme: 'light' })

Or drop in the script tag directly:

<script src="https://patchly.io/widget.js" data-project="my-app"></script>
v2.2.1May 28, 2026
Fix

Bug fixes and stability improvements

Fixed a race condition in the widget loader that caused duplicate entries on slow connections. Improved error messages across the dashboard.

v2.2.0May 12, 2026
New

Embeddable widget is live

Add one <script> tag to your site and your users see your latest changelog entries in a floating card. Fully themeable, zero dependencies.

Powered by Patchly