From 7b9b72644cc7a84d74535b4bb35e631e228ff7d3 Mon Sep 17 00:00:00 2001 From: Oliver Date: Fri, 26 Jul 2024 15:26:06 +0200 Subject: [PATCH 1/3] Fix range selection timestamps not matching the sent timestamps --- external/@worldbrain/memex-common | 2 +- src/search-injection/components/youtubeActionBar.tsx | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/external/@worldbrain/memex-common b/external/@worldbrain/memex-common index 755bfcdbc8..b5bbcbb8a9 160000 --- a/external/@worldbrain/memex-common +++ b/external/@worldbrain/memex-common @@ -1 +1 @@ -Subproject commit 755bfcdbc8243d082e29c68ff099c680a07b7d53 +Subproject commit b5bbcbb8a91182cdcb2269516e0df4c877a21268 diff --git a/src/search-injection/components/youtubeActionBar.tsx b/src/search-injection/components/youtubeActionBar.tsx index c66205330a..c88cb5166b 100644 --- a/src/search-injection/components/youtubeActionBar.tsx +++ b/src/search-injection/components/youtubeActionBar.tsx @@ -1110,6 +1110,9 @@ export default class YoutubeButtonMenu extends React.Component { ) }} videoDuration={this.state.videoDuration} + calculateRangeInSeconds={ + this.calculateRangeInSeconds + } /> )} From d41e4ac5d4a0dbb8daade3e4a6bf2ae27986fd48 Mon Sep 17 00:00:00 2001 From: Oliver Date: Sat, 27 Jul 2024 02:53:48 +0200 Subject: [PATCH 2/3] Fix bug where text with " would not properly be detected in AI context --- external/@worldbrain/memex-common | 2 +- src/in-page-ui/ribbon/react/components/ribbon.tsx | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/external/@worldbrain/memex-common b/external/@worldbrain/memex-common index b5bbcbb8a9..b1a422f1e9 160000 --- a/external/@worldbrain/memex-common +++ b/external/@worldbrain/memex-common @@ -1 +1 @@ -Subproject commit b5bbcbb8a91182cdcb2269516e0df4c877a21268 +Subproject commit b1a422f1e94e4fb2dbd0f12dfb46ed934613e890 diff --git a/src/in-page-ui/ribbon/react/components/ribbon.tsx b/src/in-page-ui/ribbon/react/components/ribbon.tsx index bad9aa752c..ec2a88b1d2 100644 --- a/src/in-page-ui/ribbon/react/components/ribbon.tsx +++ b/src/in-page-ui/ribbon/react/components/ribbon.tsx @@ -1966,8 +1966,9 @@ export default class Ribbon extends Component { - One Click: More Options -
Double Click: Instant remove action bar + Close Action Bar +
Shift+Click to disable
+ or block on page } placement={ From a6c8d3cd3c2b7b2df6eab31b3513e8d8786e91c4 Mon Sep 17 00:00:00 2001 From: Oliver Date: Sat, 27 Jul 2024 02:54:15 +0200 Subject: [PATCH 3/3] bump version to 3.20.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 90169fc6fe..07edaf0249 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "worldbrain-extension", - "version": "3.20.2", + "version": "3.20.3", "homepage": "https://memex.garden", "repository": "https://github.com/WorldBrain/Memex", "scripts": {