From 62de416eb25efc9a80e9886907bf9f4cfe6e0ce8 Mon Sep 17 00:00:00 2001 From: Andre Natal Date: Thu, 28 Jul 2022 14:22:03 -0700 Subject: [PATCH] Release 1.1.4 (#471) * Release 1.1.4 * Update manifest changes * Adding skip of contenteditable --- CHANGELOG.md | 10 ++++++++++ extension/manifest.json | 2 +- extension/view/static/CHANGELOG.html | 12 +++++++++++- package.json | 2 +- 4 files changed, 23 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a7a6d6..af4df35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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/) +## [[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 ### Added - Ukrainian models diff --git a/extension/manifest.json b/extension/manifest.json index def1d40..e3e57f1 100644 --- a/extension/manifest.json +++ b/extension/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", - "version": "1.1.3", + "version": "1.1.4", "default_locale": "en_US", "browser_specific_settings": { "gecko": { diff --git a/extension/view/static/CHANGELOG.html b/extension/view/static/CHANGELOG.html index 228a4e0..cf521e9 100644 --- a/extension/view/static/CHANGELOG.html +++ b/extension/view/static/CHANGELOG.html @@ -15,6 +15,16 @@ body {

You can also rate and leave us a comment on Mozilla Addons.

+

[v1.1.4] - 2022-07-28

+ +

Added

+ + + +

Changed

+ + +

[1.1.3] - 2022-07-14

Added

@@ -23,7 +33,7 @@ body {

Changed

- +

Removed

diff --git a/package.json b/package.json index d8f1bcb..648b905 100644 --- a/package.json +++ b/package.json @@ -22,5 +22,5 @@ "web-ext": "^6.8.0", "markdown": "^0.5.0" }, - "version": "1.1.3" + "version": "1.1.4" }