What's new in v0.1.0

v0.1.0 May 20, 2026

First tracked release. Early beta. Earlier history not recorded — see git log for changes prior to release-tracker adoption.

Release Tracker

Release Tracker

Surface your app's release notes and dependency versions inside the panel — and record new releases as migrations, so the changelog ships with the deploy.

Releases as migrations

release:add generates a migration that upserts the version row — so the changelog history ships and deploys with your code. No runtime API to remember.

Dashboard widget

A pinned, full-width widget shows the running version plus the resolved PHP / Laravel / Filament / panel-base versions read from composer.lock.

Installed-plugin changelogs

Auto-discovers vendor-prefixed packages (codenzia/* by default) and surfaces their CHANGELOG entries in an "Installed Plugins" tab.

"What's new" modal

A one-time, non-blocking banner tells each operator what changed since they last signed in — tracked per user, never nags twice.

Full Releases CRUD

A Filament resource (List / Create / View / Edit) under the System group for editing version notes by hand when you prefer.

Composable toggles

Drop any surface you do not want with ->withoutResource(), ->withoutDashboardWidget(), or ->withoutWhatsNewModal(). Filament v4 + v5.

Open the Releases resource

The dashboard widget (top of /admin) shows the running version + dependency versions live.

Installation

Register the plugin

Record a release (it becomes a migration)

The killer idea: release:add writes a migration that upserts the version row. Commit it, deploy it, and the changelog history is updated everywhere automatically — no runtime API to call.

Choose which installed plugins surface

The widget auto-discovers vendor-prefixed packages and reads their CHANGELOG.md. Point it at your own vendor prefixes.

Powered by Codenzia
✓ Thanks! We read every message.