Skip to content

Commit

Permalink
Versão 9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
FilipePS committed Aug 11, 2021
1 parent 05521ca commit 3101367
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chrome_manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"default_locale": "en",
"name": "__MSG_extensionName__",
"description": "__MSG_extensionDescription__",
"version": "9.2",
"version": "9.3",
"homepage_url": "https://github.com/FilipePS/Traduzir-paginas-web",

"commands": {
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"default_locale": "en",
"name": "__MSG_extensionName__",
"description": "__MSG_extensionDescription__",
"version": "9.2",
"version": "9.3",
"homepage_url": "https://github.com/FilipePS/Traduzir-paginas-web",

"browser_specific_settings": {
Expand Down
32 changes: 32 additions & 0 deletions options/options.html
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,38 @@ <h3 class="w3-wide"><b data-i18n="extensionName">Translate Web Pages</b></h3>
</div>

<div id="release_notes" class="w3-container">
<section>
<h4>9.3</h4>
<ul>
<li>Added: (These features need to be enabled in the settings)
<ul>
<li>Button to open the shortcut key manager in chromium-based browsers</li>
<li>Translate selected text when pressing <b>Ctrl</b> twice</li>
<li>Translate the text over the mouse cursor when pressing <b>Ctrl</b> twice</li>
<li>Translate the page by clicking once on the button in the address bar. (To see the popup, right-click)</li>
</ul>
</li>
<li>Changes:
<ul>
<li>Do not hide the selected text translation panel when switching tabs</li>
<li>Show the panel to translate the selected text, even if there is a translation error</li>
<li>Some settings that are not used on mobile devices have been hidden</li>
</ul>
</li>
<li>Fixed:
<ul>
<li>Problem with <i>CSP</i> when showing translation panel on some sites</li>
<li>When typing text to translate, key events are triggered in the page listeners</li>
<li>Translate selected text button reappears when clicking a scroll bar</li>
<li>The "Show translated when hovering" panel is shown while translating the selected text</li>
<li>Some features don't work sometimes</li>
<li>Some parts of the page are not restored when the <b>Do not sort the google translate results</b> option is enabled.</li>
</ul>
</li>
<li>Updated interface translations</li>
<li>Bug fixes and general improvements</li>
</ul>
</section>
<section>
<h4>9.2</h4>
<ul>
Expand Down

0 comments on commit 3101367

Please sign in to comment.