Skip to content

Commit cde3271

Browse files
committed
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)
1 parent 426631f commit cde3271

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

CHANGELOG.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
- Add features from the milestone [%1](https://gitlab.com/KevinRoebert/ClearUrls/-/milestones/1)
1010
- Dedicated documentation page like [docs.drasyl.org](https://docs.drasyl.org)
1111

12-
## [1.20.0] - 2020-11-20
12+
## [1.20.0] - 2020-11-21
1313

1414
### Compatibility note
1515
- Require Firefox >= 55
1616
- Require Chrome >= 37
1717

18-
### Fixed
19-
- 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))
18+
### Added
19+
- Added Dutch translation by Harm M.
2020

2121
### Changed
2222
- Changed url decoding to prevent endless loop
2323
- Performance optimizations for rules by [@thexeos](https://gitlab.com/thexeos)
2424
- Changed default rules and hash host to Github Pages
2525
- Changed rules changelog button `href` to the new rules submodule repo
26+
- Updated various translations - thanks to all contributors
27+
28+
### Fixed
29+
- 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))
2630

2731
## [1.19.0] - 2020-07-22
2832

manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 2,
33
"name": "ClearURLs",
4-
"version": "1.19.0",
4+
"version": "1.20.0",
55
"author": "Kevin Röbert",
66
"description": "__MSG_extension_description__",
77
"homepage_url": "https://gitlab.com/KevinRoebert/ClearUrls",

0 commit comments

Comments
 (0)