Skip to content

Commit

Permalink
v3.1.6 (#801)
Browse files Browse the repository at this point in the history
* fix: temporarily disable the release note page

* 3.1.6
  • Loading branch information
Robot-Inventor authored Jun 16, 2024
1 parent c292f83 commit 9025e63
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 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.5",
"version": "3.1.6",
"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 @@ -8,6 +8,8 @@ import browser from "webextension-polyfill";
* @param isJapanese if the user's language is Japanese
*/
const onUpdated = (details: browser.Runtime.OnInstalledDetailsType, isJapanese: boolean): void => {
// Temporarily disable the release note page
return;
// Do nothing while development
if (details.previousVersion === browser.runtime.getManifest().version) return;

Expand Down

0 comments on commit 9025e63

Please sign in to comment.