Skip to content

Commit db654ae

Browse files
committed
Release 1.9.0
1 parent 83ddb76 commit db654ae

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
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;ARM64</Platforms>
9-
<Version>1.8.0</Version>
9+
<Version>$([System.IO.File]::ReadAllText('$(MSBuildThisFileDirectory)plugin.json').Split(',')[5].Split(':')[1].Trim().Trim('"'))</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.8.0",
7+
"Version": "1.9.0",
88
"Language": "csharp",
99
"Website": "https://github.com/TBM13/BrowserSearch",
1010
"ExecuteFileName": "Community.PowerToys.Run.Plugin.BrowserSearch.dll",

README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,19 @@ It reads your default browser's history, allowing you to search its entries and
1212
* Firefox
1313
* Google Chrome
1414
* Microsoft Edge (Chromium version)
15+
* Naver Whale
16+
* Opera
1517
* Opera GX (profile selection not supported)
1618
* Thorium
1719
* Vivaldi Browser
1820
* Waterfox
1921
* Wavebox
22+
* Zen Browser
2023

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

26+
**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.
27+
2328
## Install instructions
2429
* Exit PowerToys
2530
* Download latest version from [releases](https://github.com/TBM13/BrowserSearch/releases)
@@ -36,5 +41,5 @@ Support for any other browser based on Chromium or Firefox can be added easily.
3641
* Microsoft.Data.Sqlite.dll
3742
* PowerToys.Settings.UI.Lib.dll
3843
* Open the project in Visual Studio and build it in release mode
39-
* Copy the output folder `net8.0-windows` to `%LOCALAPPDATA%\Microsoft\PowerToys\PowerToys Run\Plugins\`
44+
* Copy the output folder `net9.0-windows` to `%LOCALAPPDATA%\Microsoft\PowerToys\PowerToys Run\Plugins\`
4045
* (Optional) Rename the copied folder to BrowserSearch

0 commit comments

Comments
 (0)