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)
This commit is contained in:
parent
426631f739
commit
cde3271386
10
CHANGELOG.md
10
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)
|
- Add features from the milestone [%1](https://gitlab.com/KevinRoebert/ClearUrls/-/milestones/1)
|
||||||
- Dedicated documentation page like [docs.drasyl.org](https://docs.drasyl.org)
|
- 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
|
### Compatibility note
|
||||||
- Require Firefox >= 55
|
- Require Firefox >= 55
|
||||||
- Require Chrome >= 37
|
- Require Chrome >= 37
|
||||||
|
|
||||||
### Fixed
|
### Added
|
||||||
- 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 Dutch translation by Harm M.
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- Changed url decoding to prevent endless loop
|
- 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)
|
||||||
- Changed default rules and hash host to Github Pages
|
- Changed default rules and hash host to Github Pages
|
||||||
- Changed rules changelog button `href` to the new rules submodule repo
|
- 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
|
## [1.19.0] - 2020-07-22
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
"name": "ClearURLs",
|
"name": "ClearURLs",
|
||||||
"version": "1.19.0",
|
"version": "1.20.0",
|
||||||
"author": "Kevin Röbert",
|
"author": "Kevin Röbert",
|
||||||
"description": "__MSG_extension_description__",
|
"description": "__MSG_extension_description__",
|
||||||
"homepage_url": "https://gitlab.com/KevinRoebert/ClearUrls",
|
"homepage_url": "https://gitlab.com/KevinRoebert/ClearUrls",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user