Skip to content

Commit d5710ae

Browse files
v4.0.2 (#1854)
* feat: update release note URL * 4.0.2
1 parent 70dbfd0 commit d5710ae

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "shadowban-scanner",
3-
"version": "4.0.1",
3+
"version": "4.0.2",
44
"description": "A browser extension that detects shadowbans on X (formerly Twitter).",
55
"main": "index.js",
66
"type": "module",

src/ts/common/constants.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ const TRANSLATION_ATTRIBUTE = "data-sb-translation";
55
const SHADOW_TRANSLATION_ATTRIBUTE = "data-sb-shadow-translation";
66
const TWEMOJI_ATTRIBUTE = "data-sb-enable-twemoji";
77
const ALLOWED_TWEMOJI = ["✅", "🚫", "⚠️"] as const;
8-
const SHOW_RELEASE_NOTES = false;
8+
const SHOW_RELEASE_NOTES = true;
99

1010
const ONBOARDING_PATH = "html/initialSetup.html";
1111
const RELEASE_NOTE_URL = {
12-
en: "https://roboin.io/article/2025/06/29/shadowban-scanner-v4-0/en/",
13-
ja: "https://roboin.io/article/2025/06/29/shadowban-scanner-v4-0/"
12+
en: "https://roboin.io/article/en/2025/12/26/shadowban-scanner-v4-0-2/",
13+
ja: "https://roboin.io/article/2025/12/26/shadowban-scanner-v4-0-2/"
1414
} as const;
1515
const INSTRUCTION_URL = {
1616
en: "https://roboin.io/article/2023/09/30/detect-twitter-shadowban/en/#usage",

0 commit comments

Comments
 (0)