From 51e08dc7b3d1acfff5b5ab6a7f410eef23408919 Mon Sep 17 00:00:00 2001 From: Max Date: Wed, 11 Dec 2024 18:47:57 +0100 Subject: [PATCH] 2.5.8 --- CHANGELOG.md | 4 ++++ manifest.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9777fd2..107c9b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +### 2.5.8 +- Fix shifted main results after Google search layout update +- Small appearance improvements for options page and extension popup + ### 2.5.7 - Added config for spacebar action (select focused, scroll to next, none) - Changed extension name to "Google Search Tweaker" diff --git a/manifest.json b/manifest.json index 81eb1c7..248f2a6 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 3, "default_locale": "en", "name": "Google Search Tweaker — tiled google search", - "version": "2.5.7", + "version": "2.5.8", "description": "__MSG_extensionDescription__", "icons": { "48": "icons/icon-new.png",