Skip to content

Commit

Permalink
Release 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TBM13 committed Feb 22, 2025
1 parent 83ddb76 commit db654ae
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 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;ARM64</Platforms>
<Version>1.8.0</Version>
<Version>$([System.IO.File]::ReadAllText('$(MSBuildThisFileDirectory)plugin.json').Split(',')[5].Split(':')[1].Trim().Trim('"'))</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.8.0",
"Version": "1.9.0",
"Language": "csharp",
"Website": "https://github.com/TBM13/BrowserSearch",
"ExecuteFileName": "Community.PowerToys.Run.Plugin.BrowserSearch.dll",
Expand Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,19 @@ It reads your default browser's history, allowing you to search its entries and
* Firefox
* Google Chrome
* Microsoft Edge (Chromium version)
* Naver Whale
* Opera
* Opera GX (profile selection not supported)
* Thorium
* Vivaldi Browser
* Waterfox
* Wavebox
* Zen Browser

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

**NOTE**: Some browsers share the same ID. For example, if you have both Opera and Opera Developer installed, only the history of Opera will be loaded no matter which one of them is set as the default browser since we can't differentiate them by their ID.

## Install instructions
* Exit PowerToys
* Download latest version from [releases](https://github.com/TBM13/BrowserSearch/releases)
Expand All @@ -36,5 +41,5 @@ Support for any other browser based on Chromium or Firefox can be added easily.
* Microsoft.Data.Sqlite.dll
* PowerToys.Settings.UI.Lib.dll
* Open the project in Visual Studio and build it in release mode
* Copy the output folder `net8.0-windows` to `%LOCALAPPDATA%\Microsoft\PowerToys\PowerToys Run\Plugins\`
* Copy the output folder `net9.0-windows` to `%LOCALAPPDATA%\Microsoft\PowerToys\PowerToys Run\Plugins\`
* (Optional) Rename the copied folder to BrowserSearch

0 comments on commit db654ae

Please sign in to comment.