Skip to content

Commit 84500a2

Browse files
committed
Release 1.4.0
1 parent f0a0024 commit 84500a2

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

BrowserSearch/BrowserSearch.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<UseWPF>true</UseWPF>
77
<AssemblyName>Community.PowerToys.Run.Plugin.$(MSBuildProjectName)</AssemblyName>
88
<Platforms>AnyCPU;x64</Platforms>
9-
<Version>1.3.1</Version>
9+
<Version>1.4.0</Version>
1010
</PropertyGroup>
1111

1212
<!-- These libraries can be copied from any installation of PowerToys -->

BrowserSearch/plugin.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"IsGlobal": true,
55
"Name": "Browser Search",
66
"Author": "TBM13",
7-
"Version": "1.3.1",
7+
"Version": "1.4.0",
88
"Language": "csharp",
99
"Website": "https://github.com/TBM13/BrowserSearch",
1010
"ExecuteFileName": "Community.PowerToys.Run.Plugin.BrowserSearch.dll",

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,12 @@ It reads your default browser's history, allowing you to search its entries and
77
</p>
88

99
## Supported browsers
10+
* Brave
1011
* Google Chrome
1112
* Microsoft Edge (Chromium version)
1213

14+
Support for any other Chromium-based browser can be added easily. If yours is not listed here, open an issue.
15+
1316
## Install instructions
1417
* Exit PowerToys
1518
* Download latest version from [releases](https://github.com/TBM13/BrowserSearch/releases)

0 commit comments

Comments
 (0)