Skip to content

Commit f290bdf

Browse files
committed
Version 1.8
1 parent 99da961 commit f290bdf

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-0
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
11
Changelog
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+
422
Version 1.7.1 – 2022-01-01
523
--------------------------
624

info.plist

+18
Original file line numberDiff line numberDiff 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+
447465
Version 1.7.1 – 2022-01-01
448466
--------------------------
449467

0 commit comments

Comments
 (0)