-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #15 from erichbehrens/feature/handle-network-errors
Feature/handle network errors
- Loading branch information
Showing
6 changed files
with
91 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,38 @@ | ||
# Change Log | ||
|
||
## v1.5.1 | ||
|
||
- Improved network and auth error handling | ||
|
||
## v1.4.0 | ||
|
||
- Autostart extension with VS Code | ||
|
||
## v1.3.1 | ||
|
||
- Update readme with icons | ||
|
||
## v1.3.0 | ||
|
||
- Add configuration for refresh interval and to show/hide closed/merged pull requests | ||
- Major code cleanup | ||
|
||
## v1.2.0 | ||
|
||
- Changed name to *GitHub Pull Request Monitor* | ||
- Use more distinguishable icons for failing tests and conflicts | ||
- Show icon for comments | ||
- Improve showing icons for `approved` and `change requested` | ||
|
||
## v1.1.0 | ||
|
||
- Save user settings | ||
- Rename `setRepository` command to `enterRepositoryName` | ||
|
||
## v1.0.4 | ||
|
||
- Use `isomorphic-fetch` to support systems other than Windows | ||
|
||
## v1.0.0 | ||
|
||
- Initial release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
"displayName": "GitHub Pull Request Monitor", | ||
"description": "Monitors the status of GitHub pull requests. Checks for conflicts, status reports, reviews and whether the branch is up to date.", | ||
"icon": "icon.png", | ||
"version": "1.4.0", | ||
"version": "1.5.1", | ||
"publisher": "erichbehrens", | ||
"author": "Erich Behrens <[email protected]>", | ||
"license": "MIT", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters