Skip to content

Commit

Permalink
Versão 10.0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FilipePS committed Mar 5, 2024
1 parent fcb08ad commit 1889d5b
Show file tree
Hide file tree
Showing 8 changed files with 144 additions and 119 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/v10.0.0.4/TWP_10.0.0.4_Chromium.crx' version='10.0.0.4' status='ok' />
<updatecheck codebase='https://github.com/FilipePS/Traduzir-paginas-web/releases/download/v10.0.1.0/TWP_10.0.1.0_Chromium.crx' version='10.0.1.0' 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": "10.0.0.4",
"version": "10.0.1.0",
"browser_specific_settings": {
"gecko": { "strict_min_version": "64.0" }
},
"update_link": "https://github.com/FilipePS/Traduzir-paginas-web/releases/download/v10.0.0.4/TWP_10.0.0.4_Firefox.xpi"
"update_link": "https://github.com/FilipePS/Traduzir-paginas-web/releases/download/v10.0.1.0/TWP_10.0.1.0_Firefox.xpi"
}
]
}
Expand Down
14 changes: 7 additions & 7 deletions extra/package-lock.json

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

228 changes: 122 additions & 106 deletions package-lock.json

Large diffs are not rendered by default.

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": "10.0.0.4",
"version": "10.0.1.0",
"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": "10.0.0.4",
"version": "10.0.1.0",
"homepage_url": "https://github.com/FilipePS/Traduzir-paginas-web",
"browser_specific_settings": {
"gecko": {
Expand Down
9 changes: 9 additions & 0 deletions src/options/release-notes/en.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,15 @@
id="donationOverflow"></div>
</article>

<section>
<h4>10.0.1 - March 5, 2024</h4>
<ul>
<li>Fixed: Text-to-speech audio amplifier does not allow the PC to enter sleep mode</li>
<li>Some fixes to the color of the address bar extension icon</li>
<li>Defined minimum size for the translate button in the Android interface</li>
<li>Update interface translations</li>
</ul>
</section>
<section>
<h4>10.0 - February 20, 2024</h4>
<ul>
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/v10.0.0.4/TWP_10.0.0.4_Chromium.crx' version='10.0.0.4' status='ok' />
<updatecheck codebase='https://github.com/FilipePS/Traduzir-paginas-web/releases/download/v10.0.1.0/TWP_10.0.1.0_Chromium.crx' version='10.0.1.0' status='ok' />
</app>
</gupdate>

0 comments on commit 1889d5b

Please sign in to comment.