diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6a7a6d6..af4df35 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,6 +10,16 @@ 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.1.4]](https://github.com/mozilla/firefox-translations/tree/v1.1.4) - 2022-07-28
+### Added
+- Full Dutch support
+
+### Changed
+- Fixed caching of assets across updates that was breaking updates.
+- Fixed changelog issues
+- Remove obsolete key (applications) from manifest
+- Fixed issues where editable elements were being translated and breaking sites like Twitter
+
## [[1.1.3]](https://github.com/mozilla/firefox-translations/tree/v1.1.3) - 2022-07-14
### Added
- Ukrainian models
diff --git a/extension/manifest.json b/extension/manifest.json
index def1d40..e3e57f1 100644
--- a/extension/manifest.json
+++ b/extension/manifest.json
@@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "__MSG_extensionName__",
"description": "__MSG_extensionDescription__",
- "version": "1.1.3",
+ "version": "1.1.4",
"default_locale": "en_US",
"browser_specific_settings": {
"gecko": {
diff --git a/extension/view/static/CHANGELOG.html b/extension/view/static/CHANGELOG.html
index 228a4e0..cf521e9 100644
--- a/extension/view/static/CHANGELOG.html
+++ b/extension/view/static/CHANGELOG.html
@@ -15,6 +15,16 @@ body {
You can also rate and leave us a comment on Mozilla Addons.
+
+
+Added
+
+
+
+Changed
+
+- Fixed caching of assets across updates that was breaking updates.
- Fixed changelog issues
- Remove obsolete key (applications) from manifest
- Fixed issues where editable elements were being translated and breaking sites like Twitter
+
Added
@@ -23,7 +33,7 @@ body {
Changed
-- Improved language detection that now takes into account the language set in the page's markup
- UI is now responsive which fix issues that was extrapolating and cutting the window and breaking Firefox controls.
- "Translation Preferences" in the options button now redirects to the Fireefox Translations panel in about:preferences
- Fixed the stopgap solution of translating in permanent private browsing mode
- New high resolution icon
- "Never translate this site" in the options button is now a checkbox
- PageAction icon is now white
- Restrict minimum version to what's compatible with the wasm engine
- Fixes crypto uuid issues preventing telemetry from being submitted on Fx earlier than 93
- Makes translation bar compatible with Fx versions earlier than 95
- Improved in-page translation
- Issues when translation of forms is incompatible with the page are fixed
- Properly display errors when the tab contains incompatible documents
- Translation bar is now displayed when the tab is dragged or moved between windows
- Minor user interface improvements
+- Improved language detection that now takes into account the language set in the page's markup
- UI is now responsive which fix issues that was extrapolating and cutting the window and breaking Firefox controls.
- "Translation Preferences" in the options button now redirects to the Firefox Translations panel in about:preferences
- Fixed the stopgap solution of translating in permanent private browsing mode
- New high resolution icon
- "Never translate this site" in the options button is now a checkbox
- PageAction icon is now white
- Restrict minimum version to what's compatible with the wasm engine
- Fixes crypto uuid issues preventing telemetry from being submitted on Fx earlier than 93
- Makes translation bar compatible with Fx versions earlier than 95
- Improved in-page translation
- Issues when translation of forms is incompatible with the page are fixed
- Properly display errors when the tab contains incompatible documents
- Translation bar is now displayed when the tab is dragged or moved between windows
- Minor user interface improvements
Removed
diff --git a/package.json b/package.json
index d8f1bcb..648b905 100644
--- a/package.json
+++ b/package.json
@@ -22,5 +22,5 @@
"web-ext": "^6.8.0",
"markdown": "^0.5.0"
},
- "version": "1.1.3"
+ "version": "1.1.4"
}