v2.2.14
This commit is contained in:
parent
11b9271493
commit
5801426af6
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
"name": "LocalCDN",
|
"name": "LocalCDN",
|
||||||
"version": "2.2.13",
|
"version": "2.2.14",
|
||||||
"browser_specific_settings": {
|
"browser_specific_settings": {
|
||||||
"gecko": {
|
"gecko": {
|
||||||
"id": "{b86e4813-687a-43e6-ab65-0bde4ab75758}",
|
"id": "{b86e4813-687a-43e6-ab65-0bde4ab75758}",
|
||||||
|
|
|
@ -24,17 +24,7 @@
|
||||||
New in LocalCDN:
|
New in LocalCDN:
|
||||||
</div>
|
</div>
|
||||||
<ul>
|
<ul>
|
||||||
<li>URLs updated (localcdn.de -> localcdn.org)</li>
|
<li></li>
|
||||||
<li>Fixed: Popup scrollbar of dark mode (reported by email)</li>
|
|
||||||
<li>Fixed: Wrong version selection of AngularUI Bootstrap (<a href="https://codeberg.org/nobody/LocalCDN/issues/50">#50</a>)</li>
|
|
||||||
<li>Implemented: Different styles for extension icons (<a href="https://codeberg.org/nobody/LocalCDN/issues/52">#52</a>)</li>
|
|
||||||
<li>Fixed: Bootstrap JS v4.4.1 (<a href="https://codeberg.org/nobody/LocalCDN/issues/54">#54</a>)</li>
|
|
||||||
<li>Implemented: Collapsible changelog for previous versions(reported by email)</li>
|
|
||||||
<li>Added: Jets.js v0.14.1 (<a href="https://codeberg.org/nobody/LocalCDN/issues/56">#56</a>)</li>
|
|
||||||
<li>Added: Vanilla-Lazyload v17.1.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/56">#56</a>)</li>
|
|
||||||
<li>Fixed: Blocking handling of "Google Fonts" improved</li>
|
|
||||||
<li>Removed: Support for "Google Material Icons" in Chromium (known Chromium bug, same with "Font Awesome")</li>
|
|
||||||
<li>Removed: Option item in Chromium to block "Google Fonts" (known Chromium bug, same with "Font Awesome")</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
<div class="topic-label">
|
<div class="topic-label">
|
||||||
Generate rule sets for uBlock or uMatrix
|
Generate rule sets for uBlock or uMatrix
|
||||||
|
@ -58,6 +48,20 @@
|
||||||
<hr/>
|
<hr/>
|
||||||
<div id="history"><span id="history-indicator">+</span> Previous Versions</div>
|
<div id="history"><span id="history-indicator">+</span> Previous Versions</div>
|
||||||
<div id="history-release-notes" style="display: none;">
|
<div id="history-release-notes" style="display: none;">
|
||||||
|
<p class='release-date'>2020-07-12 (v2.2.13)</p>
|
||||||
|
<ul>
|
||||||
|
<li>URLs updated (localcdn.de -> localcdn.org)</li>
|
||||||
|
<li>Fixed: Popup scrollbar of dark mode (reported by email)</li>
|
||||||
|
<li>Fixed: Wrong version selection of AngularUI Bootstrap (<a href="https://codeberg.org/nobody/LocalCDN/issues/50">#50</a>)</li>
|
||||||
|
<li>Implemented: Different styles for extension icons (<a href="https://codeberg.org/nobody/LocalCDN/issues/52">#52</a>)</li>
|
||||||
|
<li>Fixed: Bootstrap JS v4.4.1 (<a href="https://codeberg.org/nobody/LocalCDN/issues/54">#54</a>)</li>
|
||||||
|
<li>Implemented: Collapsible changelog for previous versions(reported by email)</li>
|
||||||
|
<li>Added: Jets.js v0.14.1 (<a href="https://codeberg.org/nobody/LocalCDN/issues/56">#56</a>)</li>
|
||||||
|
<li>Added: Vanilla-Lazyload v17.1.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/56">#56</a>)</li>
|
||||||
|
<li>Fixed: Blocking handling of "Google Fonts" improved</li>
|
||||||
|
<li>Removed: Support for "Google Material Icons" in Chromium (known Chromium bug, same with "Font Awesome")</li>
|
||||||
|
<li>Removed: Option item in Chromium to block "Google Fonts" (known Chromium bug, same with "Font Awesome")</li>
|
||||||
|
</ul>
|
||||||
<p class='release-date'>2020-07-05 (v2.2.12)</p>
|
<p class='release-date'>2020-07-05 (v2.2.12)</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Fixed bug in toggle of HTML filter (<a href="https://codeberg.org/nobody/LocalCDN/issues/33">#33</a>)</li>
|
<li>Fixed bug in toggle of HTML filter (<a href="https://codeberg.org/nobody/LocalCDN/issues/33">#33</a>)</li>
|
||||||
|
|
Loading…
Reference in New Issue