This commit is contained in:
nobody 2020-07-26 12:21:15 +02:00
parent 858901ca03
commit 05feede9f5
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
2 changed files with 9 additions and 5 deletions

View File

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

View File

@ -24,10 +24,7 @@
New in LocalCDN:
</div>
<ul>
<li>Implemented: Hide icon setting if not supported</li>
<li>Implemented: Show the rule set generator only when there are new CDNs (reported by <a href="https://addons.mozilla.org/en-US/firefox/addon/localcdn-fork-of-decentraleyes/reviews/1572952/">review</a>)</li>
<li>Fixed: Selection of 'jQuery latest' (<a href="https://codeberg.org/nobody/LocalCDN/issues/64">#64</a>)</li>
<li>Fixed: Disable LocalCDN if website is 'yandex.com' and CDN is 'yastatic.net', because website and CDN are the same. (reported by email)</li>
<li></li>
</ul>
<div id="generator-section">
<div class="topic-label">
@ -53,6 +50,13 @@
</div>
<div id="history"><span id="history-indicator">+</span> Previous Versions</div>
<div id="history-release-notes" style="display: none;">
<p class='release-date'>2020-07-26 (v2.2.15)</p>
<ul>
<li>Implemented: Hide icon setting if not supported</li>
<li>Implemented: Show the rule set generator only when there are new CDNs (reported by <a href="https://addons.mozilla.org/en-US/firefox/addon/localcdn-fork-of-decentraleyes/reviews/1572952/">review</a>)</li>
<li>Fixed: Selection of 'jQuery latest' (<a href="https://codeberg.org/nobody/LocalCDN/issues/64">#64</a>)</li>
<li>Fixed: Disable LocalCDN if website is 'yandex.com' and CDN is 'yastatic.net', because website and CDN are the same. (reported by email)</li>
</ul>
<p class='release-date'>2020-07-19 (v2.2.14)</p>
<ul>
<li>Fixed: Open changelog after an update (reported by email)</li>