From 5602f0a2aab240cc1fb23475c3b5bb55bfbebac4 Mon Sep 17 00:00:00 2001 From: James Date: Mon, 6 Nov 2023 15:09:46 +0000 Subject: [PATCH] content: updated update page --- package.json | 2 +- src/background/index.ts | 2 ++ src/tabs/review.tsx | 25 ++++++++++++++++++++++--- 3 files changed, 25 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 1c96567..7b83946 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "lighter-fuel-for-tinder", "displayName": "LighterFuel for tinder", - "version": "1.4.9", + "version": "1.5.0", "description": "LighterFuel helps you see when accounts were created, see enlarged photos and reverse image search photos!", "author": "James", "scripts": { diff --git a/src/background/index.ts b/src/background/index.ts index 8f93dc4..df84865 100644 --- a/src/background/index.ts +++ b/src/background/index.ts @@ -80,6 +80,8 @@ browser.runtime.onInstalled.addListener(async (object) => { }, }, ]); + } else if (object.reason === chrome.runtime.OnInstalledReason.UPDATE) { + browser.tabs.create({ url: browser.runtime.getURL('tabs/review.html') }); } } chrome.runtime.setUninstallURL('https://j4a.uk/projects/lighterfuel/uninstall'); diff --git a/src/tabs/review.tsx b/src/tabs/review.tsx index 439cbd3..e2e5296 100644 --- a/src/tabs/review.tsx +++ b/src/tabs/review.tsx @@ -7,7 +7,25 @@ const Review = () => ( logo
Lighterfuel Updates
-
+
+ v1.5.0: +
+
+ I've fixed the bug that was causing the extension to not work for non english speaking users. +
+
+ If Lighterfuel was broken for you and now works, please leave a positive review! +
+
+ + If you are still encountering errors, tell me via the feedback button in the extension, or emailing + {' '} + help@j4a.uk + . +
+
+ v1.4.9: +
Hi Everyone, Tinder has stopped sending the dates of when the photos were uploaded, however the account creation date is still being sent, so the age of the account is still accurate.

@@ -20,8 +38,9 @@ const Review = () => (

- - Leave a review + +
Leave a review
+