diff --git a/CHANGELOG.md b/CHANGELOG.md
index aa2f1fc..59ed287 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,19 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+## [1.6.3] - 2019-05-06
+
+### Compatibility note
+- Require Firefox >= 55
+- Require Chrome >= 22
+
+### Added
+- Added redirection from [#181](https://gitlab.com/KevinRoebert/ClearUrls/issues/181)
+
+### Changed
+- Update french translation by [@hydrargyrum](https://gitlab.com/hydrargyrum)
+- Update chinese translation
+
## [1.6.2] - 2019-04-26
### Compatibility note
diff --git a/_locales/zh_CN/messages.json b/_locales/zh_CN/messages.json
index 97e4a5c..37170f5 100644
--- a/_locales/zh_CN/messages.json
+++ b/_locales/zh_CN/messages.json
@@ -260,7 +260,7 @@
},
"history_listener_enabled": {
- "message": "Prevent tracking injection over history API (详见: The pushState() method)",
+ "message": "Prevent tracking injection over history API (详见: The replaceState() method)",
"description": ""
},
@@ -289,4 +289,3 @@
"description": ""
}
}
-
diff --git a/_locales/zh_TW/messages.json b/_locales/zh_TW/messages.json
index 6574f41..8672461 100644
--- a/_locales/zh_TW/messages.json
+++ b/_locales/zh_TW/messages.json
@@ -260,7 +260,7 @@
},
"history_listener_enabled": {
- "message": "Prevent tracking injection over history API (詳見: The pushState() method)",
+ "message": "Prevent tracking injection over history API (詳見: The replaceState() method)",
"description": ""
},
@@ -289,4 +289,3 @@
"description": ""
}
}
-
diff --git a/data/data.min.json b/data/data.min.json
index 112bf32..6a5a0f7 100644
--- a/data/data.min.json
+++ b/data/data.min.json
@@ -184,7 +184,9 @@
"kw"
],
"exceptions": [],
- "redirections": []
+ "redirections": [
+ ".*youtube\\..*\\/redirect?.*q=(.*)"
+ ]
},
"facebook": {
"urlPattern": "(https:\\/\\/|http:\\/\\/)([a-zA-Z0-9-]*\\.)?(facebook)(\\.[a-zA-Z]{2,})(.*\\?.*)",
diff --git a/manifest.json b/manifest.json
index 7d3988e..3697024 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "ClearURLs",
- "version": "1.6.2",
+ "version": "1.6.3",
"author": "Kevin R.",
"description": "Remove tracking elements form URLs.",
"homepage_url": "https://gitlab.com/KevinRoebert/ClearUrls",