Skip to content

Commit

Permalink
Release 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TBM13 committed Feb 12, 2024
1 parent f0a0024 commit 84500a2
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.3.1</Version>
<Version>1.4.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.3.1",
"Version": "1.4.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 @@ -7,9 +7,12 @@ It reads your default browser's history, allowing you to search its entries and
</p>

## 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)
Expand Down

0 comments on commit 84500a2

Please sign in to comment.