Releases: rfgamaral/git-graph-plus
Releases · rfgamaral/git-graph-plus
Release list
v0.10.0
0.10.0 (2026-09-15)
Bug Fixes
- anchor dialogs while their content changes height (cbb9656)
- check out the selected commit in detached HEAD state (ee61e25)
- choose the mainline parent when reverting merge commits (6c38d1b)
- display readable messages instead of localization keys (5ade3d5)
- distinguish valid signatures with unknown key trust (c2170dc)
- hide the open button on Git Graph tabs (9951ef5)
- improve interactive rebase alignment and dropdown behavior (3fb1c24)
- keep dialogs open when clicking outside (9e6d295)
- load history without waiting for signature verification (7500b31)
- make badges readable in light high-contrast themes (390ca23), closes hi#contrast
- preserve amend messages during autosquash (5ef75e4)
- reserve signature icon space only when enabled (1a5915e)
- respect native Git conflict editor preferences (aa13e27)
- show the committer when commit dates differ (2d6a70c)
- stabilize conflict status layout and widen file popovers (a198d52)
- use VS Code theme colors for file status labels (ad7d8fe)
Features
- add a View menu with per-repository visibility options (912a8f5)
- add Git-config-aware dependent branch updates for rebase (40d61d0)
- add Reflog view controls and keep search feedback separate (5aee307)
- choose the remote and destination branch when pushing (1a2e001)
- customize the date format behind relative timestamps (e2879dc)
- filter changed files and remember their list layout (18719b2)
- load older commits automatically while scrolling (1b88c4b)
- make graph lane spacing configurable with a 13px default (d1ed461)
- preview sidebar stashes in the Changes tab (fc4e78a)
- remember the diff layout globally (88d2cbb)
- restore Activity with command search and view controls (8033eb3)
- restore Git Graph tabs and working state (da84257)
- select HEAD when jumping and simplify the button states (7e8fddb)
- show lost reflog commits in the graph (dd4d7e7)
- simplify the graph layout and keep search inside its pane (ce7806b)
v0.9.0
0.9.0 (2026-09-11)
Bug Fixes
- add consistent padding to menu items and submenus (41bdfbf)
- use horizontal resize cursors for columns and the file divider (b7bb99e)
Features
- add an option to expand all branch sidebar folders by default (249ff9f)
- add persistent, customizable author color highlights (86e9dc8)
- add resizable graph columns with saved widths and auto-fit (da6e7ef)
- add right-side docking and an always-visible commit details mode (7cd19e6)
- remember git log source and branch filters per repository (28de4f0)
- render images, HTML, alerts, and footnotes in commit details (12d571e)
- replace fallback avatars with theme-aware geometric patterns (59b7c77)
- replace the commit details resize grip with a highlighted border (4f3649e)
- select branch tip commits by clicking branches in the sidebar (ff9fa7c)
- show missing and unconfigured upstreams in the branch sidebar (18b1e1f)
- show the HEAD commit title in bold in the git log (a7a4989)
v0.8.0
0.8.0 (2026-09-10)
Bug Fixes
- branches: drop the detached-HEAD pseudo-branch (0522b59), closes #65
- changes: compact single-child folders (3e94cef)
- details: clear a stale commit selection after refresh (f4280a6), closes #74
- graph: hide stashes until their base commit is loaded (#52) (c6c2a9a)
- graph: keep the search bar visible during a conflict (1cf557a), closes #69
- log: include detached HEAD as a walk start point (bd69572), closes #63
- markdown: decode escaped display text (d116796)
- markdown: render inline code entities correctly (b224118)
- rebase: autosquash amend! commits like git does (3572ac8), closes #62
- watcher: stop endless refresh inside a linked worktree (27ea27a)
Features
- avatar: resolve GitHub noreply emails and support per-email overrides (f8793ed)
- details: add gitGraphPlus.defaultCommitTab setting (f8cc32b), closes #72
- details: configurable date/time format (06c2400)
- details: focus the graph on a commit referenced from the details panel (3df33f7)
- details: relative day names for today/yesterday (f11f0c6)
- lfs: add gitGraphPlus.fetchLfsLocks setting (40981ba), closes #70