Skip to content

Releases: viggomeesters/obsidian-git-viewer

0.3.1

09 Jun 13:29

Choose a tag to compare

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

08 Jun 14:00

Choose a tag to compare

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

08 Jun 13:21

Choose a tag to compare

Adds Select all and Unselect all controls to the Git Viewer commit panel.

0.2.0

08 Jun 13:06

Choose a tag to compare

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

08 Jun 12:47

Choose a tag to compare

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

08 Jun 07:32

Choose a tag to compare

Initial public release of Git Viewer. Lightweight read-only Git status sidebar for Obsidian with staged, changed, untracked, deleted, renamed, and conflicted groups.