This release makes changelogs easier to scan and share by separating AI tags from GitHub PR labels, then letting readers filter entries by either one.
GitHub PR labels on entries
Entries can now store GitHub pull request labels in a dedicated GitHub Labels field, separate from AI-generated tags. This helps teams keep their existing GitHub labeling system visible in release notes.
If you use custom templates, GitHub labels are now available as the Liquid variable {{ entry.github_labels }}, alongside {{ entry.tags }}.
Filterable public changelogs, with display controls
All public changelog templates now include a filter bar that lets readers filter entries by tag or by GitHub label. Filter selections persist in the URL and carry through pagination, which makes filtered views easy to share.
You can also control visibility independently for AI tags and GitHub labels using new toggles in both built-in template customization and custom template settings.