From 8c2258a3312014131db414a7c7b80726dd1eb80d Mon Sep 17 00:00:00 2001 From: Ajay Date: Fri, 25 Jul 2025 02:13:47 -0400 Subject: [PATCH 1/3] Add notice about hook category change --- public/_locales | 2 +- src/components/SponsorTimeEditComponent.tsx | 18 ++++++++++++++++++ src/config.ts | 2 ++ 3 files changed, 21 insertions(+), 1 deletion(-) diff --git a/public/_locales b/public/_locales index 074c28fa4b..1e9eb279c9 160000 --- a/public/_locales +++ b/public/_locales @@ -1 +1 @@ -Subproject commit 074c28fa4b648ed611d9e0047d808318a76fe2d3 +Subproject commit 1e9eb279c97ff3abc58f4484114f6670597b2a6a diff --git a/src/components/SponsorTimeEditComponent.tsx b/src/components/SponsorTimeEditComponent.tsx index bf9f2d08d1..f60be36d32 100644 --- a/src/components/SponsorTimeEditComponent.tsx +++ b/src/components/SponsorTimeEditComponent.tsx @@ -11,6 +11,7 @@ import { asyncRequestToServer } from "../utils/requests"; import { defaultPreviewTime } from "../utils/constants"; import { getVideo, getVideoDuration } from "../../maze-utils/src/video"; import { AnimationUtils } from "../../maze-utils/src/animationUtils"; +import { Tooltip } from "../render/Tooltip"; export interface SponsorTimeEditProps { index: number; @@ -494,6 +495,23 @@ class SponsorTimeEditComponent extends React.Component Date: Fri, 25 Jul 2025 02:15:01 -0400 Subject: [PATCH 2/3] update translations --- public/_locales | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/_locales b/public/_locales index 1e9eb279c9..c9dcf1ec21 160000 --- a/public/_locales +++ b/public/_locales @@ -1 +1 @@ -Subproject commit 1e9eb279c97ff3abc58f4484114f6670597b2a6a +Subproject commit c9dcf1ec21c068c7b235fb146bb4922aa5b5706d From 0bca508004bf3dd4a16aef46275e2534ef6c3085 Mon Sep 17 00:00:00 2001 From: Ajay Date: Fri, 25 Jul 2025 02:15:15 -0400 Subject: [PATCH 3/3] bump version --- manifest/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest/manifest.json b/manifest/manifest.json index 9a351ca334..3073b6e5d5 100644 --- a/manifest/manifest.json +++ b/manifest/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_fullName__", "short_name": "SponsorBlock", - "version": "5.13.4", + "version": "5.14", "default_locale": "en", "description": "__MSG_Description__", "homepage_url": "https://sponsor.ajay.app",