Skip to content

Commit

Permalink
Bumped version to 1.2, and updated the README
Browse files Browse the repository at this point in the history
  • Loading branch information
mepowerleo10 committed Nov 6, 2024
1 parent bb0dea6 commit a834893
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Changelog

## v1.1 2024-11-06
- Added support for searching Youtube by prefixing search with `y` *by [rtk-rnjn](https://github.com/rtk-rnjn)*
- Added support for searching Bing by prefixing search with `b` *by [rtk-rnjn](https://github.com/rtk-rnjn)*
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
# GNOMEShellBrowserSearchProvider
Adds online search functionality from GNOME search for popular search engines.

## Development
- To debug the extension during development, use the `debug.sh` script
- To package the extension use the `package.sh` script
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"uuid": "BrowserSearchProvider@mepowerleo10.github.io",
"name": "Browser Search Provider",
"description": "Adds a search provider to Open links, Search Google, and DuckDuckGo.",
"version": 1,
"version": 1.1,
"shell-version": ["45", "46", "47"],
"url": "https://github.com/mepowerleo10/GNOMEShellBrowserSearchProvider"
}
1 change: 1 addition & 0 deletions package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ mkdir $TMP_DIR
cp extension.js $TMP_DIR
cp metadata.json $TMP_DIR
cp README.md $TMP_DIR
cp CHANGELOG.md $TMP_DIR

cd $TMP_DIR
zip -r $WORKING_DIR/BrowserSearchProvider@mepowerleo10.github.io.zip .

0 comments on commit a834893

Please sign in to comment.