Skip to content

Commit db8b363

Browse files
committed
Version 1.21.0
Close !91
1 parent 2a97286 commit db8b363

File tree

4 files changed

+19
-2
lines changed

4 files changed

+19
-2
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,23 @@ 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.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+
1229
## [1.20.0] - 2020-11-21
1330

1431
### Compatibility note

html/popup.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
</head>
3333
<body>
3434
<div class="container-fluid"
35-
style="background: url('../img/img-noise-361x370.png');background-size: auto;min-width: 200px;">
35+
style="min-width: 200px;">
3636
<div class="row">
3737
<nav class="col-sm-1 navbar-margin navbar navbar-dark bg-dark">
3838
<div class="container">

img/img-noise-361x370.png

-64.9 KB
Binary file not shown.

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.20.0",
4+
"version": "1.21.0",
55
"author": "Kevin Röbert",
66
"description": "__MSG_extension_description__",
77
"homepage_url": "https://gitlab.com/KevinRoebert/ClearUrls",

0 commit comments

Comments
 (0)