From f53ea156c0faee7d0e1aba1dbaff463ce734663d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kevin=20R=C3=B6bert?= Date: Mon, 6 May 2019 21:07:47 +0200 Subject: [PATCH] Version 1.63 + Add redirection from #181 + Correct links in chinese translations + Add edit of french translation --- CHANGELOG.md | 13 +++++++++++++ _locales/zh_CN/messages.json | 3 +-- _locales/zh_TW/messages.json | 3 +-- data/data.min.json | 4 +++- manifest.json | 2 +- 5 files changed, 19 insertions(+), 6 deletions(-) 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",