Skip to content

Commit

Permalink
Version 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
gharlan committed Oct 14, 2022
1 parent 99da961 commit f290bdf
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
Changelog
=========

Version 1.8 – 2022-10-15
------------------------

### Features

* New command `gh user/repo dev` opening repo in Visual Studio Code (Codespaces)
* New command `gh user/repo discussions`
* New command `gh my repos new`
* Search issues by title (`gh user/repo #search`)
* Archived repos with prefix `[Archived]` in subtitle
* Performance improvement

### Bugfixes

* Fix result display for non-PR issue IDs (@tobias-grasse)
* Fix git clone url, use new `x-github-client://` scheme


Version 1.7.1 – 2022-01-01
--------------------------

Expand Down
18 changes: 18 additions & 0 deletions info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -444,6 +444,24 @@ echo Workflow::getItemsAsXml();</string>
<string>Changelog
=========
Version 1.8 – 2022-10-15
------------------------
### Features
* New command `gh user/repo dev` opening repo in Visual Studio Code (Codespaces)
* New command `gh user/repo discussions`
* New command `gh my repos new`
* Search issues by title (`gh user/repo #search`)
* Archived repos with prefix `[Archived]` in subtitle
* Performance improvement
### Bugfixes
* Fix result display for non-PR issue IDs (@tobias-grasse)
* Fix git clone url, use new `x-github-client://` scheme
Version 1.7.1 – 2022-01-01
--------------------------
Expand Down

0 comments on commit f290bdf

Please sign in to comment.