File tree Expand file tree Collapse file tree 2 files changed +36
-0
lines changed
Expand file tree Collapse file tree 2 files changed +36
-0
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
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+
422Version 1.7.1 – 2022-01-01
523--------------------------
624
Original file line number Diff line number Diff line change @@ -444,6 +444,24 @@ echo Workflow::getItemsAsXml();</string>
444444 <string >Changelog
445445=========
446446
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+
447465Version 1.7.1 – 2022-01-01
448466--------------------------
449467
You can’t perform that action at this time.
0 commit comments