1.0.0
February 12th, 2026
v1.0.0 — Initial Release
Statamic Changelog brings your project's git history into the control panel, so your team always knows what changed and when.
Features
- Git-powered changelog — Reads directly from your project's git log, no manual entries needed
- Unseen badge — Shows a count of new commits since you last checked, right in the top nav
- Per-user tracking — Each CP user has their own "last seen" state, stored as timestamps that survive rebases and history rewrites
- Commit filtering — Limit by path, author, or message pattern using regex
- Merge commit exclusion — Optionally hide merge commits for a cleaner log
- Statamic Git integration aware — One toggle to hide auto-commits from Statamic's built-in Git addon (filters out the default
Spockuser andContent savedmessages) - Configurable commit limit — Control how many recent commits to display
- Dark mode support — Fully styled for both light and dark CP themes
Requirements
- PHP 8.3+
- Statamic 6.0+
- Git available on the server
Installation
composer require eminos/statamic-changelog
That's it. The changelog icon appears in your CP top nav automatically.