Version 1.63

+ Add redirection from #181
+ Correct links in chinese translations
+ Add edit of french translation
This commit is contained in:
Kevin Röbert 2019-05-06 21:07:47 +02:00
parent 3e2e75d38b
commit f53ea156c0
No known key found for this signature in database
GPG Key ID: A6BAC801A884608C
5 changed files with 19 additions and 6 deletions

View File

@ -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/), 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). 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 ## [1.6.2] - 2019-04-26
### Compatibility note ### Compatibility note

View File

@ -260,7 +260,7 @@
}, },
"history_listener_enabled": { "history_listener_enabled": {
"message": "Prevent tracking injection over history API (详见: <a href='https://developer.mozilla.org/en-US/docs/Web/API/History_API#The_pushState()_method' target='_blank'>The pushState() method</a>)", "message": "Prevent tracking injection over history API (详见: <a href='https://developer.mozilla.org/en-US/docs/Web/API/History_API#The_replaceState()_method' target='_blank'>The replaceState() method</a>)",
"description": "" "description": ""
}, },
@ -289,4 +289,3 @@
"description": "" "description": ""
} }
} }

View File

@ -260,7 +260,7 @@
}, },
"history_listener_enabled": { "history_listener_enabled": {
"message": "Prevent tracking injection over history API (詳見: <a href='https://developer.mozilla.org/en-US/docs/Web/API/History_API#The_pushState()_method' target='_blank'>The pushState() method</a>)", "message": "Prevent tracking injection over history API (詳見: <a href='https://developer.mozilla.org/en-US/docs/Web/API/History_API#The_replaceState()_method' target='_blank'>The replaceState() method</a>)",
"description": "" "description": ""
}, },
@ -289,4 +289,3 @@
"description": "" "description": ""
} }
} }

View File

@ -184,7 +184,9 @@
"kw" "kw"
], ],
"exceptions": [], "exceptions": [],
"redirections": [] "redirections": [
".*youtube\\..*\\/redirect?.*q=(.*)"
]
}, },
"facebook": { "facebook": {
"urlPattern": "(https:\\/\\/|http:\\/\\/)([a-zA-Z0-9-]*\\.)?(facebook)(\\.[a-zA-Z]{2,})(.*\\?.*)", "urlPattern": "(https:\\/\\/|http:\\/\\/)([a-zA-Z0-9-]*\\.)?(facebook)(\\.[a-zA-Z]{2,})(.*\\?.*)",

View File

@ -1,7 +1,7 @@
{ {
"manifest_version": 2, "manifest_version": 2,
"name": "ClearURLs", "name": "ClearURLs",
"version": "1.6.2", "version": "1.6.3",
"author": "Kevin R.", "author": "Kevin R.",
"description": "Remove tracking elements form URLs.", "description": "Remove tracking elements form URLs.",
"homepage_url": "https://gitlab.com/KevinRoebert/ClearUrls", "homepage_url": "https://gitlab.com/KevinRoebert/ClearUrls",