v.1.3.1 (#652)
This commit is contained in:
Родитель
2139964a1e
Коммит
37b04b6cfc
|
@ -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
|
||||
|
|
|
@ -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": {
|
||||
|
|
|
@ -15,6 +15,16 @@ body {
|
|||
|
||||
<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.1">[v1.3.1]</a> - 2023-01-24</h2>
|
||||
|
||||
<h3>Added</h3>
|
||||
|
||||
<ul><li>Support for the translation popup on Android</li></ul>
|
||||
|
||||
<h3>Changed</h3>
|
||||
|
||||
<ul><li>User interface improvements</li></ul>
|
||||
|
||||
<h2><a href="https://github.com/mozilla/firefox-translations/tree/v1.3.0">[v1.3.0]</a> - 2023-01-23</h2>
|
||||
|
||||
<h3>Added</h3>
|
||||
|
@ -23,7 +33,7 @@ body {
|
|||
|
||||
<h3>Changed</h3>
|
||||
|
||||
<ul><li>User interface bugfixes improvements</li></ul>
|
||||
<ul><li>User interface bugfixes and improvements</li></ul>
|
||||
|
||||
<h2><a href="https://github.com/mozilla/firefox-translations/tree/v1.2.0">[v1.2.0]</a> - 2022-11-08</h2>
|
||||
|
||||
|
|
|
@ -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": {
|
||||
|
|
|
@ -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": {
|
||||
|
|
Загрузка…
Ссылка в новой задаче