Prepared v2.1.13
This commit is contained in:
parent
ded400aa2e
commit
40f9a370ad
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
"name": "LocalCDN (fork from Decentraleyes)",
|
"name": "LocalCDN (fork from Decentraleyes)",
|
||||||
"version": "2.1.12",
|
"version": "2.1.13",
|
||||||
"browser_specific_settings": {
|
"browser_specific_settings": {
|
||||||
"gecko": {
|
"gecko": {
|
||||||
"id": "{b86e4813-687a-43e6-ab65-0bde4ab75758}",
|
"id": "{b86e4813-687a-43e6-ab65-0bde4ab75758}",
|
||||||
|
|
|
@ -22,6 +22,25 @@
|
||||||
<div class="topic-label">
|
<div class="topic-label">
|
||||||
New in LocalCDN:
|
New in LocalCDN:
|
||||||
</div>
|
</div>
|
||||||
|
<ul>
|
||||||
|
<li></li>
|
||||||
|
</ul>
|
||||||
|
<div class="topic-label">
|
||||||
|
Please update your uBlock/uMatrix rules
|
||||||
|
</div>
|
||||||
|
<div class="ruleset-generator">
|
||||||
|
<input id="generate-ublock-rules" name="rule-sets" data-option="uBlock" type="radio" value="uBlock">
|
||||||
|
<label for="generate-ublock-rules">uBlock</label>
|
||||||
|
</div>
|
||||||
|
<div class="ruleset-generator">
|
||||||
|
<input id="generate-umatrix-rules" name="rule-sets" data-option="uMatrix" type="radio" value="uMatrix">
|
||||||
|
<label for="generate-umatrix-rules">uMatrix</label>
|
||||||
|
</div>
|
||||||
|
<textarea rows="12" cols="15" id="generated-rules" readonly></textarea>
|
||||||
|
<input id="button-copy-rule-set" type="button" value="Copy">
|
||||||
|
<hr/>
|
||||||
|
<h2>History</h2>
|
||||||
|
<p class='release-date'>2020-04-13 (v2.1.12)</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Added: AlgoliaSearch v3.35.1</li>
|
<li>Added: AlgoliaSearch v3.35.1</li>
|
||||||
<li>Added: Angular UI Bootstrap v1.3.3</li>
|
<li>Added: Angular UI Bootstrap v1.3.3</li>
|
||||||
|
@ -40,21 +59,6 @@
|
||||||
<li>Added: AngularJS v1.6.1 (angular.min.js and angular-resource.min.js)</li>
|
<li>Added: AngularJS v1.6.1 (angular.min.js and angular-resource.min.js)</li>
|
||||||
<li>Added: jQuery UI and jQuery UI Themes v1.8.18</li>
|
<li>Added: jQuery UI and jQuery UI Themes v1.8.18</li>
|
||||||
</ul>
|
</ul>
|
||||||
<div class="topic-label">
|
|
||||||
Please update your uBlock/uMatrix rules
|
|
||||||
</div>
|
|
||||||
<div class="ruleset-generator">
|
|
||||||
<input id="generate-ublock-rules" name="rule-sets" data-option="uBlock" type="radio" value="uBlock">
|
|
||||||
<label for="generate-ublock-rules">uBlock</label>
|
|
||||||
</div>
|
|
||||||
<div class="ruleset-generator">
|
|
||||||
<input id="generate-umatrix-rules" name="rule-sets" data-option="uMatrix" type="radio" value="uMatrix">
|
|
||||||
<label for="generate-umatrix-rules">uMatrix</label>
|
|
||||||
</div>
|
|
||||||
<textarea rows="12" cols="15" id="generated-rules" readonly></textarea>
|
|
||||||
<input id="button-copy-rule-set" type="button" value="Copy">
|
|
||||||
<hr/>
|
|
||||||
<h2>History</h2>
|
|
||||||
<p class='release-date'>2020-04-08 (v2.1.11)</p>
|
<p class='release-date'>2020-04-08 (v2.1.11)</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Fixed <a href="https://gitlab.com/nobody42/localcdn/-/issues/28">#28</a> and <a href="https://gitlab.com/nobody42/localcdn/-/issues/44">#44</a></li>
|
<li>Fixed <a href="https://gitlab.com/nobody42/localcdn/-/issues/28">#28</a> and <a href="https://gitlab.com/nobody42/localcdn/-/issues/44">#44</a></li>
|
||||||
|
|
Loading…
Reference in New Issue