diff --git a/CHANGELOG.md b/CHANGELOG.md index b626707d..797e9e80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,17 @@ 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.0]](https://github.com/mozilla/firefox-translations/tree/v1.3.0) - 2023-01-23 +### Added +- Android support +- Persist input text for 60 seconds after translation popup is closed +- Detect language from text input in the translation popup +- Auto-translate when text is pasted into translation popup +- Ability to translate selected text in the page +- Add autofocus to input textarea in translation popup +### Changed +- User interface bugfixes improvements + ## [[v1.2.0]](https://github.com/mozilla/firefox-translations/tree/v1.2.0) - 2022-11-08 ### Added - Popup page that allows the user to freely input text to be translated diff --git a/extension/manifest.json b/extension/manifest.json index 45ba6213..c3588896 100644 --- a/extension/manifest.json +++ b/extension/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", - "version": "1.2.0", + "version": "1.3.0", "default_locale": "en_US", "applications": { "gecko": { diff --git a/extension/view/static/CHANGELOG.html b/extension/view/static/CHANGELOG.html index c3bc07f4..ab0ad078 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.
+