Releases: viggomeesters/obsidian-git-viewer
0.3.1
0.3.1
- Raise the minimum Obsidian version to 1.8.7 to match the workspace API used by the sidebar reveal flow.
- Shorten command IDs and command names for Community review.
- Await the sidebar reveal promise and remove redundant DOM element assertions.
- Rebuild release assets for Community review.
0.3.0
Adds a read-only History view next to Changes. History shows the latest 50 local commits, commit details with full hash/message/changed files, and a post-commit View in History shortcut. History uses local git log and git show --name-status only; push, pull, clone, branch management, discard, and reset remain out of scope.
0.2.1
Adds Select all and Unselect all controls to the Git Viewer commit panel.
0.2.0
Adds selected-file commits to Git Viewer. Select visible Git status rows, enter a commit message, and commit exactly those paths through a temporary Git index. Unselected staged files remain staged. Pull, push, clone, branch management, discard, and reset remain out of scope.
0.1.1
Patch release. Git Viewer now omits hidden/internal Git paths that Obsidian cannot open as vault files, keeps deleted entries visible but disabled, and removes push from the near-term roadmap.
0.1.0
Initial public release of Git Viewer. Lightweight read-only Git status sidebar for Obsidian with staged, changed, untracked, deleted, renamed, and conflicted groups.