Skip to content

Commit

Permalink
Versão 9.9.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
FilipePS committed Sep 9, 2023
1 parent 6ef874b commit 6a8b1d9
Show file tree
Hide file tree
Showing 8 changed files with 172 additions and 172 deletions.
2 changes: 1 addition & 1 deletion dist/chromium/updates.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version='1.0' encoding='UTF-8'?>
<gupdate xmlns='http://www.google.com/update2/response' protocol='2.0'>
<app appid='bolggfoncklhniejomgplkjcllmnonbh'>
<updatecheck codebase='https://github.com/FilipePS/Traduzir-paginas-web/releases/download/v9.9.0.2/TWP_9.9.0.2_Chromium.crx' version='9.9.0.2' status='ok' />
<updatecheck codebase='https://github.com/FilipePS/Traduzir-paginas-web/releases/download/v9.9.0.3/TWP_9.9.0.3_Chromium.crx' version='9.9.0.3' status='ok' />
</app>
</gupdate>
4 changes: 2 additions & 2 deletions dist/firefox/updates.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"{036a55b4-5e72-4d05-a06c-cba2dfcc134a}": {
"updates": [
{
"version": "9.9.0.2",
"version": "9.9.0.3",
"browser_specific_settings": {
"gecko": { "strict_min_version": "64.0" }
},
"update_link": "https://github.com/FilipePS/Traduzir-paginas-web/releases/download/v9.9.0.2/TWP_9.9.0.2_Firefox.xpi"
"update_link": "https://github.com/FilipePS/Traduzir-paginas-web/releases/download/v9.9.0.3/TWP_9.9.0.3_Firefox.xpi"
}
]
}
Expand Down
6 changes: 3 additions & 3 deletions extra/package-lock.json

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

324 changes: 162 additions & 162 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/background/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ chrome.runtime.onInstalled.addListener((details) => {
let showReleaseNotes = false;
if (lastTimeShowingReleaseNotes) {
const date = new Date();
date.setDate(date.getDate() - 21);
date.setDate(date.getDate() - 26);
if (date.getTime() > lastTimeShowingReleaseNotes) {
showReleaseNotes = true;
lastTimeShowingReleaseNotes = Date.now();
Expand Down
2 changes: 1 addition & 1 deletion src/chrome_manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"default_locale": "en",
"name": "TWP - Translate Web Pages",
"description": "__MSG_extensionDescription__",
"version": "9.9.0.2",
"version": "9.9.0.3",
"homepage_url": "https://github.com/FilipePS/Traduzir-paginas-web",
"update_url": "https://raw.githubusercontent.com/FilipePS/Traduzir-paginas-web/master/dist/chromium/updates.xml",
"minimum_chrome_version": "70.0",
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"default_locale": "en",
"name": "TWP - Translate Web Pages",
"description": "__MSG_extensionDescription__",
"version": "9.9.0.2",
"version": "9.9.0.3",
"homepage_url": "https://github.com/FilipePS/Traduzir-paginas-web",
"browser_specific_settings": {
"gecko": {
Expand Down
2 changes: 1 addition & 1 deletion updates.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version='1.0' encoding='UTF-8'?>
<gupdate xmlns='http://www.google.com/update2/response' protocol='2.0'>
<app appid='bolggfoncklhniejomgplkjcllmnonbh'>
<updatecheck codebase='https://github.com/FilipePS/Traduzir-paginas-web/releases/download/v9.9.0.2/TWP_9.9.0.2_Chromium.crx' version='9.9.0.2' status='ok' />
<updatecheck codebase='https://github.com/FilipePS/Traduzir-paginas-web/releases/download/v9.9.0.3/TWP_9.9.0.3_Chromium.crx' version='9.9.0.3' status='ok' />
</app>
</gupdate>

0 comments on commit 6a8b1d9

Please sign in to comment.