Skip to content

Commit caf6369

Browse files
committed
Update readme/changelog
1 parent aac406c commit caf6369

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

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

3+
## 1.31.6 - 2025-09-19
4+
* #62 Add panel view and bulk commit operations. Thanks [@LeuciRemi](https://github.com/LeuciRemi).
5+
* Add support for viewing Git Graph in a panel and/or editor.
6+
Enable with setting `"git-graph.viewLocation": "panel"`.
7+
* Add multi-selection (Ctrl+click/Shift+click) for commits, add 'Squash Selected Commits' and 'Drop Selected Commits' action for selection
8+
* Add 'Reset Last Commit' functionality.
9+
* Add 'Edit Message' action to commit context menu.
10+
* Add 'Pull Branch' action to branch context menu with "Force Update" option.
11+
* Add 'Create Branch' action to branch context menu.
12+
313
## 1.31.5 - 2025-05-17
414
* #48 Fix file view. Bullets were added when toggling file tree/file list view. Thanks [@LariWa](https://github.com/LariWa).
515
* #30 Add setting for selection of single branch and/or author (thanks [@rgeorgiev583](https://github.com/rgeorgiev583)) and

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
Fork of mhutchie's Git Graph with further improvements.
44
Main improvements:
5-
5+
* Add support for viewing Git Graph in a panel. Change with setting `git-graph.viewLocation` (hansu#62)
6+
* Add multi-selection and several context menu actions (hansu#62)
67
* Selection of single branch and/or author. Can be activated with `git-graph.repository.singleBranchSelect` and `git-graph.repository.singleAuthorSelect`
78
* Added button to collapse commit summary (hansu#3)
89
* Added checkbox 'Allow unrelated histories' when merge action

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

0 commit comments

Comments
 (0)