We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e07bb7 commit 1af2079Copy full SHA for 1af2079
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Change Log
2
3
+## 1.31.1 - 2024-05-25
4
+* #33 Add HEAD in branch filter. Thanks [@ipcjs](https://github.com/ipcjs).
5
+ This will set the branch filter to the current branch if `HEAD` is selected.
6
+
7
## 1.31.0 - 2023-05-16
8
* #14 Added button to jump to HEAD. Thanks [@QrackEE](https://github.com/QrackEE).
9
* #6 Add collapse/expand buttons to commit diff view.
package.json
@@ -1,7 +1,7 @@
{
"name": "git-graph-2",
"displayName": "Git Graph 2",
- "version": "1.31.0",
+ "version": "1.31.1",
"publisher": "hansu",
"author": {
"name": "Michael Hutchison",
0 commit comments