From 815e1f3fbb0dc91c2309042bd9d7d527c5d7033d Mon Sep 17 00:00:00 2001 From: Andre Natal Date: Thu, 26 Jan 2023 15:44:05 -0800 Subject: [PATCH] v1.3.2 (#659) --- CHANGELOG.md | 4 ++++ extension/view/static/CHANGELOG.html | 6 ++++++ scripts/manifest-dev-android.json | 2 +- scripts/manifest.json | 2 +- 4 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 903bcc16..c672fd06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,10 @@ 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.3.2]](https://github.com/mozilla/firefox-translations/tree/v1.3.2) - 2023-01-26 +### Changed +- Added support for dark mode in the translation popup + ## [[v1.3.1]](https://github.com/mozilla/firefox-translations/tree/v1.3.1) - 2023-01-24 ### Added - Support for the translation popup on Android diff --git a/extension/view/static/CHANGELOG.html b/extension/view/static/CHANGELOG.html index 21f34d14..36ff5935 100644 --- a/extension/view/static/CHANGELOG.html +++ b/extension/view/static/CHANGELOG.html @@ -15,6 +15,12 @@

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

+

[v1.3.2] - 2023-01-26

+ +

Changed

+ + +

[v1.3.1] - 2023-01-24

Added

diff --git a/scripts/manifest-dev-android.json b/scripts/manifest-dev-android.json index d5b94eb9..fa7430e4 100644 --- a/scripts/manifest-dev-android.json +++ b/scripts/manifest-dev-android.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", - "version": "1.3.1", + "version": "1.3.2", "default_locale": "en_US", "applications": { "gecko": { diff --git a/scripts/manifest.json b/scripts/manifest.json index b8a00884..f8b4bbae 100644 --- a/scripts/manifest.json +++ b/scripts/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", - "version": "1.3.1", + "version": "1.3.2", "default_locale": "en_US", "applications": { "gecko": {