Skip to main content

DeployLog Changelog

Latest updates and improvements

The changelog widget got a hardening pass:

  • All text coming from the API (entry types, versions, project names) is escaped before rendering.
  • Accent colors are validated before they touch your page.
  • Auto theme now follows system light and dark changes reliably.

Nothing changes in how you embed it. The snippet you already have keeps working.

The DeployLog dashboard has a cleaner, more consistent look, and public changelog pages now adapt to light and dark automatically, so entries stay readable whatever theme your readers use.

Under the hood: tighter billing and account security. Nothing you need to do.

We've made the DeployLog CLI faster to use. Update with npm install -g deploylog@latest.

New

  • dpl is a shorter alias for the deploylog command.
  • New short and long flags for push: -g/--git (--from-git), -a/--ai (--ai-summarize), -T (--type), -P (--publish), and -D (--draft).

Every existing command and flag still works, so nothing you've scripted breaks.

For example, deploylog push --from-git --ai-summarize is now just dpl push -g -a.

Stay updated

Get notified when we ship something new.