Skip to content

Commit f3d2aba

Browse files
committed
Update readme/changelog
1 parent cd98666 commit f3d2aba

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Change Log
22

3+
## 1.31.4 - 2025-03-26
4+
5+
* #47 Fix "Commit summary always hides when switching focus(#46)". Thanks [@LariWa](https://github.com/LariWa).
6+
The setting `git-graph.commitDetailsView.initiallyHideSummary` is removed as Git Graph remembers the last state (per folder).
7+
38
## 1.31.3 - 2025-03-13
49

510
* #3 Add button to collapse commit summary. Thanks [@LariWa](https://github.com/LariWa). The setting `git-graph.commitDetailsView.initiallyHideSummary` controls whether the commit summary is collapsed (hidden) or expanded when starting Git Graph.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Fork of mhutchie's Git Graph with further improvements.
44
Main improvements:
55

6-
* Added button to collapse commit summary (hansu#3). Set `"git-graph.commitDetailsView.initiallyHideSummary": "true"`to hide the commit summary by default.
6+
* Added button to collapse commit summary (hansu#3)
77
* Added checkbox 'Allow unrelated histories' when merge action
88
* New setting `git-graph.toolbarButtonVisibility` to configure the visibility of some items of the toolbar. For example: `{"Remotes": true, "Simplify": true}
99
* Added simplifyByDecoration checkbox (hansu#33)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "git-graph-2",
33
"displayName": "Git Graph 2",
4-
"version": "1.31.3",
4+
"version": "1.31.4",
55
"publisher": "hansu",
66
"author": {
77
"name": "Michael Hutchison",

0 commit comments

Comments
 (0)