From 4530e69a8964d8eab5b7cd42dd3eaafbfbe91ca8 Mon Sep 17 00:00:00 2001 From: Jonny Buchanan Date: Thu, 23 Jan 2025 22:33:58 +1000 Subject: [PATCH] Release v1.0.4 - Added hiding product comparison AI Overview on desktop and mobile - Fixed hiding another dynamic AI Overview variant on desktop - Fixed mobile CSS hiding search results when the AI Overview appears somewhere other than the first search result (e.g. product comparison) --- manifest.mv2.json | 2 +- manifest.mv3.json | 2 +- .../project.pbxproj | 8 ++++---- safari/Shared (Extension)/Resources/manifest.json | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/manifest.mv2.json b/manifest.mv2.json index 10b9e44..ab012bb 100644 --- a/manifest.mv2.json +++ b/manifest.mv2.json @@ -4,7 +4,7 @@ "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", "homepage_url": "https://soitis.dev/ai-overview-hider-for-google", - "version": "1.0.3", + "version": "1.0.4", "icons": { "16": "icons/icon16.png", "32": "icons/icon32.png", diff --git a/manifest.mv3.json b/manifest.mv3.json index 20468e7..35e0e45 100644 --- a/manifest.mv3.json +++ b/manifest.mv3.json @@ -4,7 +4,7 @@ "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", "homepage_url": "https://soitis.dev/ai-overview-hider-for-google", - "version": "1.0.3", + "version": "1.0.4", "icons": { "16": "icons/icon16.png", "32": "icons/icon32.png", diff --git a/safari/AI Overview Hider for Google.xcodeproj/project.pbxproj b/safari/AI Overview Hider for Google.xcodeproj/project.pbxproj index 9c5927f..ad21b11 100644 --- a/safari/AI Overview Hider for Google.xcodeproj/project.pbxproj +++ b/safari/AI Overview Hider for Google.xcodeproj/project.pbxproj @@ -868,7 +868,7 @@ CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 4; + CURRENT_PROJECT_VERSION = 5; DEBUG_INFORMATION_FORMAT = dwarf; ENABLE_STRICT_OBJC_MSGSEND = YES; ENABLE_TESTABILITY = YES; @@ -888,7 +888,7 @@ GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; LOCALIZATION_PREFERS_STRING_CATALOGS = YES; - MARKETING_VERSION = 1.0.3; + MARKETING_VERSION = 1.0.4; MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; MTL_FAST_MATH = YES; ONLY_ACTIVE_ARCH = YES; @@ -931,7 +931,7 @@ CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 4; + CURRENT_PROJECT_VERSION = 5; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; ENABLE_NS_ASSERTIONS = NO; ENABLE_STRICT_OBJC_MSGSEND = YES; @@ -945,7 +945,7 @@ GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; LOCALIZATION_PREFERS_STRING_CATALOGS = YES; - MARKETING_VERSION = 1.0.3; + MARKETING_VERSION = 1.0.4; MTL_ENABLE_DEBUG_INFO = NO; MTL_FAST_MATH = YES; SWIFT_COMPILATION_MODE = wholemodule; diff --git a/safari/Shared (Extension)/Resources/manifest.json b/safari/Shared (Extension)/Resources/manifest.json index 27c0650..62de757 100644 --- a/safari/Shared (Extension)/Resources/manifest.json +++ b/safari/Shared (Extension)/Resources/manifest.json @@ -4,7 +4,7 @@ "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", "homepage_url": "https://soitis.dev/ai-overview-hider-for-google", - "version": "1.0.3", + "version": "1.0.4", "icons": { "48": "icon48.png", "96": "icon96.png",