This commit is contained in:
nobody 2020-05-30 15:19:27 +02:00
parent 19e2fa9587
commit 9c9d79e8ef
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
2 changed files with 5 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{ {
"manifest_version": 2, "manifest_version": 2,
"name": "LocalCDN", "name": "LocalCDN",
"version": "2.2.5", "version": "2.2.6",
"browser_specific_settings": { "browser_specific_settings": {
"gecko": { "gecko": {
"id": "{b86e4813-687a-43e6-ab65-0bde4ab75758}", "id": "{b86e4813-687a-43e6-ab65-0bde4ab75758}",

View File

@ -23,7 +23,7 @@
New in LocalCDN: New in LocalCDN:
</div> </div>
<ul> <ul>
<li>Typo fixed, so that list for DOM manipulation can be read out again (<a href="https://codeberg.org/nobody/LocalCDN/issues/8">#8</a>)</li> <li></li>
</ul> </ul>
<div class="topic-label"> <div class="topic-label">
Please update your uBlock/uMatrix rules Please update your uBlock/uMatrix rules
@ -40,6 +40,9 @@
<input id="button-copy-rule-set" type="button" value="Copy"> <input id="button-copy-rule-set" type="button" value="Copy">
<hr/> <hr/>
<h2>History</h2> <h2>History</h2>
<p class='release-date'>2020-05-30 (v2.2.5)</p>
<li>Typo fixed, so that list for DOM manipulation can be read out again (<a href="https://codeberg.org/nobody/LocalCDN/issues/8">#8</a>)</li>
<li>Fixed hide injection panel (http/https/file)</li>
<p class='release-date'>2020-05-30 (v2.2.4)</p> <p class='release-date'>2020-05-30 (v2.2.4)</p>
<ul> <ul>
<li>Improved charset detection in HTML source code</li> <li>Improved charset detection in HTML source code</li>