diff --git a/CHANGELOG.md b/CHANGELOG.md index 797e9e80..903bcc16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,13 @@ 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.1]](https://github.com/mozilla/firefox-translations/tree/v1.3.1) - 2023-01-24 +### Added +- Support for the translation popup on Android + +### Changed +- User interface improvements + ## [[v1.3.0]](https://github.com/mozilla/firefox-translations/tree/v1.3.0) - 2023-01-23 ### Added - Android support @@ -19,7 +26,7 @@ You can send suggestions or report issues to the team via any of the channels be - Ability to translate selected text in the page - Add autofocus to input textarea in translation popup ### Changed -- User interface bugfixes improvements +- User interface bugfixes and improvements ## [[v1.2.0]](https://github.com/mozilla/firefox-translations/tree/v1.2.0) - 2022-11-08 ### Added diff --git a/extension/manifest.json b/extension/manifest.json index 13466cc6..b8a00884 100644 --- a/extension/manifest.json +++ b/extension/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", - "version": "1.3.0", + "version": "1.3.1", "default_locale": "en_US", "applications": { "gecko": { diff --git a/extension/view/static/CHANGELOG.html b/extension/view/static/CHANGELOG.html index ab0ad078..21f34d14 100644 --- a/extension/view/static/CHANGELOG.html +++ b/extension/view/static/CHANGELOG.html @@ -15,6 +15,16 @@

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

+

[v1.3.1] - 2023-01-24

+ +

Added

+ + + +

Changed

+ + +

[v1.3.0] - 2023-01-23

Added

@@ -23,7 +33,7 @@

Added

Changed

- +

[v1.2.0] - 2022-11-08

diff --git a/scripts/manifest-dev-android.json b/scripts/manifest-dev-android.json index 81d5704c..d5b94eb9 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.0", + "version": "1.3.1", "default_locale": "en_US", "applications": { "gecko": { diff --git a/scripts/manifest.json b/scripts/manifest.json index 13466cc6..b8a00884 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.0", + "version": "1.3.1", "default_locale": "en_US", "applications": { "gecko": {