* Release 1.1.4

* Update manifest changes

* Adding skip of contenteditable
This commit is contained in:
Andre Natal 2022-07-28 14:22:03 -07:00 коммит произвёл GitHub
Родитель 831d5ad5f4
Коммит 62de416eb2
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
4 изменённых файлов: 23 добавлений и 3 удалений

Просмотреть файл

@ -10,6 +10,16 @@ You can send suggestions or report issues to the team via any of the channels be
[You can also rate and leave us a comment on Mozilla Addons.](https://addons.mozilla.org/en-US/firefox/addon/firefox-translations/) [You can also rate and leave us a comment on Mozilla Addons.](https://addons.mozilla.org/en-US/firefox/addon/firefox-translations/)
## [[v1.1.4]](https://github.com/mozilla/firefox-translations/tree/v1.1.4) - 2022-07-28
### Added
- Full Dutch support
### Changed
- Fixed caching of assets across updates that was breaking updates.
- Fixed changelog issues
- Remove obsolete key (applications) from manifest
- Fixed issues where editable elements were being translated and breaking sites like Twitter
## [[1.1.3]](https://github.com/mozilla/firefox-translations/tree/v1.1.3) - 2022-07-14 ## [[1.1.3]](https://github.com/mozilla/firefox-translations/tree/v1.1.3) - 2022-07-14
### Added ### Added
- Ukrainian models - Ukrainian models

Просмотреть файл

@ -2,7 +2,7 @@
"manifest_version": 2, "manifest_version": 2,
"name": "__MSG_extensionName__", "name": "__MSG_extensionName__",
"description": "__MSG_extensionDescription__", "description": "__MSG_extensionDescription__",
"version": "1.1.3", "version": "1.1.4",
"default_locale": "en_US", "default_locale": "en_US",
"browser_specific_settings": { "browser_specific_settings": {
"gecko": { "gecko": {

Просмотреть файл

@ -15,6 +15,16 @@ body {
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/firefox-translations/">You can also rate and leave us a comment on Mozilla Addons.</a></p> <p><a href="https://addons.mozilla.org/en-US/firefox/addon/firefox-translations/">You can also rate and leave us a comment on Mozilla Addons.</a></p>
<h2><a href="https://github.com/mozilla/firefox-translations/tree/v1.1.4">[v1.1.4]</a> - 2022-07-28</h2>
<h3>Added</h3>
<ul><li>Full Dutch support</li></ul>
<h3>Changed</h3>
<ul><li>Fixed caching of assets across updates that was breaking updates.</li><li>Fixed changelog issues</li><li>Remove obsolete key (applications) from manifest</li><li>Fixed issues where editable elements were being translated and breaking sites like Twitter</li></ul>
<h2><a href="https://github.com/mozilla/firefox-translations/tree/v1.1.3">[1.1.3]</a> - 2022-07-14</h2> <h2><a href="https://github.com/mozilla/firefox-translations/tree/v1.1.3">[1.1.3]</a> - 2022-07-14</h2>
<h3>Added</h3> <h3>Added</h3>
@ -23,7 +33,7 @@ body {
<h3>Changed</h3> <h3>Changed</h3>
<ul><li>Improved language detection that now takes into account the language set in the page&#39;s markup</li><li>UI is now responsive which fix issues that was extrapolating and cutting the window and breaking Firefox controls.</li><li>&quot;Translation Preferences&quot; in the options button now redirects to the Fireefox Translations panel in about:preferences</li><li>Fixed the stopgap solution of translating in permanent private browsing mode</li><li>New high resolution icon</li><li>&quot;Never translate this site&quot; in the options button is now a checkbox</li><li>PageAction icon is now white</li><li>Restrict minimum version to what&#39;s compatible with the wasm engine</li><li>Fixes crypto uuid issues preventing telemetry from being submitted on Fx earlier than 93</li><li>Makes translation bar compatible with Fx versions earlier than 95</li><li>Improved in-page translation</li><li>Issues when translation of forms is incompatible with the page are fixed</li><li>Properly display errors when the tab contains incompatible documents</li><li>Translation bar is now displayed when the tab is dragged or moved between windows</li><li>Minor user interface improvements</li></ul> <ul><li>Improved language detection that now takes into account the language set in the page&#39;s markup</li><li>UI is now responsive which fix issues that was extrapolating and cutting the window and breaking Firefox controls.</li><li>&quot;Translation Preferences&quot; in the options button now redirects to the Firefox Translations panel in about:preferences</li><li>Fixed the stopgap solution of translating in permanent private browsing mode</li><li>New high resolution icon</li><li>&quot;Never translate this site&quot; in the options button is now a checkbox</li><li>PageAction icon is now white</li><li>Restrict minimum version to what&#39;s compatible with the wasm engine</li><li>Fixes crypto uuid issues preventing telemetry from being submitted on Fx earlier than 93</li><li>Makes translation bar compatible with Fx versions earlier than 95</li><li>Improved in-page translation</li><li>Issues when translation of forms is incompatible with the page are fixed</li><li>Properly display errors when the tab contains incompatible documents</li><li>Translation bar is now displayed when the tab is dragged or moved between windows</li><li>Minor user interface improvements</li></ul>
<h3>Removed</h3> <h3>Removed</h3>

Просмотреть файл

@ -22,5 +22,5 @@
"web-ext": "^6.8.0", "web-ext": "^6.8.0",
"markdown": "^0.5.0" "markdown": "^0.5.0"
}, },
"version": "1.1.3" "version": "1.1.4"
} }