Skip to content

Commit

Permalink
🦊 Add Firefox Extension
Browse files Browse the repository at this point in the history
  • Loading branch information
tannerhodges committed Sep 28, 2020
1 parent 9b58285 commit ce08c5c
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
8 changes: 7 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.0.1] - 2020-09-28

- Add Firefox extension.
- Improve regex to fix forms for repos that start with "wiki" (e.g., `/tannerhodges/wiki-plugin/wiki`).

## [1.0.0] - 2020-09-26

### Added

- First version!

[Unreleased]: https://github.com/tannerhodges/github-wiki-search/compare/v1.0.0...HEAD
[Unreleased]: https://github.com/tannerhodges/github-wiki-search/compare/v1.0.1...HEAD
[1.0.1]: https://github.com/tannerhodges/github-wiki-search/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/tannerhodges/github-wiki-search/releases/tag/v1.0.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "github-wiki-search",
"version": "1.0.0",
"version": "1.0.1",
"description": "Chrome extension for adding a simple search box to GitHub wikis.",
"keywords": [
"chrome",
Expand Down
4 changes: 3 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

Chrome extension for adding a simple search box to GitHub wikis.

πŸ‘‰ [Download from the Chrome Web Store](https://chrome.google.com/webstore/detail/github-wiki-search/neadealkfeligebmmolcibhbcdfplhhg).
πŸ‘‰ [Download Chrome Extension](https://chrome.google.com/webstore/detail/github-wiki-search/neadealkfeligebmmolcibhbcdfplhhg).

πŸ‘‰ [Download Firefox Extension](https://addons.mozilla.org/addon/github-wiki-search/).

![](./screenshots/example.png)

Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "GitHub Wiki Search",
"version": "1.0.0",
"version": "1.0.1",
"description": "Simple search box for GitHub wikis.",
"icons": {
"16": "icon-16.png",
Expand Down

0 comments on commit ce08c5c

Please sign in to comment.