Changelog Pages Now Available in Markdown Format for LLM Integration
Your public changelog pages just got a lot smarter β literally. We've added the ability to serve your changelog content in plain Markdown format, making it trivially easy for Large Language Models (LLMs) and AI agents to parse, understand, and act on your release history.
π¬ How it works?
Simply append ?markdown=true to any Releasepad public changelog URL:
https://pro.releasepad.io/en/your-product?markdown=true
The response comes back as text/markdown with a clean, structured format:
# Product Name Changelog
Website: https://yourproduct.com
Total Posts: 47
---
## New Feature: Dark Mode Support
**Category:** Feature
**Published:** Jan 13, 2026 at 02:30 PM
We've added full dark mode support across the dashboard...
---
Page 1 of 5
Next page: /en/your-product?markdown=true&page=2π Automatic Discovery
We've implemented the <link rel="alternate" type="text/markdown"> tag in the HTML head of every changelog page. This follows the same pattern as RSS feed discovery, allowing LLMs and crawlers to automatically detect the machine-readable version without any manual configuration.
π₯ Why This Matters
Building an AI assistant that needs to know what changed in your product? Writing automated scripts that summarize releases? Feeding changelog data into RAG pipelines? Now your changelog is a first-class data source for any AI workflow.
Pagination is fully supported β LLMs can crawl through your entire release history page by page, with clear navigation links in the Markdown output.
π» Technical Details
- Content-Type: text/markdown; charset=utf-8
- Caching: Same 6-minute public cache as HTML pages
- All block types supported: paragraphs, headers, code blocks, ordered/unordered lists, images, and embeds
This is part of our ongoing effort to make ReleasePad the most integration-friendly changelog platform out there. Your release notes shouldn't be trapped in HTML β they should flow wherever your users (human or otherwise) need them. π€
Fixed: Lists Now Render Properly in Posts
Bullet points and numbered lists in your release notes were breaking visually β that's now sorted. Whether you're outlining features, listing bug fixes, or breaking down steps, your lists will display correctly with proper indentation and spacing.
Write structured content with confidence knowing it'll look exactly how you intended π―
- Item 1
- Item 2
- Item 3
- Item 1
- Item 2
- Item 3
Enjoy!
Code Blocks Now Supported in Post Descriptions π»
You can now include code snippets directly in your release notes! When writing technical updates, simply add code blocks and they'll render with a clean monospace font, subtle gray background, and proper formatting.
<div>
// Some HTML Code here
<div>Perfect for sharing API changes, configuration examples, or any technical details your users need to copy-paste. No more awkward workarounds to show code in your changelogs. π¨βπ»
Tighter Post Layout for Better Readability
We've fine-tuned the line spacing in changelog posts so your content feels more cohesive and easier to scan. Previously, paragraphs could appear a bit disconnected with excessive vertical space between lines β now everything flows together naturally π
This subtle adjustment reduces padding and brings your release notes closer together without feeling cramped, making the overall reading experience cleaner for your users.
β¨ New Feature: Widget Positioning
We've added a new display option that lets you place your widget as a sleek, minimized tab that sits along the edge of the page. Visitors can click the tab to expand and interact with the widget.
To use, just add widget-position="right" (or left) on your widget initialization code (see below for an example).
<div id="rp-widget" class="rp-container"
data-param="SFMyNTY.g2gDYYhuBgCDM3qEmgFiAAFRgA.t92-Lw1A04pdEzpnzFWGd_yjbKpKrK7Pa3AARGc_Www" lang="en"
data-user-metadata="" widget-style="tab" widget-position="right" widget-label="What's new" enable-animation="true"
preview='true'>
</div>Once you do you should see something like this:

π Bug Fix: Product Post Count Display
We identified and resolved an issue that was causing incorrect post counts to display on the products index and individual product public pages.
What was happening: The number of posts shown for each product wasn't reflecting the actual count, which could lead to confusion when browsing products or viewing product details.
What we fixed: We corrected the query logic responsible for calculating and displaying post counts. Products now accurately show the correct number of associated posts across both the products listing page and each product's public page.
No action required β this fix has been automatically applied.
π Bug Fix: Post View Counts Now Accurate
We identified and fixed a bug that was causing some post views to go uncounted. Previously, certain views weren't being recorded properly, which meant the view counts you saw were lower than your actual reach. π
What happened: A tracking issue was preventing views from being logged under specific conditions, resulting in underreported numbers across the platform.
What we fixed: Views are now being captured correctly. Your post view counts should reflect a more accurate (and likely higher) picture of your audience engagement. πβ¨
No action is needed on your partβthe fix has already been applied. If you notice your view counts looking healthier than before, that's why. π
β‘ Faster Widget + Release Notes in the Index
Weβve shipped an improvement that makes the widget faster and easier to use π. In addition to the speed boost, release notes are now visible directly in the widget index πβso you no longer need to open each post to see whatβs new.
Less clicking, quicker updates, and a smoother experience overall β¨β
Behind the Scenes: Foundation Work That Makes Everything Better
We've been heads-down on improvements you won't directly seeβbut you'll definitely feel.
Performance upgrades mean faster load times and smoother interactions throughout the app.
We've optimized database queries, reduced payload sizes, and fine-tuned our caching layers.
Code quality improvements make us more reliable and nimble. We've refactored legacy code, improved error handling, and expanded our automated testing coverageβall of which means fewer bugs and faster feature development ahead.
Not the flashiest update, but this foundation work matters. It's what lets us build better, move faster, and keep your experience rock-solid.
πͺ¨
A more simplified dashboard.
Weβre excited to announce the launch of our upgraded dashboard, designed to enhance your experience with greater flexibility and insight!
It now shows your public changelog page visits, total post views and published posts.

