Skip to content

Commit

Permalink
Release 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TBM13 committed Mar 16, 2024
1 parent 46509a7 commit 376fac4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion BrowserSearch/BrowserSearch.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<UseWPF>true</UseWPF>
<AssemblyName>Community.PowerToys.Run.Plugin.$(MSBuildProjectName)</AssemblyName>
<Platforms>AnyCPU;x64</Platforms>
<Version>1.4.0</Version>
<Version>1.5.0</Version>
</PropertyGroup>

<!-- These libraries can be copied from any installation of PowerToys -->
Expand Down
2 changes: 1 addition & 1 deletion BrowserSearch/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"IsGlobal": true,
"Name": "Browser Search",
"Author": "TBM13",
"Version": "1.4.0",
"Version": "1.5.0",
"Language": "csharp",
"Website": "https://github.com/TBM13/BrowserSearch",
"ExecuteFileName": "Community.PowerToys.Run.Plugin.BrowserSearch.dll",
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ It reads your default browser's history, allowing you to search its entries and
* Brave
* Google Chrome
* Microsoft Edge (Chromium version)
* Thorium
* Vivaldi Browser
* Wavebox

Support for any other Chromium-based browser can be added easily. If yours is not listed here, open an issue.

Expand Down

0 comments on commit 376fac4

Please sign in to comment.