diff --git a/BrowserSearch/BrowserSearch.csproj b/BrowserSearch/BrowserSearch.csproj index 8168cb3..dba891e 100644 --- a/BrowserSearch/BrowserSearch.csproj +++ b/BrowserSearch/BrowserSearch.csproj @@ -6,7 +6,7 @@ true Community.PowerToys.Run.Plugin.$(MSBuildProjectName) AnyCPU;x64 - 1.3.1 + 1.4.0 diff --git a/BrowserSearch/plugin.json b/BrowserSearch/plugin.json index e696f61..456dd7f 100644 --- a/BrowserSearch/plugin.json +++ b/BrowserSearch/plugin.json @@ -4,7 +4,7 @@ "IsGlobal": true, "Name": "Browser Search", "Author": "TBM13", - "Version": "1.3.1", + "Version": "1.4.0", "Language": "csharp", "Website": "https://github.com/TBM13/BrowserSearch", "ExecuteFileName": "Community.PowerToys.Run.Plugin.BrowserSearch.dll", diff --git a/README.md b/README.md index 4f53b67..67af176 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,12 @@ It reads your default browser's history, allowing you to search its entries and

## Supported browsers +* Brave * Google Chrome * Microsoft Edge (Chromium version) +Support for any other Chromium-based browser can be added easily. If yours is not listed here, open an issue. + ## Install instructions * Exit PowerToys * Download latest version from [releases](https://github.com/TBM13/BrowserSearch/releases)