We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3a3e43 commit d7b6db4Copy full SHA for d7b6db4
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
All notable changes to the "gerrit" extension will be documented in this file.
4
5
+## 1.2.58
6
+
7
+- Add commands to mark files as reviewed or unreviewed and visually indicate the reviewed status of files in the change explorer
8
9
## 1.2.57
10
11
- Ensure custom arguments to `git-review` are passed to the `git-review` command when multiple changes
package.json
@@ -2,7 +2,7 @@
"name": "vscode--gerrit",
"displayName": "Gerrit",
"description": "VSCode gerrit integration",
- "version": "1.2.57",
+ "version": "1.2.58",
"engines": {
"vscode": "^1.74.0",
"node": ">=14.16.0"
0 commit comments