Skip to content

Commit

Permalink
Merge pull request #26 from barclayd/release/1.0.6
Browse files Browse the repository at this point in the history
[RELEASE] 1.0.6
  • Loading branch information
barclayd authored Mar 22, 2021
2 parents 47f9036 + 7a379d2 commit f5f74b5
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 13 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.0.5] - 2021-03-22
## [1.0.6](https://github.com/barclayd/pr-finder/releases/tag/1.0.6) - 2021-03-22

### Added

Expand All @@ -14,3 +14,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed

- Updated README

## [1.0.5](https://github.com/barclayd/pr-finder/releases/tag/1.0.5) - 2021-03-22

### Changed

- Resolved missing files in bundled project
- Updated README
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# PR Finder VSCode Extension

***Reduce the development feedback loop and ship code quicker!***
**_Reduce the development feedback loop and ship code quicker!_**

Introducing PR Finder, a developer's best friend for being automatically notified about pull requests in the repositories that you care about.

<p align="center">
<img width="80%" alt="Screenshot 2021-03-22 at 11 05 00" src="https://user-images.githubusercontent.com/39765499/111980639-7c7fab00-8afe-11eb-9be1-736b05fa364d.png">
<img width="80%" alt="PR Finder main view" src="https://user-images.githubusercontent.com/39765499/111982853-5f98a700-8b01-11eb-88f9-4a37f07b4959.png">
</p>

Select repos you want to track and PR Finder will send you a notification when a pull request has been submitted. Once reviewed or merged, the PR will be marked off the list - making way for new PRs to review.
Expand All @@ -18,33 +18,33 @@ Use PR Finder to save the pain in notifying your teammates about PRs and let PR

## Features

* Search personal and organisation repos to track
* Get notifications of new PRs in the repos you care about
* Simple, intuitive UI that is right at home in VSCode
* Customise settings to your liking
- Search personal and organisation repos to track
- Get notifications of new PRs in the repos you care about
- Simple, intuitive UI that is right at home in VSCode
- Customise settings to your liking

<p align="center">
<img width="574" alt="Screenshot 2021-03-21 at 17 51 42" src="https://user-images.githubusercontent.com/39765499/111915707-83aba800-8a6f-11eb-9dbb-a133c03cff92.png">
<img width="80%" alt="PR Finder notification" src="https://user-images.githubusercontent.com/39765499/111915707-83aba800-8a6f-11eb-9dbb-a133c03cff92.png">
</p>

---

## Requirements

* Requires a GitHub account
- Requires a GitHub account

---

## Known Issues

* Support for GitHub Enterprise repos to come soon, in active development
- Support for GitHub Enterprise repos to come soon, in active development

---

## Release Notes

Users appreciate release notes as you update your extension.

### 1.0.0
### 1.0.6

Initial release of PR Finder
Initial release of PR Finder VSCode Extension
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"url": "https://github.com/barclayd/pr-finder"
},
"icon": "media/icon.png",
"version": "1.0.5",
"version": "1.0.6",
"engines": {
"vscode": "^1.52.0"
},
Expand Down

0 comments on commit f5f74b5

Please # to comment.