Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
noraj committed Oct 11, 2020
1 parent ef41a5a commit 40b1d91
Show file tree
Hide file tree
Showing 9 changed files with 33 additions and 15 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [Unreleased]

## [1.0.1]

- Add author & homepage_url to extensions' manifest

## [1.0.0]

- Initial version
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "firefox-extension-arch-search",
"version": "1.0.0",
"version": "1.0.1",
"license": "MIT",
"description": "A set of Web Extensions that adds ArchLinux (bug tracker, forum, packages, wiki, AUR) as a search engine to the Firefox browser.",
"author": "noraj",
Expand Down
6 changes: 4 additions & 2 deletions web-extensions/arch-aur/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "ArchLinux AUR Search",
"short_name": "archlinux_search_aur",
"description": "Adds ArchLinux AUR as a search engine.",
"version": "1.0.0",
"version": "1.0.1",
"icons": {
"16": "icons/arch.svg",
"64": "icons/arch.svg",
Expand All @@ -22,5 +22,7 @@
"id": "[email protected]",
"strict_min_version": "55.0"
}
}
},
"author": "noraj",
"homepage_url": "https://github.com/noraj/firefox-extension-arch-search"
}
6 changes: 4 additions & 2 deletions web-extensions/arch-bugs-fs/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "ArchLinux Bugtracker (by FS) Search",
"short_name": "archlinux_search_bugs_fs",
"description": "Adds ArchLinux Bugtracker (by FS) as a search engine.",
"version": "1.0.0",
"version": "1.0.1",
"icons": {
"16": "icons/arch.svg",
"64": "icons/arch.svg",
Expand All @@ -22,5 +22,7 @@
"id": "[email protected]",
"strict_min_version": "55.0"
}
}
},
"author": "noraj",
"homepage_url": "https://github.com/noraj/firefox-extension-arch-search"
}
6 changes: 4 additions & 2 deletions web-extensions/arch-bugs-t/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "ArchLinux Bugtracker (by text) Search",
"short_name": "archlinux_search_bugs_t",
"description": "Adds ArchLinux Bugtracker (by text) as a search engine.",
"version": "1.0.0",
"version": "1.0.1",
"icons": {
"16": "icons/arch.svg",
"64": "icons/arch.svg",
Expand All @@ -22,5 +22,7 @@
"id": "[email protected]",
"strict_min_version": "55.0"
}
}
},
"author": "noraj",
"homepage_url": "https://github.com/noraj/firefox-extension-arch-search"
}
6 changes: 4 additions & 2 deletions web-extensions/arch-forum-a/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "ArchLinux Forum (by author) Search",
"short_name": "archlinux_search_forum_a",
"description": "Adds ArchLinux Forum (by author) as a search engine.",
"version": "1.0.0",
"version": "1.0.1",
"icons": {
"16": "icons/arch.svg",
"64": "icons/arch.svg",
Expand All @@ -22,5 +22,7 @@
"id": "[email protected]",
"strict_min_version": "55.0"
}
}
},
"author": "noraj",
"homepage_url": "https://github.com/noraj/firefox-extension-arch-search"
}
6 changes: 4 additions & 2 deletions web-extensions/arch-forum-k/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "ArchLinux Forum (by keywords) Search",
"short_name": "archlinux_search_forum_k",
"description": "Adds ArchLinux Forum (by keywords) as a search engine.",
"version": "1.0.0",
"version": "1.0.1",
"icons": {
"16": "icons/arch.svg",
"64": "icons/arch.svg",
Expand All @@ -22,5 +22,7 @@
"id": "[email protected]",
"strict_min_version": "55.0"
}
}
},
"author": "noraj",
"homepage_url": "https://github.com/noraj/firefox-extension-arch-search"
}
6 changes: 4 additions & 2 deletions web-extensions/arch-pkgs/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "ArchLinux Packages Search",
"short_name": "archlinux_search_pkgs",
"description": "Adds ArchLinux Packages as a search engine.",
"version": "1.0.0",
"version": "1.0.1",
"icons": {
"16": "icons/arch.svg",
"64": "icons/arch.svg",
Expand All @@ -22,5 +22,7 @@
"id": "[email protected]",
"strict_min_version": "55.0"
}
}
},
"author": "noraj",
"homepage_url": "https://github.com/noraj/firefox-extension-arch-search"
}
6 changes: 4 additions & 2 deletions web-extensions/arch-wiki/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "ArchLinux Wiki Search",
"short_name": "archlinux_search_wiki",
"description": "Adds ArchLinux Wiki as a search engine.",
"version": "1.0.0",
"version": "1.0.1",
"icons": {
"16": "icons/arch.svg",
"64": "icons/arch.svg",
Expand All @@ -22,5 +22,7 @@
"id": "[email protected]",
"strict_min_version": "55.0"
}
}
},
"author": "noraj",
"homepage_url": "https://github.com/noraj/firefox-extension-arch-search"
}

0 comments on commit 40b1d91

Please sign in to comment.