File tree 4 files changed +19
-2
lines changed
4 files changed +19
-2
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
- Add features from the milestone [ %1] ( https://gitlab.com/KevinRoebert/ClearUrls/-/milestones/1 )
10
10
- Dedicated documentation page like [ docs.drasyl.org] ( https://docs.drasyl.org )
11
11
12
+ ## [ 1.21.0] - 2021-03-24
13
+
14
+ ### Compatibility note
15
+ - Require Firefox >= 55
16
+ - Require Chrome >= 37
17
+
18
+ ### Changed
19
+ - Updated Polish translation by Kityn
20
+
21
+ ### Removed
22
+ - Removed ` clipboardWrite ` permission
23
+ - Removed noisy background of popup
24
+
25
+ ### Fixed
26
+ - Fixed [ #771 ] ( https://gitlab.com/KevinRoebert/ClearUrls/-/issues/771 )
27
+ - Fixed [ #466 ] ( https://gitlab.com/KevinRoebert/ClearUrls/-/issues/466 ) by [ @aethanyc ] ( https://gitlab.com/aethanyc ) in MR [ !85] ( https://gitlab.com/KevinRoebert/ClearUrls/-/merge_requests/85 )
28
+
12
29
## [ 1.20.0] - 2020-11-21
13
30
14
31
### Compatibility note
Original file line number Diff line number Diff line change 32
32
</ head >
33
33
< body >
34
34
< div class ="container-fluid "
35
- style ="background: url('../img/img-noise-361x370.png');background-size: auto; min-width: 200px; ">
35
+ style ="min-width: 200px; ">
36
36
< div class ="row ">
37
37
< nav class ="col-sm-1 navbar-margin navbar navbar-dark bg-dark ">
38
38
< div class ="container ">
Original file line number Diff line number Diff line change 1
1
{
2
2
"manifest_version" : 2 ,
3
3
"name" : " ClearURLs" ,
4
- "version" : " 1.20 .0" ,
4
+ "version" : " 1.21 .0" ,
5
5
"author" : " Kevin Röbert" ,
6
6
"description" : " __MSG_extension_description__" ,
7
7
"homepage_url" : " https://gitlab.com/KevinRoebert/ClearUrls" ,
You can’t perform that action at this time.
0 commit comments