Releases: TimDommett/Obsidian-Git-History-Reviewer
Releases · TimDommett/Obsidian-Git-History-Reviewer
1.0.5
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
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
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
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
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
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.