From cde3271386bcab991f1de27bbebe81be0f2241a7 Mon Sep 17 00:00:00 2001 From: Kevin R Date: Sat, 21 Nov 2020 21:29:15 +0100 Subject: [PATCH] Version 1.20.0 - Added Dutch translation by Harm M. - Changed url decoding to prevent endless loop - Performance optimizations for rules by @thexeos - Changed default rules and hash host to Github Pages - Changed rules changelog button href to the new rules submodule repo - Updated various translations - thanks to all contributors - Fixed #664 (also #739, #740) --- CHANGELOG.md | 10 +++++++--- manifest.json | 2 +- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad6a1da..9ba90a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,20 +9,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add features from the milestone [%1](https://gitlab.com/KevinRoebert/ClearUrls/-/milestones/1) - Dedicated documentation page like [docs.drasyl.org](https://docs.drasyl.org) -## [1.20.0] - 2020-11-20 +## [1.20.0] - 2020-11-21 ### Compatibility note - Require Firefox >= 55 - Require Chrome >= 37 -### Fixed -- Fixed [#664](https://gitlab.com/KevinRoebert/ClearUrls/issues/664) (also [#739](https://gitlab.com/KevinRoebert/ClearUrls/issues/739), [#740](https://gitlab.com/KevinRoebert/ClearUrls/issues/740)) +### Added +- Added Dutch translation by Harm M. ### Changed - Changed url decoding to prevent endless loop - Performance optimizations for rules by [@thexeos](https://gitlab.com/thexeos) - Changed default rules and hash host to Github Pages - Changed rules changelog button `href` to the new rules submodule repo +- Updated various translations - thanks to all contributors + +### Fixed +- Fixed [#664](https://gitlab.com/KevinRoebert/ClearUrls/issues/664) (also [#739](https://gitlab.com/KevinRoebert/ClearUrls/issues/739), [#740](https://gitlab.com/KevinRoebert/ClearUrls/issues/740)) ## [1.19.0] - 2020-07-22 diff --git a/manifest.json b/manifest.json index 2dccdae..f5abcd0 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "ClearURLs", - "version": "1.19.0", + "version": "1.20.0", "author": "Kevin Röbert", "description": "__MSG_extension_description__", "homepage_url": "https://gitlab.com/KevinRoebert/ClearUrls",