New in February 2026 — See what's new
DazlDocs
Feature Reference

History

The History panel shows a timeline of every change made to your project, with the ability to view diffs and restore previous versions.

The History panel shows a timeline of every change made to your project, with the ability to view diffs and restore previous versions.

The History panel showing revisions grouped by date

GitHub Connect

The GitHub Connect link appears in the panel header when your project is not yet connected to a GitHub repository. Click it to connect — once linked, you can push and pull commits from the top bar's GitHub button.

Revision Timeline

Revisions are grouped by date. Each entry shows:

  • Title — description of the change
  • AI / Manual label — source of the change
  • Timestamp
  • View changes — opens a diff showing exactly what was modified
  • Restore — rolls the project back to this revision

Viewing Diffs

Click View changes on any revision to see a side-by-side comparison of the code that was added, removed, or modified.

The diff view showing a side-by-side comparison of code changes, with removed lines in red and added lines in green

On this page