diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2022-09-28 10:11:40 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2022-09-28 10:11:40 -0400 |
| commit | 19a8556d19770eeaaa4982cee5fe9f2f81f2799f (patch) | |
| tree | c712af7c16d5062243b1fb348e1145edb0436522 | |
| parent | c5c2bf33b669541b495708552948f35a654864d5 (diff) | |
drop ACTION_WEB_SEARCH from QuickSearchBox
| -rw-r--r-- | static/releases.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html index e3d84b5e..d2857798 100644 --- a/static/releases.html +++ b/static/releases.html @@ -596,6 +596,7 @@ <li>Gallery: hide obsolete menu items</li> <li>Vanadium: update Chromium base to 106.0.5249.65</li> <li>Vanadium: add handling for ACTION_WEB_SEARCH intent</li> + <li>QuickSearchBox: drop handling for ACTION_WEB_SEARCH since Vanadium now handles it directly along with certain other browsers like Brave which makes more sense than having a search app pass it to the browser with a separate default search engine</li> </ul> </article> --> |
