Skip to content

1.0.0

Choose a tag to compare

@github-actions github-actions released this 20 Jun 09:51
· 6 commits to main since this release
6f8cc1a

First release of Git History Reviewer — walk through every commit in your Obsidian vault's git history, read a dark-mode diff for each, and tick off the ones you've reviewed and approved (state stored locally so it never creates new commits).

Highlights

  • Per-file review circles with a live progress counter; tick a file to collapse it.
  • Auto-approve a commit once all its files are reviewed (optional, on by default), then auto-advance to the next.
  • Merge commits open straight to their full changes vs the first parent.
  • "Approve up to a date" bulk action for clearing out old auto-commits.
  • Filter (All / Needs review / Approved) and search by message, hash, or author.

Install manually

Download main.js, manifest.json, and styles.css into <vault>/.obsidian/plugins/git-history-reviewer/, then enable the plugin in Settings → Community plugins.