From ee61cccd521fab1cbc65819cbec834d769266ceb Mon Sep 17 00:00:00 2001 From: Kevin R Date: Sat, 21 Nov 2020 00:21:12 +0100 Subject: [PATCH] added submodule --- .gitlab-ci.yml | 3 +++ .gitmodules | 3 +++ CHANGELOG.md | 12 ++++++++++++ 3 files changed, 18 insertions(+) create mode 100644 .gitmodules diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0f0fe44..962d14f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,8 @@ image: debian:latest +variables: + GIT_SUBMODULE_STRATEGY: recursive + before_script: - export DEBIAN_FRONTEND= noninteractive - apt-get update -y diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..d0fbd1c --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "rules"] + path = data + url = https://gitlab.com/anti-tracking/ClearURLs/rules.git diff --git a/CHANGELOG.md b/CHANGELOG.md index de26a56..42ccae6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,20 @@ 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). ## Ongoing +- Rewrite ClearURLs completely form scratch in typescript +- Add features from the milestone [%1](https://gitlab.com/KevinRoebert/ClearUrls/-/milestones/1) + +## [1.20.0] - 2020-11-20 + +### 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)) ### Changed +- Changed url decoding to prevent endless loop - Performance optimizations for rules by [@thexeos](https://gitlab.com/thexeos) ## [1.19.0] - 2020-07-22