Skip to content

Commit 7a8003a

Browse files
committed
Update readme/changelog
1 parent e4a0c67 commit 7a8003a

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

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

3+
## 1.31.2 - 2022-02-14
4+
5+
* Add checkbox 'Allow unrelated histories' when merge action. Thanks [@LaksVister](https://github.com/LaksVister).
6+
* New setting `git-graph.toolbarButtonVisibility` to configure the visibility of some items of the toolbar. For example: `{"Remotes": true, "Simplify": true}`
7+
* #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).
9+
310
## 1.31.1 - 2024-05-25
411
* #33 Add HEAD in branch filter. Thanks [@ipcjs](https://github.com/ipcjs).
512
This will set the branch filter to the current branch if `HEAD` is selected.

README.md

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

3-
Fork of mhutchies Git Graph with further improvements.
3+
Fork of mhutchie's Git Graph with further improvements.
44
Main improvements:
55

6+
* Added checkbox 'Allow unrelated histories' when merge action
7+
* New setting `git-graph.toolbarButtonVisibility` to configure the visibility of some items of the toolbar. For example: `{"Remotes": true, "Simplify": true}
8+
* Added simplifyByDecoration checkbox (hansu#33)
9+
* Fix right clicks triggers native context menu on macOS (hansu#38)
610
* Added button to jump to HEAD (hansu#14)
711
* Added collapse/expand buttons to commit diff view (hansu#6)
812
* Resize column width without header (hansu#4)

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.1",
4+
"version": "1.31.2",
55
"publisher": "hansu",
66
"author": {
77
"name": "Michael Hutchison",

0 commit comments

Comments
 (0)