Skip to content

Commit

Permalink
Versão 9.8.0b0
Browse files Browse the repository at this point in the history
  • Loading branch information
FilipePS committed May 6, 2023
1 parent 8bcaae1 commit ecbf420
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 3 deletions.
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.7.2",
"version": "9.8.0.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",
"commands": {
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.7.2",
"version": "9.8.0.0",
"homepage_url": "https://github.com/FilipePS/Traduzir-paginas-web",
"browser_specific_settings": {
"gecko": {
Expand Down
25 changes: 25 additions & 0 deletions src/options/release-notes/en.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,31 @@ <h5>
</section>

<section>
<h4>9.8</h4>
<ul>
<li>Added
<ul>
<li><b>Improve translation</b> button in page translation panel, with the options:
<ul>
<li>Select the original website language</li>
<li>Select target language</li>
<li>Do not sort translation results</li>
</ul>
</li>
<li><b>Privacy</b> tab on the settings page, with the options:
<ul>
<li>Select the translation services you want to use</li>
<li>Silently use an alternate translation service if the current target language is not supported by the selected translation service</li>
</ul>
</li>
<li><b>Experimental</b> tab on the settings page, with the options:
<ul>
<li>Configure your Libretranslate server for text (not page) translation.</li>
</ul>
</li>
</ul>
</li>
</ul>
<h4>9.7.2</h4>
<ul>
<li>Added option to disable persistent translation cache (on-disk cache).
Expand Down
2 changes: 1 addition & 1 deletion src/popup/popup-translate-text.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ twpConfig.onReady(function () {
{
action: "translateSingleText",
translationService,
sourceLanguage
sourceLanguage,
targetLanguage,
source,
},
Expand Down

0 comments on commit ecbf420

Please sign in to comment.