File tree 2 files changed +36
-0
lines changed
2 files changed +36
-0
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
+ Version 1.8 – 2022-10-15
5
+ ------------------------
6
+
7
+ ### Features
8
+
9
+ * New command ` gh user/repo dev ` opening repo in Visual Studio Code (Codespaces)
10
+ * New command ` gh user/repo discussions `
11
+ * New command ` gh my repos new `
12
+ * Search issues by title (` gh user/repo #search ` )
13
+ * Archived repos with prefix ` [Archived] ` in subtitle
14
+ * Performance improvement
15
+
16
+ ### Bugfixes
17
+
18
+ * Fix result display for non-PR issue IDs (@tobias-grasse )
19
+ * Fix git clone url, use new ` x-github-client:// ` scheme
20
+
21
+
4
22
Version 1.7.1 – 2022-01-01
5
23
--------------------------
6
24
Original file line number Diff line number Diff line change @@ -444,6 +444,24 @@ echo Workflow::getItemsAsXml();</string>
444
444
<string >Changelog
445
445
=========
446
446
447
+ Version 1.8 – 2022-10-15
448
+ ------------------------
449
+
450
+ ### Features
451
+
452
+ * New command `gh user/repo dev` opening repo in Visual Studio Code (Codespaces)
453
+ * New command `gh user/repo discussions`
454
+ * New command `gh my repos new`
455
+ * Search issues by title (`gh user/repo #search`)
456
+ * Archived repos with prefix `[Archived]` in subtitle
457
+ * Performance improvement
458
+
459
+ ### Bugfixes
460
+
461
+ * Fix result display for non-PR issue IDs (@tobias-grasse)
462
+ * Fix git clone url, use new `x-github-client://` scheme
463
+
464
+
447
465
Version 1.7.1 – 2022-01-01
448
466
--------------------------
449
467
You can’t perform that action at this time.
0 commit comments