Skip to content
This repository has been archived by the owner on Sep 4, 2023. It is now read-only.

Commit

Permalink
v1.3.0 (#644)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrenatal authored Jan 24, 2023
1 parent 805a7f4 commit 09b8d0b
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion extension/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
10 changes: 10 additions & 0 deletions extension/view/static/CHANGELOG.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,16 @@

<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.3.0">[v1.3.0]</a> - 2023-01-23</h2>

<h3>Added</h3>

<ul><li>Android support</li><li>Persist input text for 60 seconds after translation popup is closed</li><li>Detect language from text input in the translation popup</li><li>Auto-translate when text is pasted into translation popup</li><li>Ability to translate selected text in the page</li><li>Add autofocus to input textarea in translation popup</li></ul>

<h3>Changed</h3>

<ul><li>User interface bugfixes improvements</li></ul>

<h2><a href="https://github.com/mozilla/firefox-translations/tree/v1.2.0">[v1.2.0]</a> - 2022-11-08</h2>

<h3>Added</h3>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@
"web-ext": "^7.4.0",
"markdown": "^0.5.0"
},
"version": "1.2.0"
"version": "1.3.0"
}
2 changes: 1 addition & 1 deletion scripts/manifest-dev-android.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion scripts/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 09b8d0b

Please sign in to comment.