Skip to content

Commit 6963600

Browse files
committed
Update readme/changelog + demo.gif
1 parent 9c6adf8 commit 6963600

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGELOG.md

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

3+
## 1.31.3 - 2022-03-13
4+
5+
* #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.
6+
37
## 1.31.2 - 2022-02-14
48

59
* Add checkbox 'Allow unrelated histories' when merge action. Thanks [@LaksVister](https://github.com/LaksVister).
610
* New setting `git-graph.toolbarButtonVisibility` to configure the visibility of some items of the toolbar. For example: `{"Remotes": true, "Simplify": true}`
711
* #33 Add simplifyByDecoration checkbox. Thanks [@XUJINKAI](https://github.com/XUJINKAI).
8-
* #38 Fix right clicks triggers native context menu on macOS. Thanks [ipcjs](https://github.com/ipcjs).
12+
* #38 Fix right clicks triggers native context menu on macOS. Thanks [@ipcjs](https://github.com/ipcjs).
913

1014
## 1.31.1 - 2024-05-25
1115
* #33 Add HEAD in branch filter. Thanks [@ipcjs](https://github.com/ipcjs).

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# Git Graph extension for Visual Studio Code
22

3-
Fork of mhutchie's Git Graph with further improvements.
3+
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.
67
* Added checkbox 'Allow unrelated histories' when merge action
78
* New setting `git-graph.toolbarButtonVisibility` to configure the visibility of some items of the toolbar. For example: `{"Remotes": true, "Simplify": true}
89
* 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.2",
4+
"version": "1.31.3",
55
"publisher": "hansu",
66
"author": {
77
"name": "Michael Hutchison",

resources/demo.gif

100644100755
-405 KB
Loading

0 commit comments

Comments
 (0)