added submodule
This commit is contained in:
parent
37e91f7eed
commit
ee61cccd52
|
@ -1,5 +1,8 @@
|
||||||
image: debian:latest
|
image: debian:latest
|
||||||
|
|
||||||
|
variables:
|
||||||
|
GIT_SUBMODULE_STRATEGY: recursive
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- export DEBIAN_FRONTEND= noninteractive
|
- export DEBIAN_FRONTEND= noninteractive
|
||||||
- apt-get update -y
|
- apt-get update -y
|
||||||
|
|
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
[submodule "rules"]
|
||||||
|
path = data
|
||||||
|
url = https://gitlab.com/anti-tracking/ClearURLs/rules.git
|
12
CHANGELOG.md
12
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).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
## Ongoing
|
## 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
|
||||||
|
- Changed url decoding to prevent endless loop
|
||||||
- Performance optimizations for rules by [@thexeos](https://gitlab.com/thexeos)
|
- Performance optimizations for rules by [@thexeos](https://gitlab.com/thexeos)
|
||||||
|
|
||||||
## [1.19.0] - 2020-07-22
|
## [1.19.0] - 2020-07-22
|
||||||
|
|
Loading…
Reference in New Issue
Block a user