Skip to content

Releases: TimDommett/Obsidian-Git-History-Reviewer

1.0.5

20 Jun 19:25
c5655fb

Choose a tag to compare

What's Changed

  • Incoming pull requests as an in-view mode + sticky file headers (refs #8) by @TimDommett in #13

Full Changelog: 1.0.4...1.0.5

1.0.4

20 Jun 12:46
658b005

Choose a tag to compare

What's Changed

  • Hide reviewed files toggle (replaces collapse-scroll; closes #11) by @TimDommett in #12

Full Changelog: 1.0.3...1.0.4

1.0.3

20 Jun 12:26
14c5ab4

Choose a tag to compare

What's Changed

  • docs: document cross-device review-state sync via Obsidian Sync by @TimDommett in #9
  • Slide next file under cursor on collapse (#6) by @TimDommett in #7

Full Changelog: 1.0.2...1.0.3

1.0.2

20 Jun 11:03
6babe3f

Choose a tag to compare

What's Changed

  • Fix no-unsupported-api (revealLeaf) + add ESLint; release 1.0.2 by @TimDommett in #5

Full Changelog: 1.0.1...1.0.2

1.0.1

20 Jun 10:44
1d76133

Choose a tag to compare

What's Changed

  • Address Obsidian plugin-review findings (1.0.1) by @TimDommett in #4

Full Changelog: 1.0.0...1.0.1

1.0.0

20 Jun 09:51
6f8cc1a

Choose a tag to compare

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.