Skip to content

Commit

Permalink
v3.1.1 #496 (#500)
Browse files Browse the repository at this point in the history
* fix: temporary disable release note page

* 3.1.1
  • Loading branch information
Robot-Inventor committed Jan 13, 2024
1 parent 470a64a commit 49765d1
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shadowban-scanner",
"version": "3.1.0",
"version": "3.1.1",
"description": "A browser extension that detects shadowbans on Twitter.",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 2 additions & 0 deletions src/ts/background.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ import browser from "webextension-polyfill";
*/
// eslint-disable-next-line max-statements
const onUpdated = (details: browser.Runtime.OnInstalledDetailsType, isJapanese: boolean): void => {
// Temporary disable release note page
return;
// Do nothing while development
if (details.previousVersion === browser.runtime.getManifest().version) return;

Expand Down
2 changes: 1 addition & 1 deletion userScript/en.user.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion userScript/ja.user.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion userScript/ko.user.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion userScript/zh_TW.user.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 49765d1

Please sign in to comment.