summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2017-07-30 18:22:36 -0700
committerSean Whitton <spwhitton@spwhitton.name>2017-07-30 18:22:36 -0700
commit06e8d2d795fd3683ee5339e2a4c85e7e23958932 (patch)
treed4a8f8cf40ac84cc091f72b3ba577377caa2872b
parent400574fd621d6d8f3bda11c24bca126306043ec4 (diff)
changelogs
-rw-r--r--debian/changelog6
-rw-r--r--debian/upstream/changelog703
-rw-r--r--debian/upstream/changelog.html52
3 files changed, 469 insertions, 292 deletions
diff --git a/debian/changelog b/debian/changelog
index eea7bd29..c77e87fc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ublock-origin (1.13.8+dfsg-1) UNRELEASED; urgency=medium
+
+ * New upstream release.
+
+ -- Sean Whitton <spwhitton@spwhitton.name> Sun, 30 Jul 2017 18:20:59 -0700
+
ublock-origin (1.13.6+dfsg-1) unstable; urgency=medium
* New upstream release.
diff --git a/debian/upstream/changelog b/debian/upstream/changelog
index 6c229e3f..97233329 100644
--- a/debian/upstream/changelog
+++ b/debian/upstream/changelog
@@ -1,5 +1,124 @@
+uBlock Origin 1.13.8 - July 18, 2017
+------------------------------------
+
+| See `release
+ notes <https://outgoing.prod.mozaws.net/v1/e8053ecdb49f244a201b30aa39de6deee6cfd824240a6b94283a4ccf3798c5bc/https%3A//github.com/gorhill/uBlock/releases/tag/1.13.8>`__.
+|  
+| **Notes
+  
+ **Stock filter lists**
+  
+ I added code to enable me to remove stock filter lists in a seamless way for
+ users. There are a couple of stock filter lists I wish to remove (because no
+ longer maintained), but I refrain from doing so because it would be rude to
+ remove a stock filter list which might be enabled for some users out there.
+ The added code will convert removed stock filter lists which are enabled into
+ imported filter lists, so that no change occurs in the resulting filterset
+ from a user’s point of view.
+  
+ **Firefox WebExtensions**
+  
+ I plan to push the webext-hybrid version of uBO into uBO’s dev channel on AMO
+ as soon as 1.13.8 is published. I don’t think the webext-hybrid qualifies as
+ a webext, but is a necessary step to migrate user data seamlessly.
+  
+ When I push webext-hybrid to dev channel of AMO, this will happens:
+  
+ **
+
+- ``script:contains`` filters will stop working
+- cosmetic filters will no longer use the browser’s user styles
+
+ - this is something I need to address – user styles are still possible with
+ webext, but this will require some non-trivial re-work because currently
+ user styles are injected in content scripts, while with webext they have
+ to be injected through the main process;
+ - also I still need to take the time to create/demonstrate a real test case
+ of what I see as a theoretical flaw in the API regarding style injection
+ through
+ `tabs.insertCSS <https://outgoing.prod.mozaws.net/v1/bbd2944ac6f468b00aedd0672628de5d4ab2d0a0479074c64543f45bbf09e20a/https%3A//developer.mozilla.org/en-US/Add-ons/WebExtensions/API/tabs/insertCSS>`__:
+ the call is asynchronous, thus there is no guarantee the page which is
+ meant to be injected is still present in the target tab.
+
+- For all those Firefox and Firefox-based browsers base on Firefox v53 and
+ less, the dev channel of uBO will cease to work, and they will have to
+ install manually the ``xpi`` version from the repo here.
+
+|
+| **Closed as fixed:**
+|  
+
+- `[Performance] Extract token from regex-based filters if
+ possible <https://outgoing.prod.mozaws.net/v1/a3f9b2cd4739ab405837f20e404109ecc7040146dd2a22098f7995ba3039beb5/https%3A//github.com/gorhill/uBlock/issues/2781>`__
+- `Logger incorrectly shows all popups as blocked by one
+ filter <https://outgoing.prod.mozaws.net/v1/8a145f0bede80bf3d6cd3132ba68a671c5798dba960140ba27e0fe49b9c33597/https%3A//github.com/gorhill/uBlock/issues/2776>`__
+- `One more filter parsing issue in the
+ logger <https://outgoing.prod.mozaws.net/v1/c40e7e977b26c3b0af1c32750c9e36ad4d358f4a53f574126c96c8832de55048/https%3A//github.com/gorhill/uBlock/issues/2753>`__
+- `How about adding “^” to static filter made from
+ logger? <https://outgoing.prod.mozaws.net/v1/1792c98dd645b931c4d3eaca4d342b0810a320394eee0cc1c0b40494548c6e0f/https%3A//github.com/gorhill/uBlock/issues/2740>`__
+
+|
+| `Commit history between 1.13.4 and
+ 1.13.8 <https://outgoing.prod.mozaws.net/v1/85123a7f3572b98ba43d15bff4e3d9584996bb9ac9b1d93da04d709c894ecefe/https%3A//github.com/gorhill/uBlock/compare/1.13.4...1.13.8>`__.
+
+uBlock Origin 1.13.7rc4 - July 13, 2017
+---------------------------------------
+
+| Release notes:
+ `https://github.com/gorhill/uBlock/releases/tag/1.13.7rc4 <https://outgoing.prod.mozaws.net/v1/1d876e2fa7e1dcb52f3fae68196e1c0b52ad3ba4f1c9dca7bc4b34be0f26e164/https%3A//github.com/gorhill/uBlock/releases/tag/1.13.7rc4>`__
+| Commit history since 1.13.4:
+ `https://github.com/gorhill/uBlock/compare/1.13.4...1.13.7rc4 <https://outgoing.prod.mozaws.net/v1/66feadee87de014b3fec6cd041ef5f32d9b12f4a35beae47293ab536b6163ab8/https%3A//github.com/gorhill/uBlock/compare/1.13.4...1.13.7rc4>`__
+
+uBlock Origin 1.13.7rc3 - July 11, 2017
+---------------------------------------
+
+| Release notes:
+ `https://github.com/gorhill/uBlock/releases/tag/1.13.7rc3 <https://outgoing.prod.mozaws.net/v1/888baec5fbd2a44a1efa9a9a563660d8d5c51f203edf0740c12094111c4e6020/https%3A//github.com/gorhill/uBlock/releases/tag/1.13.7rc3>`__
+| Commit history since 1.13.4:
+ `https://github.com/gorhill/uBlock/compare/1.13.4...1.13.7rc3 <https://outgoing.prod.mozaws.net/v1/b0dc403098efac6fd3fca8db51ae5b28de1fdeb8532b67106a18848f368c1572/https%3A//github.com/gorhill/uBlock/compare/1.13.4...1.13.7rc3>`__
+
+uBlock Origin 1.13.7rc2 - July 10, 2017
+---------------------------------------
+
+| Release notes:
+ `https://github.com/gorhill/uBlock/releases/tag/1.13.7rc2 <https://outgoing.prod.mozaws.net/v1/a91ba28fd4a646dbc485848cbd9ffbc1d433d406948a6a2985241f89c8aa9855/https%3A//github.com/gorhill/uBlock/releases/tag/1.13.7rc2>`__
+| Commit history since 1.13.4:
+ `https://github.com/gorhill/uBlock/compare/1.13.4...1.13.7rc2 <https://outgoing.prod.mozaws.net/v1/53088ab0bcc91b3f08faafa9645d08ee780cba888793d0d69c048d31341ce1c9/https%3A//github.com/gorhill/uBlock/compare/1.13.4...1.13.7rc2>`__
+
+uBlock Origin 1.13.7rc1 - July 7, 2017
+--------------------------------------
+
+| Release notes:
+ `https://github.com/gorhill/uBlock/releases/tag/1.13.7rc1 <https://outgoing.prod.mozaws.net/v1/4451f343274d942ae68d710823489c9b766df2d40911d86089e2954d331cae4f/https%3A//github.com/gorhill/uBlock/releases/tag/1.13.7rc1>`__
+| Commit history since 1.13.4:
+ `https://github.com/gorhill/uBlock/compare/1.13.4...1.13.7rc1 <https://outgoing.prod.mozaws.net/v1/f8d8884b198da7c9a677ec2e485b167bef50a493799f8b5f99b01a007871c294/https%3A//github.com/gorhill/uBlock/compare/1.13.4...1.13.7rc1>`__
+
+uBlock Origin 1.13.7rc0 - July 6, 2017
+--------------------------------------
+
+| Release notes:
+ `https://github.com/gorhill/uBlock/releases/tag/1.13.7rc0 <https://outgoing.prod.mozaws.net/v1/d35e6145a9c63a295df605027aab71aea87c7b918214777c8a6d77a1c60e02e8/https%3A//github.com/gorhill/uBlock/releases/tag/1.13.7rc0>`__
+| Commit history since 1.13.4:
+ `https://github.com/gorhill/uBlock/compare/1.13.4...1.13.7rc0 <https://outgoing.prod.mozaws.net/v1/eaefcbe89547b84595099baa05c1a17254a205b8bad43c26316f912587356447/https%3A//github.com/gorhill/uBlock/compare/1.13.4...1.13.7rc0>`__
+
+uBlock Origin 1.13.7b1 - July 3, 2017
+-------------------------------------
+
+| Release notes:
+ `https://github.com/gorhill/uBlock/releases/tag/1.13.7b1 <https://outgoing.prod.mozaws.net/v1/581c2b2ee15e66a3e8c91524385baa39cccb230629a5ead0f47fdd5f88ba2793/https%3A//github.com/gorhill/uBlock/releases/tag/1.13.7b1>`__
+| Commit history since 1.13.4:
+ `https://github.com/gorhill/uBlock/compare/1.13.4...1.13.7b1 <https://outgoing.prod.mozaws.net/v1/042f7c471401bd9678ac3717f0ba5ef63f791fe62149ad891baf6a42c446dc5b/https%3A//github.com/gorhill/uBlock/compare/1.13.4...1.13.7b1>`__
+
+uBlock Origin 1.13.7b0 - July 2, 2017
+-------------------------------------
+
+| Release notes:
+ `https://github.com/gorhill/uBlock/releases/tag/1.13.7b0 <https://outgoing.prod.mozaws.net/v1/cb094384bc7eaaf94756783212bd15ba28dead56f1ec0983ae6a222d1cda03f9/https%3A//github.com/gorhill/uBlock/releases/tag/1.13.7b0>`__
+| Commit history since 1.13.4:
+ `https://github.com/gorhill/uBlock/compare/1.13.4...1.13.7b0 <https://outgoing.prod.mozaws.net/v1/dd6466d27310b471240cec05883a70bb9c9b0e41c73c4c54686aa4db9c40dbd4/https%3A//github.com/gorhill/uBlock/compare/1.13.4...1.13.7b0>`__
+
uBlock Origin 1.13.4 - June 26, 2017
-====================================
+------------------------------------
| See `release
notes <https://outgoing.prod.mozaws.net/v1/fccd80d7f81043dcb3365c7a4531c4274f01289c2443a22ed2206cbe32361b5f/https%3A//github.com/gorhill/uBlock/releases/tag/1.13.4>`__.
@@ -37,7 +156,7 @@ uBlock Origin 1.13.4 - June 26, 2017
1.13.4 <https://outgoing.prod.mozaws.net/v1/db31147d0ff80ed0c0ff6f0e4726dd4b599788401af60f322ed8b926261ca90a/https%3A//github.com/gorhill/uBlock/compare/1.12.4...1.13.4>`__.
uBlock Origin 1.13.3b3 - June 24, 2017
-======================================
+--------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.13.0 <https://outgoing.prod.mozaws.net/v1/747868839c4269994ed11ffac41f5c604e1ee262340e24178f27d89d617bf207/https%3A//github.com/gorhill/uBlock/releases/tag/1.13.0>`__
@@ -45,7 +164,7 @@ uBlock Origin 1.13.3b3 - June 24, 2017
`https://github.com/gorhill/uBlock/compare/1.13.0...1.13.3b3 <https://outgoing.prod.mozaws.net/v1/203253b6428c8b5cafd4802feb6344f8b976d6f046470b821af6430835b1ceae/https%3A//github.com/gorhill/uBlock/compare/1.13.0...1.13.3b3>`__
uBlock Origin 1.13.3b2 - June 23, 2017
-======================================
+--------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.13.0 <https://outgoing.prod.mozaws.net/v1/747868839c4269994ed11ffac41f5c604e1ee262340e24178f27d89d617bf207/https%3A//github.com/gorhill/uBlock/releases/tag/1.13.0>`__
@@ -53,7 +172,7 @@ uBlock Origin 1.13.3b2 - June 23, 2017
`https://github.com/gorhill/uBlock/compare/1.13.0...1.13.3b2 <https://outgoing.prod.mozaws.net/v1/4e00f99cb63337c6f275c55f2d8782e1ecfed6b6570511ea35e9fabcd83268e7/https%3A//github.com/gorhill/uBlock/compare/1.13.0...1.13.3b2>`__
uBlock Origin 1.13.3b1 - June 22, 2017
-======================================
+--------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.13.0 <https://outgoing.prod.mozaws.net/v1/747868839c4269994ed11ffac41f5c604e1ee262340e24178f27d89d617bf207/https%3A//github.com/gorhill/uBlock/releases/tag/1.13.0>`__
@@ -61,7 +180,7 @@ uBlock Origin 1.13.3b1 - June 22, 2017
`https://github.com/gorhill/uBlock/compare/1.13.0...1.13.3b1 <https://outgoing.prod.mozaws.net/v1/86cf90425fcf537643c7f3bbe7ce02c645ab3a70949526aa12ffceb5780a94b2/https%3A//github.com/gorhill/uBlock/compare/1.13.0...1.13.3b1>`__
uBlock Origin 1.13.0 - June 20, 2017
-====================================
+------------------------------------
| See `release
notes <https://outgoing.prod.mozaws.net/v1/747868839c4269994ed11ffac41f5c604e1ee262340e24178f27d89d617bf207/https%3A//github.com/gorhill/uBlock/releases/tag/1.13.0>`__.
@@ -185,7 +304,7 @@ uBlock Origin 1.13.0 - June 20, 2017
1.13.0 <https://outgoing.prod.mozaws.net/v1/7c5b39b3fd62f551815e5c4b97196c782df1caa2594a8055c2c8130b0f6ea58b/https%3A//github.com/gorhill/uBlock/compare/1.12.4...1.13.0>`__.
uBlock Origin 1.12.5rc5 - June 17, 2017
-=======================================
+---------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.12.5rc5 <https://outgoing.prod.mozaws.net/v1/ce98f83c679adf22a6b6b807f0ce5147f1d640677191add814928e4c61baa8f5/https%3A//github.com/gorhill/uBlock/releases/tag/1.12.5rc5>`__
@@ -193,7 +312,7 @@ uBlock Origin 1.12.5rc5 - June 17, 2017
`https://github.com/gorhill/uBlock/compare/1.12.4...1.12.5rc5 <https://outgoing.prod.mozaws.net/v1/6086eb33be89e2917b5e98af81d4d3877396976173c895b474a6300ae0fad776/https%3A//github.com/gorhill/uBlock/compare/1.12.4...1.12.5rc5>`__
uBlock Origin 1.12.5rc4 - June 14, 2017
-=======================================
+---------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.12.5rc4 <https://outgoing.prod.mozaws.net/v1/00d65b8c7281844bd3ae2391db7f326b5705bb8852d5d5dc038e2a99742a4451/https%3A//github.com/gorhill/uBlock/releases/tag/1.12.5rc4>`__
@@ -201,7 +320,7 @@ uBlock Origin 1.12.5rc4 - June 14, 2017
`https://github.com/gorhill/uBlock/compare/1.12.4...1.12.5rc4 <https://outgoing.prod.mozaws.net/v1/169ddd796f63917f416c0a0954d12255cd625307da411bb51c90b3f70e97af80/https%3A//github.com/gorhill/uBlock/compare/1.12.4...1.12.5rc4>`__
uBlock Origin 1.12.5rc3 - June 11, 2017
-=======================================
+---------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.12.5rc3 <https://outgoing.prod.mozaws.net/v1/ebc76e429626eb4ed025b250b49a7bb0f7669b9da0971872c762c10630681b8b/https%3A//github.com/gorhill/uBlock/releases/tag/1.12.5rc3>`__
@@ -209,7 +328,7 @@ uBlock Origin 1.12.5rc3 - June 11, 2017
`https://github.com/gorhill/uBlock/compare/1.12.4...1.12.5rc3 <https://outgoing.prod.mozaws.net/v1/ab839b4db760b88fe7b065a7cd454c752df5dd4202b9209cc30cc599d6b73614/https%3A//github.com/gorhill/uBlock/compare/1.12.4...1.12.5rc3>`__
uBlock Origin 1.12.5rc2 - June 9, 2017
-======================================
+--------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.12.5rc2 <https://outgoing.prod.mozaws.net/v1/d47f8e48e53a22059283369f03d3bab9c58f97de72666ab8b4e6e5d740c033d0/https%3A//github.com/gorhill/uBlock/releases/tag/1.12.5rc2>`__
@@ -217,7 +336,7 @@ uBlock Origin 1.12.5rc2 - June 9, 2017
`https://github.com/gorhill/uBlock/compare/1.12.4...1.12.5rc2 <https://outgoing.prod.mozaws.net/v1/ea17f09d1a2f8314d768d88087fc062baaa8b86364950b203114725a318b7684/https%3A//github.com/gorhill/uBlock/compare/1.12.4...1.12.5rc2>`__
uBlock Origin 1.12.5rc1 - June 5, 2017
-======================================
+--------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.12.5rc1 <https://outgoing.prod.mozaws.net/v1/c56fd7e880adc0fed157826cd79d1e50c032b78d0b2de2c88aa8ba13aa2d79e3/https%3A//github.com/gorhill/uBlock/releases/tag/1.12.5rc1>`__
@@ -225,7 +344,7 @@ uBlock Origin 1.12.5rc1 - June 5, 2017
`https://github.com/gorhill/uBlock/compare/1.12.4...1.12.5rc1 <https://outgoing.prod.mozaws.net/v1/538431d409fbb8b493cfaa0d2bd2cfafc2720395ecb00c3d33555173430e16d0/https%3A//github.com/gorhill/uBlock/compare/1.12.4...1.12.5rc1>`__
uBlock Origin 1.12.5rc0 - June 2, 2017
-======================================
+--------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.12.5rc0 <https://outgoing.prod.mozaws.net/v1/fc6f177c132b36b6bdd90984126f47e800d1e1b470d9fa1fe095df9f92cfda37/https%3A//github.com/gorhill/uBlock/releases/tag/1.12.5rc0>`__
@@ -233,7 +352,7 @@ uBlock Origin 1.12.5rc0 - June 2, 2017
`https://github.com/gorhill/uBlock/compare/1.12.4...1.12.5rc0 <https://outgoing.prod.mozaws.net/v1/9ae536e6f58ab9d24f408f360d36eb0dd097ab73776b1a9204be75fd650043e1/https%3A//github.com/gorhill/uBlock/compare/1.12.4...1.12.5rc0>`__
uBlock Origin 1.12.5b20 - May 31, 2017
-======================================
+--------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.12.5b20 <https://outgoing.prod.mozaws.net/v1/9b72c60265243ee70d84e68ef6361ffde6491490a1ba6a6305359c43ba24f61b/https%3A//github.com/gorhill/uBlock/releases/tag/1.12.5b20>`__
@@ -241,7 +360,7 @@ uBlock Origin 1.12.5b20 - May 31, 2017
`https://github.com/gorhill/uBlock/compare/1.12.4...1.12.5b20 <https://outgoing.prod.mozaws.net/v1/5871c751c77e16c60b93f7c1353f792d1e586911b04b7799231a41da27984d9f/https%3A//github.com/gorhill/uBlock/compare/1.12.4...1.12.5b20>`__
uBlock Origin 1.12.5b19 - May 31, 2017
-======================================
+--------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.12.5b19 <https://outgoing.prod.mozaws.net/v1/ce39c3679a31763e126e5d248b924819280b50734c93f9472423a9f6da153514/https%3A//github.com/gorhill/uBlock/releases/tag/1.12.5b19>`__
@@ -249,7 +368,7 @@ uBlock Origin 1.12.5b19 - May 31, 2017
`https://github.com/gorhill/uBlock/compare/1.12.4...1.12.5b19 <https://outgoing.prod.mozaws.net/v1/44e986353858f8832b6728470e523d3b334384bf73de896ce746610bcf0bb7cb/https%3A//github.com/gorhill/uBlock/compare/1.12.4...1.12.5b19>`__
uBlock Origin 1.12.5b17 - May 29, 2017
-======================================
+--------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.12.5b17 <https://outgoing.prod.mozaws.net/v1/c80790ab66e4a1fb1e744f6ab55a3ad97765fe9dde05647de682a294d0b43ee0/https%3A//github.com/gorhill/uBlock/releases/tag/1.12.5b17>`__
@@ -257,7 +376,7 @@ uBlock Origin 1.12.5b17 - May 29, 2017
`https://github.com/gorhill/uBlock/compare/1.12.4...1.12.5b17 <https://outgoing.prod.mozaws.net/v1/c3d0ce3c2b195e101683bdb52e2dbba5694f2081103977172c3c48e92944c41d/https%3A//github.com/gorhill/uBlock/compare/1.12.4...1.12.5b17>`__
uBlock Origin 1.12.5b16 - May 29, 2017
-======================================
+--------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.12.5b16 <https://outgoing.prod.mozaws.net/v1/832f7f809dd9635cbe14020c7d3ee27899db00307616cca0d7e046cd8f7fb05a/https%3A//github.com/gorhill/uBlock/releases/tag/1.12.5b16>`__
@@ -265,7 +384,7 @@ uBlock Origin 1.12.5b16 - May 29, 2017
`https://github.com/gorhill/uBlock/compare/1.12.4...1.12.5b16 <https://outgoing.prod.mozaws.net/v1/04e74834808c78d64fdb6f19514eca4ff1657529c0161b5c29fc594d55456676/https%3A//github.com/gorhill/uBlock/compare/1.12.4...1.12.5b16>`__
uBlock Origin 1.12.5b15 - May 28, 2017
-======================================
+--------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.12.5b15 <https://outgoing.prod.mozaws.net/v1/1d6f9216d8358687e658b4700a0517774853ba14087f107380703beba9c99bf9/https%3A//github.com/gorhill/uBlock/releases/tag/1.12.5b15>`__
@@ -273,7 +392,7 @@ uBlock Origin 1.12.5b15 - May 28, 2017
`https://github.com/gorhill/uBlock/compare/1.12.4...1.12.5b15 <https://outgoing.prod.mozaws.net/v1/245323e0b4786f659be1755e6439c14b6f512c3807422793f22aa5830ec33dcb/https%3A//github.com/gorhill/uBlock/compare/1.12.4...1.12.5b15>`__
uBlock Origin 1.12.5b14 - May 28, 2017
-======================================
+--------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.12.5b14 <https://outgoing.prod.mozaws.net/v1/f208f5787e40e199655bb9de4d940e769cd2ebca639d9acd5f0a7e2cc70cfbc5/https%3A//github.com/gorhill/uBlock/releases/tag/1.12.5b14>`__
@@ -281,7 +400,7 @@ uBlock Origin 1.12.5b14 - May 28, 2017
`https://github.com/gorhill/uBlock/compare/1.12.4...1.12.5b14 <https://outgoing.prod.mozaws.net/v1/3660864959d25b3b7f45bf0ae61ca777cdb91093ce59d89aa6c2fb0de56fb640/https%3A//github.com/gorhill/uBlock/compare/1.12.4...1.12.5b14>`__
uBlock Origin 1.12.5b13 - May 28, 2017
-======================================
+--------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.12.5b13 <https://outgoing.prod.mozaws.net/v1/4fcefb562e90c3ac51e5a781b5d30285468205b2067824ebb487d694d1ee4d43/https%3A//github.com/gorhill/uBlock/releases/tag/1.12.5b13>`__
@@ -289,7 +408,7 @@ uBlock Origin 1.12.5b13 - May 28, 2017
`https://github.com/gorhill/uBlock/compare/1.12.4...1.12.5b13 <https://outgoing.prod.mozaws.net/v1/a4866bfdedd87a117e4ed82af89b913bf2a1a2f9b9530284e4ed38729d34a424/https%3A//github.com/gorhill/uBlock/compare/1.12.4...1.12.5b13>`__
uBlock Origin 1.12.5b12 - May 27, 2017
-======================================
+--------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.12.5b12 <https://outgoing.prod.mozaws.net/v1/460a776b829355d746e2c73bda2c48a89abb469f71cfb0902bf0d3dd74762ba0/https%3A//github.com/gorhill/uBlock/releases/tag/1.12.5b12>`__
@@ -297,7 +416,7 @@ uBlock Origin 1.12.5b12 - May 27, 2017
`https://github.com/gorhill/uBlock/compare/1.12.4...1.12.5b12 <https://outgoing.prod.mozaws.net/v1/d169b8738527112c6ee3ff4c375beeef60074e362f73736a5ffc844ae5a27b25/https%3A//github.com/gorhill/uBlock/compare/1.12.4...1.12.5b12>`__
uBlock Origin 1.12.5b10 - May 27, 2017
-======================================
+--------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.12.5b10 <https://outgoing.prod.mozaws.net/v1/cd6ebbe56dc731eb565796cc840c14e90bb85d4c7447415749cb72c5a6802e6e/https%3A//github.com/gorhill/uBlock/releases/tag/1.12.5b10>`__
@@ -305,7 +424,7 @@ uBlock Origin 1.12.5b10 - May 27, 2017
`https://github.com/gorhill/uBlock/compare/1.12.4...1.12.5b10 <https://outgoing.prod.mozaws.net/v1/32dfe2dee5cb612a1ef1da4a2e1daef7a74a227832e8495acde167e657bbee16/https%3A//github.com/gorhill/uBlock/compare/1.12.4...1.12.5b10>`__
uBlock Origin 1.12.5b9 - May 26, 2017
-=====================================
+-------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.12.5b9 <https://outgoing.prod.mozaws.net/v1/623fe1c9627ba91381a00f5fdeb551b0573180796c7201fa15b4907207661ff0/https%3A//github.com/gorhill/uBlock/releases/tag/1.12.5b9>`__
@@ -313,7 +432,7 @@ uBlock Origin 1.12.5b9 - May 26, 2017
`https://github.com/gorhill/uBlock/compare/1.12.4...1.12.5b9 <https://outgoing.prod.mozaws.net/v1/52b6a7653014040c48774a78908f27c31f819f89ae2f369bdd6dd0582a8fa37c/https%3A//github.com/gorhill/uBlock/compare/1.12.4...1.12.5b9>`__
uBlock Origin 1.12.5b7 - May 20, 2017
-=====================================
+-------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.12.5b7 <https://outgoing.prod.mozaws.net/v1/96157ce3d5ca85b59c60c37c20184052c302d131f0cb7971b12feba919d3dfb1/https%3A//github.com/gorhill/uBlock/releases/tag/1.12.5b7>`__
@@ -321,7 +440,7 @@ uBlock Origin 1.12.5b7 - May 20, 2017
`https://github.com/gorhill/uBlock/compare/1.12.4...1.12.5b7 <https://outgoing.prod.mozaws.net/v1/2597e210a8032e12bfc97b4b3302ef16a96c76de9c2aaed161bc03421c0911b0/https%3A//github.com/gorhill/uBlock/compare/1.12.4...1.12.5b7>`__
uBlock Origin 1.12.5b6 - May 20, 2017
-=====================================
+-------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.12.5b6 <https://outgoing.prod.mozaws.net/v1/951d95f4b23b758881e6ab46d069f032e74fec02ba1953f041309b7e311926a4/https%3A//github.com/gorhill/uBlock/releases/tag/1.12.5b6>`__
@@ -329,7 +448,7 @@ uBlock Origin 1.12.5b6 - May 20, 2017
`https://github.com/gorhill/uBlock/compare/1.12.4...1.12.5b6 <https://outgoing.prod.mozaws.net/v1/cfce94d59eaa8d861f025fe6ad8421ad2dff14e8c0b7654e3b9f7acbcb8e5c12/https%3A//github.com/gorhill/uBlock/compare/1.12.4...1.12.5b6>`__
uBlock Origin 1.12.5b5 - May 20, 2017
-=====================================
+-------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.12.5b5 <https://outgoing.prod.mozaws.net/v1/734d581788755ead56701fff6890981ea48c4c78873f45d2c81b1b9823225ea7/https%3A//github.com/gorhill/uBlock/releases/tag/1.12.5b5>`__
@@ -337,7 +456,7 @@ uBlock Origin 1.12.5b5 - May 20, 2017
`https://github.com/gorhill/uBlock/compare/1.12.4...1.12.5b5 <https://outgoing.prod.mozaws.net/v1/ecb2c78a586ad53019492907e68e3cce34f72941b7f09d283a8851b7e001d358/https%3A//github.com/gorhill/uBlock/compare/1.12.4...1.12.5b5>`__
uBlock Origin 1.12.5b4 - May 19, 2017
-=====================================
+-------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.12.5b4 <https://outgoing.prod.mozaws.net/v1/bddd5f21ae202ca6a9d29583f7009e0023454b6da81b285e85ad7089d1cfe11b/https%3A//github.com/gorhill/uBlock/releases/tag/1.12.5b4>`__
@@ -345,7 +464,7 @@ uBlock Origin 1.12.5b4 - May 19, 2017
`https://github.com/gorhill/uBlock/compare/1.12.4...1.12.5b4 <https://outgoing.prod.mozaws.net/v1/79cc3ab4428e052e072cbe1f259f49f42810f7434582ebdc22d328fd6d9b574e/https%3A//github.com/gorhill/uBlock/compare/1.12.4...1.12.5b4>`__
uBlock Origin 1.12.5b3 - May 17, 2017
-=====================================
+-------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.12.5b3 <https://outgoing.prod.mozaws.net/v1/fe7edf959760430f50b8d3c685d628cf31c17c5d3029141930ec83ad490588bf/https%3A//github.com/gorhill/uBlock/releases/tag/1.12.5b3>`__
@@ -353,7 +472,7 @@ uBlock Origin 1.12.5b3 - May 17, 2017
`https://github.com/gorhill/uBlock/compare/1.12.4...1.12.5b3 <https://outgoing.prod.mozaws.net/v1/0886c5f2765edef63a16f59a07eeee3882e65a2cbd9d37a0495e2c233de583e3/https%3A//github.com/gorhill/uBlock/compare/1.12.4...1.12.5b3>`__
uBlock Origin 1.12.5b2 - May 17, 2017
-=====================================
+-------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.12.5b2 <https://outgoing.prod.mozaws.net/v1/6a32f6ea7f3fadb609e049760951faf43a772ffb3b24ae1b892d600252cc0d52/https%3A//github.com/gorhill/uBlock/releases/tag/1.12.5b2>`__
@@ -361,7 +480,7 @@ uBlock Origin 1.12.5b2 - May 17, 2017
`https://github.com/gorhill/uBlock/compare/1.12.4...1.12.5b2 <https://outgoing.prod.mozaws.net/v1/c1402412f005453beb676825f5b8c4ca750181f4cfc0aafc5228797aaf3805db/https%3A//github.com/gorhill/uBlock/compare/1.12.4...1.12.5b2>`__
uBlock Origin 1.12.4 - May 14, 2017
-===================================
+-----------------------------------
| See `release
notes <https://outgoing.prod.mozaws.net/v1/265d9815983f468c2ae86c0c48c2c185149b119981e65b1026a9e8994b9ed617/https%3A//github.com/gorhill/uBlock/releases/tag/1.12.4>`__.
@@ -411,7 +530,7 @@ uBlock Origin 1.12.4 - May 14, 2017
1.12.4 <https://outgoing.prod.mozaws.net/v1/5a6c0519caebab15390d52a4828e810863bd443e44fb3f8918f5901e0155be3f/https%3A//github.com/gorhill/uBlock/compare/1.12.1...1.12.4>`__.
uBlock Origin 1.12.3rc2 - May 9, 2017
-=====================================
+-------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.12.3rc2 <https://outgoing.prod.mozaws.net/v1/9e59aa96a65701214e40ce2eea07aff5e2e649d2e11d2113b203f9f1a3d57dde/https%3A//github.com/gorhill/uBlock/releases/tag/1.12.3rc2>`__
@@ -419,7 +538,7 @@ uBlock Origin 1.12.3rc2 - May 9, 2017
`https://github.com/gorhill/uBlock/compare/1.12.1...1.12.3rc2 <https://outgoing.prod.mozaws.net/v1/8396bc5fa1171039682c04ef94a2de920ee9408cb7fe912ed085046c3a315131/https%3A//github.com/gorhill/uBlock/compare/1.12.1...1.12.3rc2>`__
uBlock Origin 1.12.3rc1 - May 8, 2017
-=====================================
+-------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.12.3rc1 <https://outgoing.prod.mozaws.net/v1/c886e8a7a417351067dfad5ec648c2e9a87976b679927874e384e93fb04c9a99/https%3A//github.com/gorhill/uBlock/releases/tag/1.12.3rc1>`__
@@ -427,7 +546,7 @@ uBlock Origin 1.12.3rc1 - May 8, 2017
`https://github.com/gorhill/uBlock/compare/1.12.1...1.12.3rc1 <https://outgoing.prod.mozaws.net/v1/f9684ca920fa2cdad37166bb96da2494a741f2bd86f8c2ef22a713b3c2361758/https%3A//github.com/gorhill/uBlock/compare/1.12.1...1.12.3rc1>`__
uBlock Origin 1.12.3rc0 - May 6, 2017
-=====================================
+-------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.12.3rc0 <https://outgoing.prod.mozaws.net/v1/c3b414dc3a00431079ccff5850b4c398b22f3cf6e8baeb0876e54fb2c32fa7a3/https%3A//github.com/gorhill/uBlock/releases/tag/1.12.3rc0>`__
@@ -435,7 +554,7 @@ uBlock Origin 1.12.3rc0 - May 6, 2017
`https://github.com/gorhill/uBlock/compare/1.12.1...1.12.3rc0 <https://outgoing.prod.mozaws.net/v1/d0078e4f547dfa6dab1175dfc610ea35cd8789979f6124a312d995b9f075870d/https%3A//github.com/gorhill/uBlock/compare/1.12.1...1.12.3rc0>`__
uBlock Origin 1.12.3b2 - May 2, 2017
-====================================
+------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.12.3b2 <https://outgoing.prod.mozaws.net/v1/ed49630a346a771d0eb2f856af4de68ba26edfbdf69b4e5b2aa755a21f40d278/https%3A//github.com/gorhill/uBlock/releases/tag/1.12.3b2>`__
@@ -443,7 +562,7 @@ uBlock Origin 1.12.3b2 - May 2, 2017
`https://github.com/gorhill/uBlock/compare/1.12.1...1.12.3b2 <https://outgoing.prod.mozaws.net/v1/6c4cf3d700ee60c2da8f6760ad7ec7d519e2487d356ada3710c1c038567d8b27/https%3A//github.com/gorhill/uBlock/compare/1.12.1...1.12.3b2>`__
uBlock Origin 1.12.3b1 - April 27, 2017
-=======================================
+---------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.12.3b1 <https://outgoing.prod.mozaws.net/v1/e7ed89dbe0c4e5be97534974b3165ce3155a7f34a65ee50ffc4068362c3a3002/https%3A//github.com/gorhill/uBlock/releases/tag/1.12.3b1>`__
@@ -451,7 +570,7 @@ uBlock Origin 1.12.3b1 - April 27, 2017
`https://github.com/gorhill/uBlock/compare/1.12.1...1.12.3b1 <https://outgoing.prod.mozaws.net/v1/28039e61d35d96dfdabb7419fad3d7a53b79acd86707dd6f122419f4785fd6bb/https%3A//github.com/gorhill/uBlock/compare/1.12.1...1.12.3b1>`__
uBlock Origin 1.12.3b0 - April 24, 2017
-=======================================
+---------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.12.3b0 <https://outgoing.prod.mozaws.net/v1/78791829e022149dcaf0ada9bca6328c96cb079a5ae0f1f49f8a182285ef8f57/https%3A//github.com/gorhill/uBlock/releases/tag/1.12.3b0>`__
@@ -459,7 +578,7 @@ uBlock Origin 1.12.3b0 - April 24, 2017
`https://github.com/gorhill/uBlock/compare/1.12.1...1.12.3b0 <https://outgoing.prod.mozaws.net/v1/88c31cb2f33c78f58e2b4cd5fdbc7c6369c96021e9f0006eca203ad77ff58ad9/https%3A//github.com/gorhill/uBlock/compare/1.12.1...1.12.3b0>`__
uBlock Origin 1.12.1 - April 15, 2017
-=====================================
+-------------------------------------
| No code change, just a re-package with more recent filter lists to ensure
uBlock Origin works *out of the box* with
@@ -486,7 +605,7 @@ uBlock Origin 1.12.1 - April 15, 2017
was fixed by maintainers).
uBlock Origin 1.12.0 - April 9, 2017
-====================================
+------------------------------------
| See `release
notes <https://outgoing.prod.mozaws.net/v1/5ffb2ccf2af4ca994061e78e2c36a3f72d279869c55613d2da865b3f8128bdbb/https%3A//github.com/gorhill/uBlock/releases/tag/1.12.0>`__.
@@ -568,7 +687,7 @@ uBlock Origin 1.12.0 - April 9, 2017
1.12.0 <https://outgoing.prod.mozaws.net/v1/04aeb94c1280bebd0e1c7ccabfa6f2faae021e3d1f80824180dd25075275bd07/https%3A//github.com/gorhill/uBlock/compare/1.11.4...1.12.0>`__.
uBlock Origin 1.11.5rc8 - April 4, 2017
-=======================================
+---------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.11.5rc8 <https://outgoing.prod.mozaws.net/v1/7dca67154e509149515e0c15e3839e577909fee2121b500503adbfe21602c63f/https%3A//github.com/gorhill/uBlock/releases/tag/1.11.5rc8>`__
@@ -576,7 +695,7 @@ uBlock Origin 1.11.5rc8 - April 4, 2017
`https://github.com/gorhill/uBlock/compare/1.11.4...1.11.5rc8 <https://outgoing.prod.mozaws.net/v1/a855f2c393e3a0d39d21cf56eb09089aa579abd7fd0c7d733619d8ec3805aa42/https%3A//github.com/gorhill/uBlock/compare/1.11.4...1.11.5rc8>`__
uBlock Origin 1.11.5rc7 - April 3, 2017
-=======================================
+---------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.11.5rc7 <https://outgoing.prod.mozaws.net/v1/60c6f4d9c4db17b5edaa98a198be1c7af43f9d62c50d67f88c2725b502c3ca20/https%3A//github.com/gorhill/uBlock/releases/tag/1.11.5rc7>`__
@@ -584,7 +703,7 @@ uBlock Origin 1.11.5rc7 - April 3, 2017
`https://github.com/gorhill/uBlock/compare/1.11.4...1.11.5rc7 <https://outgoing.prod.mozaws.net/v1/964e1813bb6e1968a1daad73a210ba17cfcb4665826f76445348e88a5878f811/https%3A//github.com/gorhill/uBlock/compare/1.11.4...1.11.5rc7>`__
uBlock Origin 1.11.5rc6 - April 1, 2017
-=======================================
+---------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.11.5rc6 <https://outgoing.prod.mozaws.net/v1/7a27963ab4b2b53f1b5dbef2b0d0b2d18396b2962653548b907e46ffa6b95d91/https%3A//github.com/gorhill/uBlock/releases/tag/1.11.5rc6>`__
@@ -592,7 +711,7 @@ uBlock Origin 1.11.5rc6 - April 1, 2017
`https://github.com/gorhill/uBlock/compare/1.11.4...1.11.5rc6 <https://outgoing.prod.mozaws.net/v1/15364f3d8a22b35546c28f5c8131497a8eba71f92f5dd1ac42791a50884d0795/https%3A//github.com/gorhill/uBlock/compare/1.11.4...1.11.5rc6>`__
uBlock Origin 1.11.5rc4 - April 1, 2017
-=======================================
+---------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.11.5rc4 <https://outgoing.prod.mozaws.net/v1/344ee6a308636d8baa222417fa47807fecf9a5b4f5cd6625750179afce83769a/https%3A//github.com/gorhill/uBlock/releases/tag/1.11.5rc4>`__
@@ -600,7 +719,7 @@ uBlock Origin 1.11.5rc4 - April 1, 2017
`https://github.com/gorhill/uBlock/compare/1.11.4...1.11.5rc4 <https://outgoing.prod.mozaws.net/v1/6b397439234f6f70afddedee14b0a5f5a89d11e25414e4fdb5c84d2186f1640a/https%3A//github.com/gorhill/uBlock/compare/1.11.4...1.11.5rc4>`__
uBlock Origin 1.11.5rc3 - April 1, 2017
-=======================================
+---------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.11.5rc3 <https://outgoing.prod.mozaws.net/v1/f467c8e2eb2d55bfec53a09dad3a2c5078b337fea94bdc11bd6bb05784549d80/https%3A//github.com/gorhill/uBlock/releases/tag/1.11.5rc3>`__
@@ -608,7 +727,7 @@ uBlock Origin 1.11.5rc3 - April 1, 2017
`https://github.com/gorhill/uBlock/compare/1.11.4...1.11.5rc3 <https://outgoing.prod.mozaws.net/v1/5503a253e746ed662cdb04af8bbca711057ff625f61411747d409aae8b22ab57/https%3A//github.com/gorhill/uBlock/compare/1.11.4...1.11.5rc3>`__
uBlock Origin 1.11.5rc1 - March 25, 2017
-========================================
+----------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.11.5rc1 <https://outgoing.prod.mozaws.net/v1/17ef99a3f04cbdf85396a92ad62ec18032eafec5b3ff3179eac933ee33b111d0/https%3A//github.com/gorhill/uBlock/releases/tag/1.11.5rc1>`__
@@ -616,7 +735,7 @@ uBlock Origin 1.11.5rc1 - March 25, 2017
`https://github.com/gorhill/uBlock/compare/1.11.4...1.11.5rc1 <https://outgoing.prod.mozaws.net/v1/2c4f7f3a4be47e3ec22d58a9dbb9a518965b343242308872f521711103666c38/https%3A//github.com/gorhill/uBlock/compare/1.11.4...1.11.5rc1>`__
uBlock Origin 1.11.5rc0 - March 23, 2017
-========================================
+----------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.11.5rc0 <https://outgoing.prod.mozaws.net/v1/f70bf5aad8c759c6cbaa886003b023fcf885d6a69ed7820ae52ecee7150d80de/https%3A//github.com/gorhill/uBlock/releases/tag/1.11.5rc0>`__
@@ -624,7 +743,7 @@ uBlock Origin 1.11.5rc0 - March 23, 2017
`https://github.com/gorhill/uBlock/compare/1.11.4...1.11.5rc0 <https://outgoing.prod.mozaws.net/v1/79ec06c873a0dfb1a4a81ef0b4e9cf0c09bfdebbe621cead437e2a557aae5071/https%3A//github.com/gorhill/uBlock/compare/1.11.4...1.11.5rc0>`__
uBlock Origin 1.11.5b2 - March 20, 2017
-=======================================
+---------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.11.5b2 <https://outgoing.prod.mozaws.net/v1/0829ecba5f599e35bd11259aa34ebfea7c26b29b2a36ba32c9f14ffce04733f0/https%3A//github.com/gorhill/uBlock/releases/tag/1.11.5b2>`__
@@ -632,7 +751,7 @@ uBlock Origin 1.11.5b2 - March 20, 2017
`https://github.com/gorhill/uBlock/compare/1.11.4...1.11.5b2 <https://outgoing.prod.mozaws.net/v1/45ea5f0470edb57f1aa2340e6f486f0616118efbb356670caffffcf6c2ac6904/https%3A//github.com/gorhill/uBlock/compare/1.11.4...1.11.5b2>`__
uBlock Origin 1.11.5b0 - March 13, 2017
-=======================================
+---------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.11.5b0 <https://outgoing.prod.mozaws.net/v1/faa9dac0b9275d9efb232659c034b193c2de5857e278d6b5740601cc1f1064b9/https%3A//github.com/gorhill/uBlock/releases/tag/1.11.5b0>`__
@@ -640,7 +759,7 @@ uBlock Origin 1.11.5b0 - March 13, 2017
`https://github.com/gorhill/uBlock/compare/1.11.4...1.11.5b0 <https://outgoing.prod.mozaws.net/v1/1ca54c8ed17393febc51e76e8d1a6693eb9e787b9f022cde9f1dc60de680d50a/https%3A//github.com/gorhill/uBlock/compare/1.11.4...1.11.5b0>`__
uBlock Origin 1.11.4 - March 13, 2017
-=====================================
+-------------------------------------
| See `release
notes <https://outgoing.prod.mozaws.net/v1/c6b4f3daccf5e11acff5aeba2e9cab9acb6967d5295576be9cf11f1029b6a196/https%3A//github.com/gorhill/uBlock/releases/tag/1.11.4>`__.
@@ -654,7 +773,7 @@ uBlock Origin 1.11.4 - March 13, 2017
1.11.4 <https://outgoing.prod.mozaws.net/v1/8b9ec379fb91dc00279a8784a44f7dce101041a209131c1c712c271ead5e6df5/https%3A//github.com/gorhill/uBlock/compare/1.11.2...1.11.4>`__.
uBlock Origin 1.11.3b2 - March 11, 2017
-=======================================
+---------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.11.3b2 <https://outgoing.prod.mozaws.net/v1/179de0119e891a64b4cabbd663b4e4d88724fbbb01340dff54395c1948e914a0/https%3A//github.com/gorhill/uBlock/releases/tag/1.11.3b2>`__
@@ -662,7 +781,7 @@ uBlock Origin 1.11.3b2 - March 11, 2017
`https://github.com/gorhill/uBlock/compare/1.11.2...1.11.3b2 <https://outgoing.prod.mozaws.net/v1/27d358a07f9c05857f6f9720f79febf8f2d92aade33338c322851b4eb31d297f/https%3A//github.com/gorhill/uBlock/compare/1.11.2...1.11.3b2>`__
uBlock Origin 1.11.3b0 - March 6, 2017
-======================================
+--------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.11.3b0 <https://outgoing.prod.mozaws.net/v1/5df00b7371edbd31d58257698210cf435ecb477093566eb81666273e5279e3d4/https%3A//github.com/gorhill/uBlock/releases/tag/1.11.3b0>`__
@@ -670,7 +789,7 @@ uBlock Origin 1.11.3b0 - March 6, 2017
`https://github.com/gorhill/uBlock/compare/1.11.2...1.11.3b0 <https://outgoing.prod.mozaws.net/v1/52fd05b797a88ee2c33dd85ea433ab07630e53cbea99d8b67fcffd6a61658579/https%3A//github.com/gorhill/uBlock/compare/1.11.2...1.11.3b0>`__
uBlock Origin 1.11.2 - March 3, 2017
-====================================
+------------------------------------
| See `release
notes <https://outgoing.prod.mozaws.net/v1/6e171e1eb8cd513ddd159c741688e27fcb381118e45b3d1896c73bc6f1b18b03/https%3A//github.com/gorhill/uBlock/releases/tag/1.11.2>`__.
@@ -701,7 +820,7 @@ uBlock Origin 1.11.2 - March 3, 2017
1.11.2 <https://outgoing.prod.mozaws.net/v1/344c1a7c275ee9e4cea5be27f0da577969b22a9fbcc641263a994b626914022d/https%3A//github.com/gorhill/uBlock/compare/1.11.0...1.11.2>`__.
uBlock Origin 1.11.1rc0 - February 18, 2017
-===========================================
+-------------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.11.1rc0 <https://outgoing.prod.mozaws.net/v1/fdb108779f0d9272611ee7359b754b1ab716d5a15b88050404593d1750b2432f/https%3A//github.com/gorhill/uBlock/releases/tag/1.11.1rc0>`__
@@ -709,7 +828,7 @@ uBlock Origin 1.11.1rc0 - February 18, 2017
`https://github.com/gorhill/uBlock/compare/1.11.0...1.11.1rc0 <https://outgoing.prod.mozaws.net/v1/fe3e37229fb1982cea638dc248c419eee15650e3e902034299e6c78232ac7974/https%3A//github.com/gorhill/uBlock/compare/1.11.0...1.11.1rc0>`__
uBlock Origin 1.11.1b1 - February 13, 2017
-==========================================
+------------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.11.1b1 <https://outgoing.prod.mozaws.net/v1/a8d54118c1421460033ec2f05e7f2d9cfad8fe50b034fc3a9518c1b9d86905b1/https%3A//github.com/gorhill/uBlock/releases/tag/1.11.1b1>`__
@@ -717,7 +836,7 @@ uBlock Origin 1.11.1b1 - February 13, 2017
`https://github.com/gorhill/uBlock/compare/1.11.0...1.11.1b1 <https://outgoing.prod.mozaws.net/v1/0f17a99a3ae989dccb0408926c866d8a364fd605aa67a397869103525f85801a/https%3A//github.com/gorhill/uBlock/compare/1.11.0...1.11.1b1>`__
uBlock Origin 1.11.1b0 - February 7, 2017
-=========================================
+-----------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.11.1b0 <https://outgoing.prod.mozaws.net/v1/1ef86dffae5124e35cb7844d72b4aa458ed06a6432ae4dc0eae8e3160e0831d9/https%3A//github.com/gorhill/uBlock/releases/tag/1.11.1b0>`__
@@ -725,7 +844,7 @@ uBlock Origin 1.11.1b0 - February 7, 2017
`https://github.com/gorhill/uBlock/compare/1.11.0...1.11.1b0 <https://outgoing.prod.mozaws.net/v1/8b505774afe6de4b74f23366fbb0482a8249dec97a5d98c6e598096b0327594d/https%3A//github.com/gorhill/uBlock/compare/1.11.0...1.11.1b0>`__
uBlock Origin 1.11.0 - February 6, 2017
-=======================================
+---------------------------------------
| See `release
notes <https://outgoing.prod.mozaws.net/v1/44acf80953303e13ceb669c7862ac81a84376b3e3ca00248e6a0569f03612c6e/https%3A//github.com/gorhill/uBlock/releases/tag/1.11.0>`__.
@@ -821,7 +940,7 @@ uBlock Origin 1.11.0 - February 6, 2017
1.11.0 <https://outgoing.prod.mozaws.net/v1/66224b50549318d468d2176451b14202b2ff9e0e2c160b94b1a39af86a344446/https%3A//github.com/gorhill/uBlock/compare/1.10.6...1.11.0>`__.
uBlock Origin 1.10.7rc4 - February 3, 2017
-==========================================
+------------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.10.7rc4 <https://outgoing.prod.mozaws.net/v1/e0a322ac328a1b4e834512ddeebf99ff3f67ff6126a63b1406ed195fb6fa7f14/https%3A//github.com/gorhill/uBlock/releases/tag/1.10.7rc4>`__
@@ -829,7 +948,7 @@ uBlock Origin 1.10.7rc4 - February 3, 2017
`https://github.com/gorhill/uBlock/compare/1.10.6...1.10.7rc4 <https://outgoing.prod.mozaws.net/v1/9aabb4dbcf38d14a62787d6d3d767b79d87e38c75e0a7987ec4c93efda98748e/https%3A//github.com/gorhill/uBlock/compare/1.10.6...1.10.7rc4>`__
uBlock Origin 1.10.7rc3 - February 1, 2017
-==========================================
+------------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.10.7rc3 <https://outgoing.prod.mozaws.net/v1/67905eecadd8f278574800c00d43f91cdecbafef361a9ceccb8cb23c0af09cdf/https%3A//github.com/gorhill/uBlock/releases/tag/1.10.7rc3>`__
@@ -837,7 +956,7 @@ uBlock Origin 1.10.7rc3 - February 1, 2017
`https://github.com/gorhill/uBlock/compare/1.10.6...1.10.7rc3 <https://outgoing.prod.mozaws.net/v1/83e38e4cbff4bf3ce75fcf3dd37ddf6e12ca379f54572c456a147ca34b38212d/https%3A//github.com/gorhill/uBlock/compare/1.10.6...1.10.7rc3>`__
uBlock Origin 1.10.7rc2 - January 27, 2017
-==========================================
+------------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.10.7rc2 <https://outgoing.prod.mozaws.net/v1/5542b4509431a4f5e8ea947cc2d36f23074f2118d478a7ef77e9df7f3d09744a/https%3A//github.com/gorhill/uBlock/releases/tag/1.10.7rc2>`__
@@ -845,7 +964,7 @@ uBlock Origin 1.10.7rc2 - January 27, 2017
`https://github.com/gorhill/uBlock/compare/1.10.6...1.10.7rc2 <https://outgoing.prod.mozaws.net/v1/8dd09ce9c94b883bbe5a420872ac96e9fab447cefc8e49df0edf34179a340933/https%3A//github.com/gorhill/uBlock/compare/1.10.6...1.10.7rc2>`__
uBlock Origin 1.10.7rc1 - January 26, 2017
-==========================================
+------------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.10.7rc1 <https://outgoing.prod.mozaws.net/v1/75539ec1784d6bdbbac843b559e49b2f4ea97c1fc44498a71906726187da98f8/https%3A//github.com/gorhill/uBlock/releases/tag/1.10.7rc1>`__
@@ -853,7 +972,7 @@ uBlock Origin 1.10.7rc1 - January 26, 2017
`https://github.com/gorhill/uBlock/compare/1.10.6...1.10.7rc1 <https://outgoing.prod.mozaws.net/v1/0d0d7bcbba75d01126641ea755b0393ff28f1b541e7040d38436d48196374fc3/https%3A//github.com/gorhill/uBlock/compare/1.10.6...1.10.7rc1>`__
uBlock Origin 1.10.7rc0 - January 25, 2017
-==========================================
+------------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.10.7rc0 <https://outgoing.prod.mozaws.net/v1/641bc495bffb341a0ec4970fc97795c03922d90ff46da8287ed19aa650a136f5/https%3A//github.com/gorhill/uBlock/releases/tag/1.10.7rc0>`__
@@ -861,7 +980,7 @@ uBlock Origin 1.10.7rc0 - January 25, 2017
`https://github.com/gorhill/uBlock/compare/1.10.6...1.10.7rc0 <https://outgoing.prod.mozaws.net/v1/a34b630f55fa17e78b5eda6ea71c7f42fd7c0f3da8e81a23578abc0b573ae0b7/https%3A//github.com/gorhill/uBlock/compare/1.10.6...1.10.7rc0>`__
uBlock Origin 1.10.6 - January 25, 2017
-=======================================
+---------------------------------------
| See `release
notes <https://outgoing.prod.mozaws.net/v1/f24ba43c0889d5ea2bd63c8044ba2f2c5d1e037d94766547d1dafcb01124ddd0/https%3A//github.com/gorhill/uBlock/releases/tag/1.10.6>`__.
@@ -876,7 +995,7 @@ uBlock Origin 1.10.6 - January 25, 2017
1.10.6 <https://outgoing.prod.mozaws.net/v1/9e219883d20c524bf092dc31bde38e1f6b9e5fecb42fe528e4adee9d86e2b103/https%3A//github.com/gorhill/uBlock/compare/1.10.4...1.10.6>`__.
uBlock Origin 1.10.5rc1 - January 24, 2017
-==========================================
+------------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.10.5rc1 <https://outgoing.prod.mozaws.net/v1/30d124568973ddd4be0889bd5669cdd97daf4b54a50b7f7f67df333ecbe8da31/https%3A//github.com/gorhill/uBlock/releases/tag/1.10.5rc1>`__
@@ -884,7 +1003,7 @@ uBlock Origin 1.10.5rc1 - January 24, 2017
`https://github.com/gorhill/uBlock/compare/1.10.4...1.10.5rc1 <https://outgoing.prod.mozaws.net/v1/49f8cec38cb7670be72e1c84e4a59f244787bb374008b4a6bfe5054bde6f5eeb/https%3A//github.com/gorhill/uBlock/compare/1.10.4...1.10.5rc1>`__
uBlock Origin 1.10.5rc0 - January 23, 2017
-==========================================
+------------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.10.5rc0 <https://outgoing.prod.mozaws.net/v1/9d35c33cfacdfeaca7c446ef46a13a78facbe14959c227ec46fa7541e24bf0a0/https%3A//github.com/gorhill/uBlock/releases/tag/1.10.5rc0>`__
@@ -892,7 +1011,7 @@ uBlock Origin 1.10.5rc0 - January 23, 2017
`https://github.com/gorhill/uBlock/compare/1.10.4...1.10.5rc0 <https://outgoing.prod.mozaws.net/v1/55e1f05c31b717d8a40a459c03b3366d5ee8f6675c532de0d760c11b98836400/https%3A//github.com/gorhill/uBlock/compare/1.10.4...1.10.5rc0>`__
uBlock Origin 1.10.5b14 - January 22, 2017
-==========================================
+------------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.10.5b14 <https://outgoing.prod.mozaws.net/v1/01037ea166644114fc5b9dce28d97b645f398c1c633acd97a50a57533c6aebb3/https%3A//github.com/gorhill/uBlock/releases/tag/1.10.5b14>`__
@@ -900,7 +1019,7 @@ uBlock Origin 1.10.5b14 - January 22, 2017
`https://github.com/gorhill/uBlock/compare/1.10.4...1.10.5b14 <https://outgoing.prod.mozaws.net/v1/f3af4e295cdd1919b79cfa7513f973326c9cf8115f4f9ffc7f9c192d558118e9/https%3A//github.com/gorhill/uBlock/compare/1.10.4...1.10.5b14>`__
uBlock Origin 1.10.5b13 - January 20, 2017
-==========================================
+------------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.10.5b13 <https://outgoing.prod.mozaws.net/v1/0a95c4c140b5418ee0a4846107133f9efc7b6f4d5d845d48266da71ecb76b804/https%3A//github.com/gorhill/uBlock/releases/tag/1.10.5b13>`__
@@ -908,7 +1027,7 @@ uBlock Origin 1.10.5b13 - January 20, 2017
`https://github.com/gorhill/uBlock/compare/1.10.4...1.10.5b13 <https://outgoing.prod.mozaws.net/v1/d0b10ce8b47d5887b61e561e1714d289028f48acffb018d04a7c0093d6083eee/https%3A//github.com/gorhill/uBlock/compare/1.10.4...1.10.5b13>`__
uBlock Origin 1.10.5b9 - January 9, 2017
-========================================
+----------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.10.5b9 <https://outgoing.prod.mozaws.net/v1/b569b7d07f9d649cfd80c05873a3909fda9b2600de0989ea8300d79f032c03fa/https%3A//github.com/gorhill/uBlock/releases/tag/1.10.5b9>`__
@@ -916,7 +1035,7 @@ uBlock Origin 1.10.5b9 - January 9, 2017
`https://github.com/gorhill/uBlock/compare/1.10.4...1.10.5b9 <https://outgoing.prod.mozaws.net/v1/61c8db1c2344139add3d0e8dfb12821e51bad4852e559d28e1cf2cd8180bf5e8/https%3A//github.com/gorhill/uBlock/compare/1.10.4...1.10.5b9>`__
uBlock Origin 1.10.5b8 - January 8, 2017
-========================================
+----------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.10.5b8 <https://outgoing.prod.mozaws.net/v1/09e90df4af87cbdbe206c79fcae57a6398f91ed3f7eb09dbbc530576948a6623/https%3A//github.com/gorhill/uBlock/releases/tag/1.10.5b8>`__
@@ -924,7 +1043,7 @@ uBlock Origin 1.10.5b8 - January 8, 2017
`https://github.com/gorhill/uBlock/compare/1.10.4...1.10.5b8 <https://outgoing.prod.mozaws.net/v1/02b6d321732a34f2bae3cb02f7f3bd938df9009f8627c34eab9a88042be42594/https%3A//github.com/gorhill/uBlock/compare/1.10.4...1.10.5b8>`__
uBlock Origin 1.10.5b7 - January 8, 2017
-========================================
+----------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.10.5b7 <https://outgoing.prod.mozaws.net/v1/c4e95826be1339fde844748f1cff067996ae379e4982226ffef3224b6281aca4/https%3A//github.com/gorhill/uBlock/releases/tag/1.10.5b7>`__
@@ -932,7 +1051,7 @@ uBlock Origin 1.10.5b7 - January 8, 2017
`https://github.com/gorhill/uBlock/compare/1.10.4...1.10.5b7 <https://outgoing.prod.mozaws.net/v1/2edddaba630027f3ba142c7b4347e3edd3a632390680ed8c7c3e4371ccdf5487/https%3A//github.com/gorhill/uBlock/compare/1.10.4...1.10.5b7>`__
uBlock Origin 1.10.5b6 - January 6, 2017
-========================================
+----------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.10.5b6 <https://outgoing.prod.mozaws.net/v1/1953a0433255fe4daab9acc707cf9b89d54def533ba544cce2f319318c0fbd50/https%3A//github.com/gorhill/uBlock/releases/tag/1.10.5b6>`__
@@ -940,7 +1059,7 @@ uBlock Origin 1.10.5b6 - January 6, 2017
`https://github.com/gorhill/uBlock/compare/1.10.4...1.10.5b6 <https://outgoing.prod.mozaws.net/v1/9af3734b0c8c7e67321eb53991897f9f881bf788208ef1ff7a767692f1aee075/https%3A//github.com/gorhill/uBlock/compare/1.10.4...1.10.5b6>`__
uBlock Origin 1.10.5b5 - December 30, 2016
-==========================================
+------------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.10.5b5 <https://outgoing.prod.mozaws.net/v1/a5ea045d660f347b10a7e0475e0179c0c10e70d2560531fb00918ad37e8f2459/https%3A//github.com/gorhill/uBlock/releases/tag/1.10.5b5>`__
@@ -948,7 +1067,7 @@ uBlock Origin 1.10.5b5 - December 30, 2016
`https://github.com/gorhill/uBlock/compare/1.10.4...1.10.5b5 <https://outgoing.prod.mozaws.net/v1/bc946eb83e313333af8f629d18f66ca3968c242499093baa88ae4c5913f25276/https%3A//github.com/gorhill/uBlock/compare/1.10.4...1.10.5b5>`__
uBlock Origin 1.10.5b4 - December 29, 2016
-==========================================
+------------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.10.5b4 <https://outgoing.prod.mozaws.net/v1/f894031ef9d85f9916f7f30612ad1e127f9f3568080e16bfa9f666b410b1d809/https%3A//github.com/gorhill/uBlock/releases/tag/1.10.5b4>`__
@@ -956,7 +1075,7 @@ uBlock Origin 1.10.5b4 - December 29, 2016
`https://github.com/gorhill/uBlock/compare/1.10.4...1.10.5b4 <https://outgoing.prod.mozaws.net/v1/e8cbe870aa5b9df1aaa09f471c0a7d90fa9ea4afc644681e5197fc0f82151b82/https%3A//github.com/gorhill/uBlock/compare/1.10.4...1.10.5b4>`__
uBlock Origin 1.10.5b3 - December 29, 2016
-==========================================
+------------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.10.5b3 <https://outgoing.prod.mozaws.net/v1/2d691633f1d6a3a0a7b41d56979e4069d8ec1f004c3efad0a0a23ba16128e1aa/https%3A//github.com/gorhill/uBlock/releases/tag/1.10.5b3>`__
@@ -964,7 +1083,7 @@ uBlock Origin 1.10.5b3 - December 29, 2016
`https://github.com/gorhill/uBlock/compare/1.10.4...1.10.5b3 <https://outgoing.prod.mozaws.net/v1/4ab9832f455cd1a0f5e3af0086731b5e68df68703fe68025934821ae060f0fa1/https%3A//github.com/gorhill/uBlock/compare/1.10.4...1.10.5b3>`__
uBlock Origin 1.10.5b2 - December 26, 2016
-==========================================
+------------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.10.5b2 <https://outgoing.prod.mozaws.net/v1/6f957a234d2204ecd6228962f5bec52d3ca9fafc5491c5f0e86f415aad4bc21c/https%3A//github.com/gorhill/uBlock/releases/tag/1.10.5b2>`__
@@ -972,7 +1091,7 @@ uBlock Origin 1.10.5b2 - December 26, 2016
`https://github.com/gorhill/uBlock/compare/1.10.4...1.10.5b2 <https://outgoing.prod.mozaws.net/v1/1c4abdce063a5b1d73d0775acd45d2a1f2072e47e2236f2df8bf0a3dc5ee058c/https%3A//github.com/gorhill/uBlock/compare/1.10.4...1.10.5b2>`__
uBlock Origin 1.10.5b1 - December 25, 2016
-==========================================
+------------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.10.5b1 <https://outgoing.prod.mozaws.net/v1/71874e4839f15942a5986ac81037d1674bc944867318142983f35d74fc084d31/https%3A//github.com/gorhill/uBlock/releases/tag/1.10.5b1>`__
@@ -980,7 +1099,7 @@ uBlock Origin 1.10.5b1 - December 25, 2016
`https://github.com/gorhill/uBlock/compare/1.10.4...1.10.5b1 <https://outgoing.prod.mozaws.net/v1/85b55c756c2a5c14249158888b2ccacb3c3be3853b59ec67621545d554739264/https%3A//github.com/gorhill/uBlock/compare/1.10.4...1.10.5b1>`__
uBlock Origin 1.10.5b0 - December 19, 2016
-==========================================
+------------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.10.5b0 <https://outgoing.prod.mozaws.net/v1/c4a5ad26a002ed080c00c74ea0d199c881a800965b3f4c3c4fc63a1692b075f0/https%3A//github.com/gorhill/uBlock/releases/tag/1.10.5b0>`__
@@ -988,7 +1107,7 @@ uBlock Origin 1.10.5b0 - December 19, 2016
`https://github.com/gorhill/uBlock/compare/1.10.4...1.10.5b0 <https://outgoing.prod.mozaws.net/v1/a84d79c0e2cf458a4dd422ae42bbe75b8e51e90dcace5e2d191bad226a1fbb0a/https%3A//github.com/gorhill/uBlock/compare/1.10.4...1.10.5b0>`__
uBlock Origin 1.10.4 - December 19, 2016
-========================================
+----------------------------------------
| See `release
notes <https://outgoing.prod.mozaws.net/v1/cf3be889f4f96315514fb47943b209f988863adb8043b26589ff6179fd5e242d/https%3A//github.com/gorhill/uBlock/releases/tag/1.10.4>`__.
@@ -1003,7 +1122,7 @@ uBlock Origin 1.10.4 - December 19, 2016
1.10.4 <https://outgoing.prod.mozaws.net/v1/52f155141f6b8ef074c612d659555908d715dc53d386115f5f8b7a146fbe5921/https%3A//github.com/gorhill/uBlock/compare/1.10.2...1.10.4>`__.
uBlock Origin 1.10.2 - December 14, 2016
-========================================
+----------------------------------------
| See `release
notes <https://outgoing.prod.mozaws.net/v1/a3e1c2f5eb9adb7ece159a5ab413b39f7b5fe7f2abdffdb3fa482a5c5a521fb2/https%3A//github.com/gorhill/uBlock/releases/tag/1.10.2>`__.
@@ -1048,7 +1167,7 @@ uBlock Origin 1.10.2 - December 14, 2016
1.10.2 <https://outgoing.prod.mozaws.net/v1/2d7779d9b9ba45e6da004ed8e0663b9d5b447ebe7f837392ea97745d9d9ded72/https%3A//github.com/gorhill/uBlock/compare/1.10.0...1.10.2>`__.
uBlock Origin 1.10.1rc1 - December 8, 2016
-==========================================
+------------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.10.1rc1 <https://outgoing.prod.mozaws.net/v1/29c1906d86499cce64d31a655fbe581a74c1ca6db6620c961fb8e4d2182afaff/https%3A//github.com/gorhill/uBlock/releases/tag/1.10.1rc1>`__
@@ -1056,7 +1175,7 @@ uBlock Origin 1.10.1rc1 - December 8, 2016
`https://github.com/gorhill/uBlock/compare/1.10.0...1.10.1rc1 <https://outgoing.prod.mozaws.net/v1/efa603ecf412bd6c35eee37680ff7e432b23560af93347a97aa46e16323fa1ba/https%3A//github.com/gorhill/uBlock/compare/1.10.0...1.10.1rc1>`__
uBlock Origin 1.10.1rc0 - December 8, 2016
-==========================================
+------------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.10.1rc0 <https://outgoing.prod.mozaws.net/v1/2a83a8f7828b7fa3375e4cb4e7486f107e402224456290e866c6bcc181e7d9bb/https%3A//github.com/gorhill/uBlock/releases/tag/1.10.1rc0>`__
@@ -1064,7 +1183,7 @@ uBlock Origin 1.10.1rc0 - December 8, 2016
`https://github.com/gorhill/uBlock/compare/1.10.0...1.10.1rc0 <https://outgoing.prod.mozaws.net/v1/398cb2034ab6c80be10092e93cd1bd6c7ab078ecfeabf5930b9ab54f3d45e610/https%3A//github.com/gorhill/uBlock/compare/1.10.0...1.10.1rc0>`__
uBlock Origin 1.10.1b0 - December 2, 2016
-=========================================
+-----------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.10.1b0 <https://outgoing.prod.mozaws.net/v1/bdd20b0da7cc8074c4dcd6dc2eea17f02407f74e23a775c1f339d7ce484406f4/https%3A//github.com/gorhill/uBlock/releases/tag/1.10.1b0>`__
@@ -1072,7 +1191,7 @@ uBlock Origin 1.10.1b0 - December 2, 2016
`https://github.com/gorhill/uBlock/compare/1.10.0...1.10.1b0 <https://outgoing.prod.mozaws.net/v1/925117bc52ad6dd3676dff3c4cc29d0ebccdb8c1d00ed0451740b62f3151e7c7/https%3A//github.com/gorhill/uBlock/compare/1.10.0...1.10.1b0>`__
uBlock Origin 1.10.0 - November 29, 2016
-========================================
+----------------------------------------
| See `release
notes <https://outgoing.prod.mozaws.net/v1/cd1034de09379f442b0dc55cfc879f166938a715dab96e3e61bcea9e013bf599/https%3A//github.com/gorhill/uBlock/releases/tag/1.10.0>`__.
@@ -1154,7 +1273,7 @@ uBlock Origin 1.10.0 - November 29, 2016
"[non-e10s] Pop-ups opened in Private Browsing mode stay in history"
- `ublock origin "blocks" webtoepub addon on firefox (not on
chromium) <https://outgoing.prod.mozaws.net/v1/457e354010c3f884d6f22cff9d95a38a880aa36c630ef5fc625a90f9ad3013b5/https%3A//github.com/gorhill/uBlock/issues/2100>`__
- - Added ``moz-extension-scheme`` to default whitelist directives.
+ - Added ``moz-extension-scheme`` to default whitelist directives.
- `Support passing arguments to injected
scriplets <https://outgoing.prod.mozaws.net/v1/f7c83ca193f68d1b5f3cc333cc18e688c7b7aac19b6222e045c69dd6746a5638/https%3A//github.com/gorhill/uBlock/issues/2132>`__
- `Weird logger
@@ -1190,7 +1309,7 @@ uBlock Origin 1.10.0 - November 29, 2016
1.10.0 <https://outgoing.prod.mozaws.net/v1/94723841bd38bf1302732e2ccc942bcb006d10e92eddbc06d2bc66cf3b0d02eb/https%3A//github.com/gorhill/uBlock/compare/1.9.16...1.10.0>`__.
uBlock Origin 1.9.17rc0 - November 23, 2016
-===========================================
+-------------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.9.17rc0 <https://outgoing.prod.mozaws.net/v1/b270f79f0ed26bdc69d6e61fe8048a8aba5e977fc8b0e6266ef3984622b3fbbb/https%3A//github.com/gorhill/uBlock/releases/tag/1.9.17rc0>`__
@@ -1198,7 +1317,7 @@ uBlock Origin 1.9.17rc0 - November 23, 2016
`https://github.com/gorhill/uBlock/compare/1.9.16...1.9.17rc0 <https://outgoing.prod.mozaws.net/v1/ee8b65d237d98807f13ea0c72732b15f55211f9b49c23b44c83d1203bd56df6e/https%3A//github.com/gorhill/uBlock/compare/1.9.16...1.9.17rc0>`__
uBlock Origin 1.9.17b10 - November 17, 2016
-===========================================
+-------------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.9.17b10 <https://outgoing.prod.mozaws.net/v1/84cc1fb4afd81fc00ad71eee227fccda45beebcb4f5102a00c738053d4e7cad0/https%3A//github.com/gorhill/uBlock/releases/tag/1.9.17b10>`__
@@ -1206,7 +1325,7 @@ uBlock Origin 1.9.17b10 - November 17, 2016
`https://github.com/gorhill/uBlock/compare/1.9.16...1.9.17b10 <https://outgoing.prod.mozaws.net/v1/ca5d5c04a36d4bc377e87eb3a054e2c0a65e00486756a11f04b5f9adcd12472e/https%3A//github.com/gorhill/uBlock/compare/1.9.16...1.9.17b10>`__
uBlock Origin 1.9.17b8 - November 12, 2016
-==========================================
+------------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.9.17b8 <https://outgoing.prod.mozaws.net/v1/e66693977948625195d95688de28a6185f3d22cd932c22329b27ce940fdf1232/https%3A//github.com/gorhill/uBlock/releases/tag/1.9.17b8>`__
@@ -1214,7 +1333,7 @@ uBlock Origin 1.9.17b8 - November 12, 2016
`https://github.com/gorhill/uBlock/compare/1.9.16...1.9.17b8 <https://outgoing.prod.mozaws.net/v1/a5bf37330726993ac1919d05d0809efb96da7cc311a9d3a3a786c161fe242ab8/https%3A//github.com/gorhill/uBlock/compare/1.9.16...1.9.17b8>`__
uBlock Origin 1.9.17b6 - November 6, 2016
-=========================================
+-----------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.9.17b6 <https://outgoing.prod.mozaws.net/v1/6478021df815030b84af07d05cad7dd62ab89eb78cf8821e1b147d09226d8055/https%3A//github.com/gorhill/uBlock/releases/tag/1.9.17b6>`__
@@ -1222,7 +1341,7 @@ uBlock Origin 1.9.17b6 - November 6, 2016
`https://github.com/gorhill/uBlock/compare/1.9.16...1.9.17b6 <https://outgoing.prod.mozaws.net/v1/26c0c333a802fa8cc61cfc57c3e916f5e2f1a16e83e5f7f86797559b15dc6c49/https%3A//github.com/gorhill/uBlock/compare/1.9.16...1.9.17b6>`__
uBlock Origin 1.9.17b5 - November 5, 2016
-=========================================
+-----------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.9.17b5 <https://outgoing.prod.mozaws.net/v1/903343017cbf4b08cecdf35f745e3aa66bff0735160cce70e73a11a42b3bc705/https%3A//github.com/gorhill/uBlock/releases/tag/1.9.17b5>`__
@@ -1230,7 +1349,7 @@ uBlock Origin 1.9.17b5 - November 5, 2016
`https://github.com/gorhill/uBlock/compare/1.9.16...1.9.17b5 <https://outgoing.prod.mozaws.net/v1/b6e578c4ba0f5b087729fd721e3b73900c4c1a684ab6bed5e0660ed36dce3fdf/https%3A//github.com/gorhill/uBlock/compare/1.9.16...1.9.17b5>`__
uBlock Origin 1.9.17b4 - November 4, 2016
-=========================================
+-----------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.9.17b4 <https://outgoing.prod.mozaws.net/v1/57518f3be5c69a6520f2e15cccabce5591548e04c00d7873077acb750a14d1e2/https%3A//github.com/gorhill/uBlock/releases/tag/1.9.17b4>`__
@@ -1238,7 +1357,7 @@ uBlock Origin 1.9.17b4 - November 4, 2016
`https://github.com/gorhill/uBlock/compare/1.9.16...1.9.17b4 <https://outgoing.prod.mozaws.net/v1/b8482fb34544c6950495ab4ea43028f1916d86fac53d2c3215aede3725230ecd/https%3A//github.com/gorhill/uBlock/compare/1.9.16...1.9.17b4>`__
uBlock Origin 1.9.17b3 - November 4, 2016
-=========================================
+-----------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.9.17b3 <https://outgoing.prod.mozaws.net/v1/d630094e967ecc7909ac354d5d46164701085f02728d227453271899225dd16a/https%3A//github.com/gorhill/uBlock/releases/tag/1.9.17b3>`__
@@ -1246,7 +1365,7 @@ uBlock Origin 1.9.17b3 - November 4, 2016
`https://github.com/gorhill/uBlock/compare/1.9.16...1.9.17b3 <https://outgoing.prod.mozaws.net/v1/a2f982633e504b721a2fa171eece89323abe6c1fc1f43cb81d2c14ff9294eeb2/https%3A//github.com/gorhill/uBlock/compare/1.9.16...1.9.17b3>`__
uBlock Origin 1.9.17b2 - November 2, 2016
-=========================================
+-----------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.9.17b2 <https://outgoing.prod.mozaws.net/v1/447227c4d6634c3c09cc81e4691b1e444d9963dd0f2b3b3f0c0a1e14721f6ac2/https%3A//github.com/gorhill/uBlock/releases/tag/1.9.17b2>`__
@@ -1254,7 +1373,7 @@ uBlock Origin 1.9.17b2 - November 2, 2016
`https://github.com/gorhill/uBlock/compare/1.9.16...1.9.17b2 <https://outgoing.prod.mozaws.net/v1/1f2381607c37c4ba5c69704a646a40ec308f039af1a5e772447a8faea922ec42/https%3A//github.com/gorhill/uBlock/compare/1.9.16...1.9.17b2>`__
uBlock Origin 1.9.17b1 - October 31, 2016
-=========================================
+-----------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.9.17b1 <https://outgoing.prod.mozaws.net/v1/c5fc84e0f3063c87ee11b5fcfcf417db66085306dfbe418b90f5da3119122da6/https%3A//github.com/gorhill/uBlock/releases/tag/1.9.17b1>`__
@@ -1262,7 +1381,7 @@ uBlock Origin 1.9.17b1 - October 31, 2016
`https://github.com/gorhill/uBlock/compare/1.9.16...1.9.17b1 <https://outgoing.prod.mozaws.net/v1/78a3df4c0a51e2b7cb94856a42c9605fbe222238f37408cd39635d69963c7582/https%3A//github.com/gorhill/uBlock/compare/1.9.16...1.9.17b1>`__
uBlock Origin 1.9.17b0 - October 29, 2016
-=========================================
+-----------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.9.17b0 <https://outgoing.prod.mozaws.net/v1/b67874c97a6ccac1f2e46d650e6e38be84964fdda630dc7b356d59ae3b3b6102/https%3A//github.com/gorhill/uBlock/releases/tag/1.9.17b0>`__
@@ -1270,7 +1389,7 @@ uBlock Origin 1.9.17b0 - October 29, 2016
`https://github.com/gorhill/uBlock/compare/1.9.16...1.9.17b0 <https://outgoing.prod.mozaws.net/v1/88ed064564c41d9ef92acee6ba1d7e6b82e0b8339fe435c0b2293032bc9afe6b/https%3A//github.com/gorhill/uBlock/compare/1.9.16...1.9.17b0>`__
uBlock Origin 1.9.16 - October 25, 2016
-=======================================
+---------------------------------------
| See `release
notes <https://outgoing.prod.mozaws.net/v1/068d5cf2b102f779dbdda4a538e5039ffac069258ab89144e19427f61faf98fe/https%3A//github.com/gorhill/uBlock/releases/tag/1.9.16>`__.
@@ -1338,7 +1457,7 @@ uBlock Origin 1.9.16 - October 25, 2016
1.9.16 <https://outgoing.prod.mozaws.net/v1/3a80651635cfb37a57a2aa6d9bb4f744789e2b26af7cb2bbb5c33616e65cc6d4/https%3A//github.com/gorhill/uBlock/compare/1.9.12...1.9.16>`__.
uBlock Origin 1.9.15rc1 - October 19, 2016
-==========================================
+------------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.9.15rc1 <https://outgoing.prod.mozaws.net/v1/209a8c5e5c2ec20c82e3e1a2360f5d459139fbdbc8c6cf9bfbf46514d1d90719/https%3A//github.com/gorhill/uBlock/releases/tag/1.9.15rc1>`__
@@ -1346,7 +1465,7 @@ uBlock Origin 1.9.15rc1 - October 19, 2016
`https://github.com/gorhill/uBlock/compare/1.9.12...1.9.15rc1 <https://outgoing.prod.mozaws.net/v1/9116379c9d4987acf0e4104292348a28892b4bff8c33c04383614f92871fead6/https%3A//github.com/gorhill/uBlock/compare/1.9.12...1.9.15rc1>`__
uBlock Origin 1.9.15rc0 - October 17, 2016
-==========================================
+------------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.9.15rc0 <https://outgoing.prod.mozaws.net/v1/fc4cb397c466c1f1a66c13592686b1a45d679a07ba7738a540bd4f873f89f49c/https%3A//github.com/gorhill/uBlock/releases/tag/1.9.15rc0>`__
@@ -1354,7 +1473,7 @@ uBlock Origin 1.9.15rc0 - October 17, 2016
`https://github.com/gorhill/uBlock/compare/1.9.12...1.9.15rc0 <https://outgoing.prod.mozaws.net/v1/b5476a1e2316e1684f239a2ea1da75f1cbef0da286d0770132c5d570dd9cae61/https%3A//github.com/gorhill/uBlock/compare/1.9.12...1.9.15rc0>`__
uBlock Origin 1.9.15b3 - October 15, 2016
-=========================================
+-----------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.9.15b3 <https://outgoing.prod.mozaws.net/v1/307a96de0d7a3275ebb9b7e1d9c0ce541d9fd0429a21ec97554d01e9fb3c2441/https%3A//github.com/gorhill/uBlock/releases/tag/1.9.15b3>`__
@@ -1362,7 +1481,7 @@ uBlock Origin 1.9.15b3 - October 15, 2016
`https://github.com/gorhill/uBlock/compare/1.9.12...1.9.15b3 <https://outgoing.prod.mozaws.net/v1/98a57d32d3e79bbc91a43b636d2eb1932accfcd4d513b1dc296adeb74628d118/https%3A//github.com/gorhill/uBlock/compare/1.9.12...1.9.15b3>`__
uBlock Origin 1.9.15b2 - October 12, 2016
-=========================================
+-----------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.9.15b2 <https://outgoing.prod.mozaws.net/v1/13564195758f858aed571d8b8d89bee6c42c556c1b12ad2a8928a9c2db1427ce/https%3A//github.com/gorhill/uBlock/releases/tag/1.9.15b2>`__
@@ -1370,7 +1489,7 @@ uBlock Origin 1.9.15b2 - October 12, 2016
`https://github.com/gorhill/uBlock/compare/1.9.12...1.9.15b2 <https://outgoing.prod.mozaws.net/v1/c2bd2b15bc33c16de011b3d30e1c9a04e9b25dce8ca13c547adfe400c2ebdf42/https%3A//github.com/gorhill/uBlock/compare/1.9.12...1.9.15b2>`__
uBlock Origin 1.9.15b1 - October 8, 2016
-========================================
+----------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.9.15b1 <https://outgoing.prod.mozaws.net/v1/baf9e95082b4cd454bf2693491cdaf18698f9bf0a86f8a84c310963dfa91f91d/https%3A//github.com/gorhill/uBlock/releases/tag/1.9.15b1>`__
@@ -1378,7 +1497,7 @@ uBlock Origin 1.9.15b1 - October 8, 2016
`https://github.com/gorhill/uBlock/compare/1.9.12...1.9.15b1 <https://outgoing.prod.mozaws.net/v1/ae1dacc3538d9e9b680b0e462b1059e8f8c9a98a77802a418a3e2979e794657b/https%3A//github.com/gorhill/uBlock/compare/1.9.12...1.9.15b1>`__
uBlock Origin 1.9.15b0 - October 6, 2016
-========================================
+----------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.9.15b0 <https://outgoing.prod.mozaws.net/v1/71abde0b1ecb8d06b7d1123ca22123169bca6b4f6ad35b06f8c5da0181e8e5e5/https%3A//github.com/gorhill/uBlock/releases/tag/1.9.15b0>`__
@@ -1386,7 +1505,7 @@ uBlock Origin 1.9.15b0 - October 6, 2016
`https://github.com/gorhill/uBlock/compare/1.9.12...1.9.15b0 <https://outgoing.prod.mozaws.net/v1/90d601444134ea94f02b00cd071d7231fb27e0a4bde8694b36d9c312d5e4704a/https%3A//github.com/gorhill/uBlock/compare/1.9.12...1.9.15b0>`__
uBlock Origin 1.9.13b0 - October 2, 2016
-========================================
+----------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.9.13b0 <https://outgoing.prod.mozaws.net/v1/421b84c9197a847fad9d022637aa031346efa5ca8b9aec75674deed50ec2191f/https%3A//github.com/gorhill/uBlock/releases/tag/1.9.13b0>`__
@@ -1394,7 +1513,7 @@ uBlock Origin 1.9.13b0 - October 2, 2016
`https://github.com/gorhill/uBlock/compare/1.9.12...1.9.13b0 <https://outgoing.prod.mozaws.net/v1/e2ec65298566cfa3bfa5c56e9304ffb207fb0be7b9c49cd786a304ea802cabfb/https%3A//github.com/gorhill/uBlock/compare/1.9.12...1.9.13b0>`__
uBlock Origin 1.9.12 - October 2, 2016
-======================================
+--------------------------------------
| See `release
notes <https://outgoing.prod.mozaws.net/v1/6fa7ef145eed7958f0a04a7bac2b07da74457dac1bf9c579d33774bfc5bb101e/https%3A//github.com/gorhill/uBlock/releases/tag/1.9.12>`__.
@@ -1414,7 +1533,7 @@ uBlock Origin 1.9.12 - October 2, 2016
1.9.12 <https://outgoing.prod.mozaws.net/v1/d8a2c710eaeb3971108e6a978c6c7a8e979853ba5a0e3df65d197ac5fedd99a4/https%3A//github.com/gorhill/uBlock/compare/1.9.10...1.9.12>`__.
uBlock Origin 1.9.11rc2 - October 1, 2016
-=========================================
+-----------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.9.11rc2 <https://outgoing.prod.mozaws.net/v1/5ae0cafd28fd5750696da9e81b140745cc95b41ce271542f11eaa5254563464f/https%3A//github.com/gorhill/uBlock/releases/tag/1.9.11rc2>`__
@@ -1422,7 +1541,7 @@ uBlock Origin 1.9.11rc2 - October 1, 2016
`https://github.com/gorhill/uBlock/compare/1.9.10...1.9.11rc2 <https://outgoing.prod.mozaws.net/v1/8c02752a5bb4bcfec286594c3edd1d0f3dc567e71ec745f9473b2c62a3ec2060/https%3A//github.com/gorhill/uBlock/compare/1.9.10...1.9.11rc2>`__
uBlock Origin 1.9.11rc1 - September 26, 2016
-============================================
+--------------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.9.11rc1 <https://outgoing.prod.mozaws.net/v1/baa8aa79c1b2465a40d027d4688462b619c572b0526aed8f5fb9107ebceb5510/https%3A//github.com/gorhill/uBlock/releases/tag/1.9.11rc1>`__
@@ -1430,7 +1549,7 @@ uBlock Origin 1.9.11rc1 - September 26, 2016
`https://github.com/gorhill/uBlock/compare/1.9.10...1.9.11rc1 <https://outgoing.prod.mozaws.net/v1/e4ded8494975c69ce91f6a5900912c7782abdc5938a97c69e2d0b23b42b34a75/https%3A//github.com/gorhill/uBlock/compare/1.9.10...1.9.11rc1>`__
uBlock Origin 1.9.11rc0 - September 25, 2016
-============================================
+--------------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.9.11rc0 <https://outgoing.prod.mozaws.net/v1/9a864dc444ad8e115a13d57d18e9409cba363e341e9409f0a8ce43795921a06f/https%3A//github.com/gorhill/uBlock/releases/tag/1.9.11rc0>`__
@@ -1438,7 +1557,7 @@ uBlock Origin 1.9.11rc0 - September 25, 2016
`https://github.com/gorhill/uBlock/compare/1.9.10...1.9.11rc0 <https://outgoing.prod.mozaws.net/v1/433c6b2364e104693845cd701a74452ed7dbc751bb4f986d517310ed6fadc2e4/https%3A//github.com/gorhill/uBlock/compare/1.9.10...1.9.11rc0>`__
uBlock Origin 1.9.11b0 - September 25, 2016
-===========================================
+-------------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.9.11b0 <https://outgoing.prod.mozaws.net/v1/2461fb9644ba3ed5bbe6142468ecdb437d53942128eb030cb33e89ea8a63c5a0/https%3A//github.com/gorhill/uBlock/releases/tag/1.9.11b0>`__
@@ -1446,7 +1565,7 @@ uBlock Origin 1.9.11b0 - September 25, 2016
`https://github.com/gorhill/uBlock/compare/1.9.10...1.9.11b0 <https://outgoing.prod.mozaws.net/v1/57329ca2a25f21d272b6ebd609572505e6398b25113972512e20bf5474ebac48/https%3A//github.com/gorhill/uBlock/compare/1.9.10...1.9.11b0>`__
uBlock Origin 1.9.10 - September 24, 2016
-=========================================
+-----------------------------------------
| See `release
notes <https://outgoing.prod.mozaws.net/v1/3efb805adb618bf12a0745f2f9ccee943cdea2db544eb30daed4d56290cf6112/https%3A//github.com/gorhill/uBlock/releases/tag/1.9.10>`__.
@@ -1464,7 +1583,7 @@ uBlock Origin 1.9.10 - September 24, 2016
1.9.10 <https://outgoing.prod.mozaws.net/v1/cc5680ef802724fe09d7346d4fc99a4043aed106bd3cfb7428e5c41ba022909f/https%3A//github.com/gorhill/uBlock/compare/1.9.8...1.9.10>`__.
uBlock Origin 1.9.8 - September 22, 2016
-========================================
+----------------------------------------
| See `release
notes <https://outgoing.prod.mozaws.net/v1/1491c01e1fa721e25c9049d19a6a8963bfbd4fd5e885db38c8deeec34b00e47f/https%3A//github.com/gorhill/uBlock/releases/tag/1.9.8>`__.
@@ -1516,7 +1635,7 @@ uBlock Origin 1.9.8 - September 22, 2016
1.9.8 <https://outgoing.prod.mozaws.net/v1/65a12b813ad8ed5bf5e6d8fb3c7404dd94c26ac3319fabe40b1612bbc872581c/https%3A//github.com/gorhill/uBlock/compare/1.9.6...1.9.8>`__.
uBlock Origin 1.9.7rc0 - September 19, 2016
-===========================================
+-------------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.9.7rc0 <https://outgoing.prod.mozaws.net/v1/a20db5f9b61ccadffecdf8c3ccc047c1aea38f7b5c7d34a273445841db3bc3e9/https%3A//github.com/gorhill/uBlock/releases/tag/1.9.7rc0>`__
@@ -1524,7 +1643,7 @@ uBlock Origin 1.9.7rc0 - September 19, 2016
`https://github.com/gorhill/uBlock/compare/1.9.6...1.9.7rc0 <https://outgoing.prod.mozaws.net/v1/45333ebdefac7d6a3d354f2945d4be492cd8d7befa28dafbdf62f6cbfcfffdc1/https%3A//github.com/gorhill/uBlock/compare/1.9.6...1.9.7rc0>`__
uBlock Origin 1.9.7b4 - September 16, 2016
-==========================================
+------------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.9.7b4 <https://outgoing.prod.mozaws.net/v1/677c2b3b27336d45da850090f97eea03db99f3c82aa7ae6cfe3cdbe707a95031/https%3A//github.com/gorhill/uBlock/releases/tag/1.9.7b4>`__
@@ -1532,7 +1651,7 @@ uBlock Origin 1.9.7b4 - September 16, 2016
`https://github.com/gorhill/uBlock/compare/1.9.6...1.9.7b4 <https://outgoing.prod.mozaws.net/v1/ac36d27362b5deb442949c7e6df634a284d8cb4b45bfd2af4d7727e9af4f7bda/https%3A//github.com/gorhill/uBlock/compare/1.9.6...1.9.7b4>`__
uBlock Origin 1.9.7b3 - September 13, 2016
-==========================================
+------------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.9.7b3 <https://outgoing.prod.mozaws.net/v1/a71770f67d90e5d588c2fd71f47ead1dab2e773ab800cf80984265ea3135ffff/https%3A//github.com/gorhill/uBlock/releases/tag/1.9.7b3>`__
@@ -1540,7 +1659,7 @@ uBlock Origin 1.9.7b3 - September 13, 2016
`https://github.com/gorhill/uBlock/compare/1.9.6...1.9.7b3 <https://outgoing.prod.mozaws.net/v1/756f7ce43ab19a1440596948aed8a61a6055466e7af0be235109a4b970a5e6ff/https%3A//github.com/gorhill/uBlock/compare/1.9.6...1.9.7b3>`__
uBlock Origin 1.9.7b2 - September 13, 2016
-==========================================
+------------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.9.7b2 <https://outgoing.prod.mozaws.net/v1/12ee5269362a8ab853b72691d28219e65208fe595856c8c2c548d6dc422ab888/https%3A//github.com/gorhill/uBlock/releases/tag/1.9.7b2>`__
@@ -1548,7 +1667,7 @@ uBlock Origin 1.9.7b2 - September 13, 2016
`https://github.com/gorhill/uBlock/compare/1.9.6...1.9.7b2 <https://outgoing.prod.mozaws.net/v1/942f5990602f1c9ce27a14e2c2660697c5e9306ea46dd7ace075c4d0089beff1/https%3A//github.com/gorhill/uBlock/compare/1.9.6...1.9.7b2>`__
uBlock Origin 1.9.7b1 - September 12, 2016
-==========================================
+------------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.9.7b1 <https://outgoing.prod.mozaws.net/v1/5edaa62f3317c7c20702918d908a52c1a7560e00ae93eac5fa56eeb21f0398f4/https%3A//github.com/gorhill/uBlock/releases/tag/1.9.7b1>`__
@@ -1556,7 +1675,7 @@ uBlock Origin 1.9.7b1 - September 12, 2016
`https://github.com/gorhill/uBlock/compare/1.9.6...1.9.7b1 <https://outgoing.prod.mozaws.net/v1/956b0ab9ee13157417e266c71771a4bdc8b0465a2834297087467b3b7638783e/https%3A//github.com/gorhill/uBlock/compare/1.9.6...1.9.7b1>`__
uBlock Origin 1.9.6 - September 9, 2016
-=======================================
+---------------------------------------
| See `release
notes <https://outgoing.prod.mozaws.net/v1/bafd9d7d5981bd16369ddf4f63983feac4046f623d0ca9d8904459d93f5868c0/https%3A//github.com/gorhill/uBlock/releases/tag/1.9.6>`__.
@@ -1585,7 +1704,7 @@ uBlock Origin 1.9.6 - September 9, 2016
1.9.6 <https://outgoing.prod.mozaws.net/v1/10675a613266955fe89afa377930f2cb8135836e72d61d69fd4167d954d909c8/https%3A//github.com/gorhill/uBlock/compare/1.9.4...1.9.6>`__.
uBlock Origin 1.9.5rc0 - September 5, 2016
-==========================================
+------------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.9.5rc0 <https://outgoing.prod.mozaws.net/v1/45cf2c7a6b4299c860c14275dc232963279b54e9240ad0ae219f0d621b6b5249/https%3A//github.com/gorhill/uBlock/releases/tag/1.9.5rc0>`__
@@ -1593,7 +1712,7 @@ uBlock Origin 1.9.5rc0 - September 5, 2016
`https://github.com/gorhill/uBlock/compare/1.9.4...1.9.5rc0 <https://outgoing.prod.mozaws.net/v1/3b97460918ecb02990bba1b88bbdb398ec9331f4e530616ad4669cd642856bd8/https%3A//github.com/gorhill/uBlock/compare/1.9.4...1.9.5rc0>`__
uBlock Origin 1.9.5b4 - September 1, 2016
-=========================================
+-----------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.9.5b4 <https://outgoing.prod.mozaws.net/v1/abc4f7849b6dbf60e779e93f5ed9c58c90102dd90f0e07c496c7bbd1cca8d7a3/https%3A//github.com/gorhill/uBlock/releases/tag/1.9.5b4>`__
@@ -1601,7 +1720,7 @@ uBlock Origin 1.9.5b4 - September 1, 2016
`https://github.com/gorhill/uBlock/compare/1.9.4...1.9.5b4 <https://outgoing.prod.mozaws.net/v1/0860a2cf56ba894f4dc5f072d3e56f0c136533f28cfa729a22109d12749a9e4a/https%3A//github.com/gorhill/uBlock/compare/1.9.4...1.9.5b4>`__
uBlock Origin 1.9.5b3 - September 1, 2016
-=========================================
+-----------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.9.5b3 <https://outgoing.prod.mozaws.net/v1/e089594fd9cf975de8775f372bdff21c98e2b4ec77a2b8e2eaa48aeecf08eb0c/https%3A//github.com/gorhill/uBlock/releases/tag/1.9.5b3>`__
@@ -1609,7 +1728,7 @@ uBlock Origin 1.9.5b3 - September 1, 2016
`https://github.com/gorhill/uBlock/compare/1.9.4...1.9.5b3 <https://outgoing.prod.mozaws.net/v1/88dbb95997f558e5aeab5caa1d8da7055e68e568cf48a764d1ac84b028b311a4/https%3A//github.com/gorhill/uBlock/compare/1.9.4...1.9.5b3>`__
uBlock Origin 1.9.5b2 - August 31, 2016
-=======================================
+---------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.9.5b2 <https://outgoing.prod.mozaws.net/v1/e14481fba32d51c0bc5e8b70bd2212e1919dbc221b3854406843434d21b52b5b/https%3A//github.com/gorhill/uBlock/releases/tag/1.9.5b2>`__
@@ -1617,7 +1736,7 @@ uBlock Origin 1.9.5b2 - August 31, 2016
`https://github.com/gorhill/uBlock/compare/1.9.4...1.9.5b2 <https://outgoing.prod.mozaws.net/v1/4b1b14ca8f3c24575b562ed8faa901a5010079041eebb45ee36e74db58896b6b/https%3A//github.com/gorhill/uBlock/compare/1.9.4...1.9.5b2>`__
uBlock Origin 1.9.5b1 - August 31, 2016
-=======================================
+---------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.9.5b1 <https://outgoing.prod.mozaws.net/v1/b0281665cb9da15326ec5ae96b4ea2368f71b9059bdaa6d07b74c247f5b01980/https%3A//github.com/gorhill/uBlock/releases/tag/1.9.5b1>`__
@@ -1625,7 +1744,7 @@ uBlock Origin 1.9.5b1 - August 31, 2016
`https://github.com/gorhill/uBlock/compare/1.9.4...1.9.5b1 <https://outgoing.prod.mozaws.net/v1/96c827b09b6c5b161d1e3b9ddc1f59d334e70c4c4ff883e8da4621b204a0bbab/https%3A//github.com/gorhill/uBlock/compare/1.9.4...1.9.5b1>`__
uBlock Origin 1.9.5b0 - August 29, 2016
-=======================================
+---------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.9.5b0 <https://outgoing.prod.mozaws.net/v1/2ec9040555f2509bddfd0d417591281900e053c801ac39a3399604807df95d2d/https%3A//github.com/gorhill/uBlock/releases/tag/1.9.5b0>`__
@@ -1633,7 +1752,7 @@ uBlock Origin 1.9.5b0 - August 29, 2016
`https://github.com/gorhill/uBlock/compare/1.9.4...1.9.5b0 <https://outgoing.prod.mozaws.net/v1/35133484f26468211e4fc47605a8ba47336697a2fee11ecbf9867f67129cc631/https%3A//github.com/gorhill/uBlock/compare/1.9.4...1.9.5b0>`__
uBlock Origin 1.9.4 - August 29, 2016
-=====================================
+-------------------------------------
| See `release
notes <https://outgoing.prod.mozaws.net/v1/3666cb23218e9f6db3bd07b400ff5ec8fcdae479e947389b50caf2ec2fe1849d/https%3A//github.com/gorhill/uBlock/releases/tag/1.9.4>`__.
@@ -1649,7 +1768,7 @@ uBlock Origin 1.9.4 - August 29, 2016
1.9.4 <https://outgoing.prod.mozaws.net/v1/b224cf8e59a84d8824844aa88fe38880952c5232bb1c840b72e3e2b5695dd2c1/https%3A//github.com/gorhill/uBlock/compare/1.9.2...1.9.4>`__.
uBlock Origin 1.9.2 - August 28, 2016
-=====================================
+-------------------------------------
| See `release
notes <https://outgoing.prod.mozaws.net/v1/ca30651a8a0733bc31d23f5f265ec7caca27aa97c91f5511da190801752a40b1/https%3A//github.com/gorhill/uBlock/releases/tag/1.9.2>`__.
@@ -1670,7 +1789,7 @@ uBlock Origin 1.9.2 - August 28, 2016
1.9.2 <https://outgoing.prod.mozaws.net/v1/bdcbd74966e0a40c4886e5a4347c3735a986211aa058be7a517402acfb8ca979/https%3A//github.com/gorhill/uBlock/compare/1.9.0...1.9.2>`__.
uBlock Origin 1.9.0 - August 28, 2016
-=====================================
+-------------------------------------
| See `release
notes <https://outgoing.prod.mozaws.net/v1/f2435e8113db7fa6e063e8da7b2eb96e35ec9662d7e0318f0d65eacb05a58004/https%3A//github.com/gorhill/uBlock/releases/tag/1.9.0>`__.
@@ -1719,7 +1838,7 @@ uBlock Origin 1.9.0 - August 28, 2016
1.9.0 <https://outgoing.prod.mozaws.net/v1/26a310bd2292167c2b1b996fff4359d706b7591f08eb39c239d0131dc8107a4e/https%3A//github.com/gorhill/uBlock/compare/1.8.4...1.9.0>`__.
uBlock Origin 1.8.5rc4 - August 27, 2016
-========================================
+----------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.8.5rc4 <https://outgoing.prod.mozaws.net/v1/665bd85fafd976e41e741eecda8f8701f9f6ea368e8a3b5e01f4e809cec35fdf/https%3A//github.com/gorhill/uBlock/releases/tag/1.8.5rc4>`__
@@ -1727,7 +1846,7 @@ uBlock Origin 1.8.5rc4 - August 27, 2016
`https://github.com/gorhill/uBlock/compare/1.8.4...1.8.5rc4 <https://outgoing.prod.mozaws.net/v1/37399a04b6e6b4a43f680622a073d51cd0de3950588a48c74205d4f1d47f3ce6/https%3A//github.com/gorhill/uBlock/compare/1.8.4...1.8.5rc4>`__
uBlock Origin 1.8.5rc3 - August 25, 2016
-========================================
+----------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.8.5rc3 <https://outgoing.prod.mozaws.net/v1/34e3e7cae2a045b442ea9661260e98acabface194223543e319dfbc7f82666c0/https%3A//github.com/gorhill/uBlock/releases/tag/1.8.5rc3>`__
@@ -1735,7 +1854,7 @@ uBlock Origin 1.8.5rc3 - August 25, 2016
`https://github.com/gorhill/uBlock/compare/1.8.4...1.8.5rc3 <https://outgoing.prod.mozaws.net/v1/8159749fbfb1273cf703ef490b28097979d5761999731f736efdd20a78f3dc33/https%3A//github.com/gorhill/uBlock/compare/1.8.4...1.8.5rc3>`__
uBlock Origin 1.8.5rc2 - August 23, 2016
-========================================
+----------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.8.5rc2 <https://outgoing.prod.mozaws.net/v1/91b1617cdf1ccf4d4c68e9823b3530ff0aa892f0f242605e0603b8d99934ddea/https%3A//github.com/gorhill/uBlock/releases/tag/1.8.5rc2>`__
@@ -1743,7 +1862,7 @@ uBlock Origin 1.8.5rc2 - August 23, 2016
`https://github.com/gorhill/uBlock/compare/1.8.4...1.8.5rc2 <https://outgoing.prod.mozaws.net/v1/01c04d7099083c56bebd73df248a8df6d4d61063670060d5a3fe0316808c0edc/https%3A//github.com/gorhill/uBlock/compare/1.8.4...1.8.5rc2>`__
uBlock Origin 1.8.5rc1 - August 22, 2016
-========================================
+----------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.8.5rc1 <https://outgoing.prod.mozaws.net/v1/2dae76035a4866dab67a8b7800b7f7439f58b54b704d1d6c14c8a76daabb6917/https%3A//github.com/gorhill/uBlock/releases/tag/1.8.5rc1>`__
@@ -1751,7 +1870,7 @@ uBlock Origin 1.8.5rc1 - August 22, 2016
`https://github.com/gorhill/uBlock/compare/1.8.4...1.8.5rc1 <https://outgoing.prod.mozaws.net/v1/cb9995876a55afe27218e4c42bec616fcaeb955b6b0469a34088b21487f42bca/https%3A//github.com/gorhill/uBlock/compare/1.8.4...1.8.5rc1>`__
uBlock Origin 1.8.5rc0 - August 18, 2016
-========================================
+----------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.8.5rc0 <https://outgoing.prod.mozaws.net/v1/6fa6f26e65d6785ae7753ec00b4ef68ca8bf75b413a1fd4ac82de0628c6904ab/https%3A//github.com/gorhill/uBlock/releases/tag/1.8.5rc0>`__
@@ -1759,7 +1878,7 @@ uBlock Origin 1.8.5rc0 - August 18, 2016
`https://github.com/gorhill/uBlock/compare/1.8.4...1.8.5rc0 <https://outgoing.prod.mozaws.net/v1/3804891a9dc92bcd986112718e69785dbd8dd61135740496d1a63910f077fd90/https%3A//github.com/gorhill/uBlock/compare/1.8.4...1.8.5rc0>`__
uBlock Origin 1.8.5b7 - August 17, 2016
-=======================================
+---------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.8.5b7 <https://outgoing.prod.mozaws.net/v1/8d76bf2855efdd591d6c4cc2b94178af96991493c730cf8b0ff58fc3e2f191a7/https%3A//github.com/gorhill/uBlock/releases/tag/1.8.5b7>`__
@@ -1767,7 +1886,7 @@ uBlock Origin 1.8.5b7 - August 17, 2016
`https://github.com/gorhill/uBlock/compare/1.8.4...1.8.5b7 <https://outgoing.prod.mozaws.net/v1/dd38c48a20a06a6fb5d01cabb32c4d318a877a87a4f5935f405a364d5a2b342e/https%3A//github.com/gorhill/uBlock/compare/1.8.4...1.8.5b7>`__
uBlock Origin 1.8.5b6 - August 16, 2016
-=======================================
+---------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.8.5b6 <https://outgoing.prod.mozaws.net/v1/193e3d5ef0b4140bc11aae4c73ada072d1056b6fd45014c6fe106a9776813741/https%3A//github.com/gorhill/uBlock/releases/tag/1.8.5b6>`__
@@ -1775,7 +1894,7 @@ uBlock Origin 1.8.5b6 - August 16, 2016
`https://github.com/gorhill/uBlock/compare/1.8.4...1.8.5b6 <https://outgoing.prod.mozaws.net/v1/4f05f359f005a2306c2ec108a2317f540cebc263160edb6193c34f2f1c16b0a3/https%3A//github.com/gorhill/uBlock/compare/1.8.4...1.8.5b6>`__
uBlock Origin 1.8.5b5 - August 14, 2016
-=======================================
+---------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.8.5b5 <https://outgoing.prod.mozaws.net/v1/161e582f8b188cb6fea2c191d8a7725670b110fa8d800473e59c81d14e7470a7/https%3A//github.com/gorhill/uBlock/releases/tag/1.8.5b5>`__
@@ -1783,7 +1902,7 @@ uBlock Origin 1.8.5b5 - August 14, 2016
`https://github.com/gorhill/uBlock/compare/1.8.4...1.8.5b5 <https://outgoing.prod.mozaws.net/v1/5d828ff420e75f7e3ac9bc3f12a5680606f635cdbacfdb5c4d01100db0d7ccf3/https%3A//github.com/gorhill/uBlock/compare/1.8.4...1.8.5b5>`__
uBlock Origin 1.8.5b4 - August 14, 2016
-=======================================
+---------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.8.5b4 <https://outgoing.prod.mozaws.net/v1/339caaba497f7536897ffdd1987dacab0cea997efa1c13025e7f6c9e4ec4919c/https%3A//github.com/gorhill/uBlock/releases/tag/1.8.5b4>`__
@@ -1791,7 +1910,7 @@ uBlock Origin 1.8.5b4 - August 14, 2016
`https://github.com/gorhill/uBlock/compare/1.8.4...1.8.5b4 <https://outgoing.prod.mozaws.net/v1/6a49c2d9999d60b86269a274555c86a854ffcaaa016e417cafdb61c563704bf8/https%3A//github.com/gorhill/uBlock/compare/1.8.4...1.8.5b4>`__
uBlock Origin 1.8.5b3 - August 13, 2016
-=======================================
+---------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.8.5b3 <https://outgoing.prod.mozaws.net/v1/6a73b4d3a47ff8bb046871be0a2364951a7d75e2b8f1f092b70139e6d2d8676a/https%3A//github.com/gorhill/uBlock/releases/tag/1.8.5b3>`__
@@ -1799,7 +1918,7 @@ uBlock Origin 1.8.5b3 - August 13, 2016
`https://github.com/gorhill/uBlock/compare/1.8.4...1.8.5b3 <https://outgoing.prod.mozaws.net/v1/bac1b21136f171aecaf8d05cebc3d82fb81a020fbece4e5de2d1b956f59ec381/https%3A//github.com/gorhill/uBlock/compare/1.8.4...1.8.5b3>`__
uBlock Origin 1.8.5b2 - August 8, 2016
-======================================
+--------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.8.5b2 <https://outgoing.prod.mozaws.net/v1/de1b7bc301c96db1fe10008d382598b4b79365bf8aeacdb6fc865b37c4246ee7/https%3A//github.com/gorhill/uBlock/releases/tag/1.8.5b2>`__
@@ -1807,7 +1926,7 @@ uBlock Origin 1.8.5b2 - August 8, 2016
`https://github.com/gorhill/uBlock/compare/1.8.4...1.8.5b2 <https://outgoing.prod.mozaws.net/v1/0a4a49e9eddc21ef35adc3bbde9b8c84d8947b48bac0ff332aea762c650362b8/https%3A//github.com/gorhill/uBlock/compare/1.8.4...1.8.5b2>`__
uBlock Origin 1.8.5b1 - August 8, 2016
-======================================
+--------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.8.5b1 <https://outgoing.prod.mozaws.net/v1/ff482535dfdcc9470aa7962a977302f60d557070c895fcf4b365108f15046e9e/https%3A//github.com/gorhill/uBlock/releases/tag/1.8.5b1>`__
@@ -1815,7 +1934,7 @@ uBlock Origin 1.8.5b1 - August 8, 2016
`https://github.com/gorhill/uBlock/compare/1.8.4...1.8.5b1 <https://outgoing.prod.mozaws.net/v1/3bcfc9c324e471fdb18e67fae7b07b1436eabbf3b4e523c67e99bd9a9167ed68/https%3A//github.com/gorhill/uBlock/compare/1.8.4...1.8.5b1>`__
uBlock Origin 1.8.5b0 - August 7, 2016
-======================================
+--------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.8.5b0 <https://outgoing.prod.mozaws.net/v1/f2b72f97ede35b24cf46230e7bac53b17ba45308ab61b5f93e1e960271716ae6/https%3A//github.com/gorhill/uBlock/releases/tag/1.8.5b0>`__
@@ -1823,7 +1942,7 @@ uBlock Origin 1.8.5b0 - August 7, 2016
`https://github.com/gorhill/uBlock/compare/1.8.4...1.8.5b0 <https://outgoing.prod.mozaws.net/v1/41db095969c17369cb28257a4adf625f5bbcfd052799b777dc5e7551890716d9/https%3A//github.com/gorhill/uBlock/compare/1.8.4...1.8.5b0>`__
uBlock Origin 1.8.4 - August 7, 2016
-====================================
+------------------------------------
| See `release
notes <https://outgoing.prod.mozaws.net/v1/24186af94d2d28cabd4f4c22036614261dc118d34882b249fb8df19455c47f23/https%3A//github.com/gorhill/uBlock/releases/tag/1.8.4>`__.
@@ -1839,7 +1958,7 @@ uBlock Origin 1.8.4 - August 7, 2016
1.8.4 <https://outgoing.prod.mozaws.net/v1/dfe848ea754115dacff841904263746a7583cce2e9409b83849ba70009a3e454/https%3A//github.com/gorhill/uBlock/compare/1.8.2...1.8.4>`__.
uBlock Origin 1.8.3b2 - August 6, 2016
-======================================
+--------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.8.3b2 <https://outgoing.prod.mozaws.net/v1/cecfe39efd66c4291d2b15aae233508ca16c6297e397975d5f0c9582cc6d8b3c/https%3A//github.com/gorhill/uBlock/releases/tag/1.8.3b2>`__
@@ -1847,7 +1966,7 @@ uBlock Origin 1.8.3b2 - August 6, 2016
`https://github.com/gorhill/uBlock/compare/1.8.2...1.8.3b2 <https://outgoing.prod.mozaws.net/v1/8e6e423538dc953ff3a3ad5e62aa62dedf47d5c59343621bc873bd0e5b59174d/https%3A//github.com/gorhill/uBlock/compare/1.8.2...1.8.3b2>`__
uBlock Origin 1.8.3b1 - August 6, 2016
-======================================
+--------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.8.3b1 <https://outgoing.prod.mozaws.net/v1/39f80e0be6b010f3611901e1d7f42574341d0fab8a52660d01797f21cbc05e27/https%3A//github.com/gorhill/uBlock/releases/tag/1.8.3b1>`__
@@ -1855,7 +1974,7 @@ uBlock Origin 1.8.3b1 - August 6, 2016
`https://github.com/gorhill/uBlock/compare/1.8.2...1.8.3b1 <https://outgoing.prod.mozaws.net/v1/87b06c787c59acfc233a450fd8d5b97b13410b6e885b8d9f2dfcae44a6cd161d/https%3A//github.com/gorhill/uBlock/compare/1.8.2...1.8.3b1>`__
uBlock Origin 1.8.3b0 - August 6, 2016
-======================================
+--------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.8.3b0 <https://outgoing.prod.mozaws.net/v1/098ae4287717c6c32333d5e17e1562864360941604b0853bac80bb5e5f5d7730/https%3A//github.com/gorhill/uBlock/releases/tag/1.8.3b0>`__
@@ -1863,7 +1982,7 @@ uBlock Origin 1.8.3b0 - August 6, 2016
`https://github.com/gorhill/uBlock/compare/1.8.2...1.8.3b0 <https://outgoing.prod.mozaws.net/v1/979ecb468f92fecbb595c1194da08b82f0dbdd9c601b0195c95f54e52209cb3b/https%3A//github.com/gorhill/uBlock/compare/1.8.2...1.8.3b0>`__
uBlock Origin 1.8.2 - August 5, 2016
-====================================
+------------------------------------
| See `release
notes <https://outgoing.prod.mozaws.net/v1/704e146ccb89bff5fedf74e930eb8219cdd9220b58314ab7dc1cddf3b31beb8d/https%3A//github.com/gorhill/uBlock/releases/tag/1.8.2>`__.
@@ -1879,7 +1998,7 @@ uBlock Origin 1.8.2 - August 5, 2016
1.8.2 <https://outgoing.prod.mozaws.net/v1/5b0d352320d7ad14692c55b797a799d1cb442ca9474a9e604e60814a3a53b05d/https%3A//github.com/gorhill/uBlock/compare/1.8.0...1.8.2>`__.
uBlock Origin 1.8.1b0 - August 3, 2016
-======================================
+--------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.8.1b0 <https://outgoing.prod.mozaws.net/v1/a6f2a5d01755c47211b19d2d666c4c3b59875e0c1124f993c3af3b67de6bc559/https%3A//github.com/gorhill/uBlock/releases/tag/1.8.1b0>`__
@@ -1887,7 +2006,7 @@ uBlock Origin 1.8.1b0 - August 3, 2016
`https://github.com/gorhill/uBlock/compare/1.8.0...1.8.1b0 <https://outgoing.prod.mozaws.net/v1/5bfea67464d2e1bb7723b52391467b098da6e0d90962f74926dfd3cb93285c2c/https%3A//github.com/gorhill/uBlock/compare/1.8.0...1.8.1b0>`__
uBlock Origin 1.8.0 - August 2, 2016
-====================================
+------------------------------------
| **New**
|  
@@ -1949,7 +2068,7 @@ uBlock Origin 1.8.0 - August 2, 2016
properties <https://outgoing.prod.mozaws.net/v1/9243aadddc74b774122e57040bcc379fa8477377e748ddd0bc9e5ddaffe1c632/https%3A//github.com/gorhill/uBlock/issues/781>`__.
uBlock Origin 1.7.7rc0 - July 26, 2016
-======================================
+--------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.7.7rc0 <https://outgoing.prod.mozaws.net/v1/83fd5a85b0608896b1fa417e25552191684fd2aa56a3021257e16c39391705fd/https%3A//github.com/gorhill/uBlock/releases/tag/1.7.7rc0>`__
@@ -1957,7 +2076,7 @@ uBlock Origin 1.7.7rc0 - July 26, 2016
`https://github.com/gorhill/uBlock/compare/1.7.6...1.7.7rc0 <https://outgoing.prod.mozaws.net/v1/6e09493702a4ac4396415d1053bb9b60399a479f7cb8de8cb59cd3e6a5082337/https%3A//github.com/gorhill/uBlock/compare/1.7.6...1.7.7rc0>`__
uBlock Origin 1.7.7b15 - July 20, 2016
-======================================
+--------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.7.7b15 <https://outgoing.prod.mozaws.net/v1/07b9c933b43a082a1670e8b26884d28505fe89f4ac0405c6bc7da6d5f519e4c9/https%3A//github.com/gorhill/uBlock/releases/tag/1.7.7b15>`__
@@ -1965,7 +2084,7 @@ uBlock Origin 1.7.7b15 - July 20, 2016
`https://github.com/gorhill/uBlock/compare/1.7.6...1.7.7b15 <https://outgoing.prod.mozaws.net/v1/5ea1afd58edb9f812c7ac4bbb399cfc19ef88f8513bc20825924c33e93d7ad3f/https%3A//github.com/gorhill/uBlock/compare/1.7.6...1.7.7b15>`__
uBlock Origin 1.7.7b14 - July 16, 2016
-======================================
+--------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.7.7b14 <https://outgoing.prod.mozaws.net/v1/746475ca06a5e8d658131375ffbb67272dceb56b56eae87ce2df792bf1b21a91/https%3A//github.com/gorhill/uBlock/releases/tag/1.7.7b14>`__
@@ -1973,7 +2092,7 @@ uBlock Origin 1.7.7b14 - July 16, 2016
`https://github.com/gorhill/uBlock/compare/1.7.6...1.7.7b14 <https://outgoing.prod.mozaws.net/v1/775bf162c542912111a154cc7a783670e98d7b7b6d19121bfcdaf81048258646/https%3A//github.com/gorhill/uBlock/compare/1.7.6...1.7.7b14>`__
uBlock Origin 1.7.7b13 - July 15, 2016
-======================================
+--------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.7.7b13 <https://outgoing.prod.mozaws.net/v1/4f0ca2a345fcf670b33f9f5d5daf45c7bcf19b64dae577e837fef9fe29b9ca90/https%3A//github.com/gorhill/uBlock/releases/tag/1.7.7b13>`__
@@ -1981,7 +2100,7 @@ uBlock Origin 1.7.7b13 - July 15, 2016
`https://github.com/gorhill/uBlock/compare/1.7.6...1.7.7b13 <https://outgoing.prod.mozaws.net/v1/f1c7dd38119099a40b87e746e32e25d0c059fa34035af10d30b7ac4d11616533/https%3A//github.com/gorhill/uBlock/compare/1.7.6...1.7.7b13>`__
uBlock Origin 1.7.7b12 - July 12, 2016
-======================================
+--------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.7.7b12 <https://outgoing.prod.mozaws.net/v1/5fca48031a5361aa7d59fae1fbc0b5363146fa6068e44fcac7d159698d2cabe2/https%3A//github.com/gorhill/uBlock/releases/tag/1.7.7b12>`__
@@ -1989,7 +2108,7 @@ uBlock Origin 1.7.7b12 - July 12, 2016
`https://github.com/gorhill/uBlock/compare/1.7.6...1.7.7b12 <https://outgoing.prod.mozaws.net/v1/0b9dca3248908f9ef7ae8194055b9f2f2a4571c55bbe9f4849f2d4b36a53845a/https%3A//github.com/gorhill/uBlock/compare/1.7.6...1.7.7b12>`__
uBlock Origin 1.7.7b11 - July 10, 2016
-======================================
+--------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.7.7b11 <https://outgoing.prod.mozaws.net/v1/eeb953b15303f50def18fad8ed5f73cc38985f61ff8e25feed214585c38fe922/https%3A//github.com/gorhill/uBlock/releases/tag/1.7.7b11>`__
@@ -1997,7 +2116,7 @@ uBlock Origin 1.7.7b11 - July 10, 2016
`https://github.com/gorhill/uBlock/compare/1.7.6...1.7.7b11 <https://outgoing.prod.mozaws.net/v1/c28939703f61dee61a95a074acdd905027ee9cb042bae6d86b9f50d501e24fb4/https%3A//github.com/gorhill/uBlock/compare/1.7.6...1.7.7b11>`__
uBlock Origin 1.7.7b10 - July 3, 2016
-=====================================
+-------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.7.7b10 <https://outgoing.prod.mozaws.net/v1/ac81d694fd7524eb74f624ec1f962b8e2918da4f5fc5b427225277f237191da0/https%3A//github.com/gorhill/uBlock/releases/tag/1.7.7b10>`__
@@ -2005,7 +2124,7 @@ uBlock Origin 1.7.7b10 - July 3, 2016
`https://github.com/gorhill/uBlock/compare/1.7.6...1.7.7b10 <https://outgoing.prod.mozaws.net/v1/65d1b6fd16201ce85b5bdf99473ac68c77cf848ab67559f171ae5c6db8125bda/https%3A//github.com/gorhill/uBlock/compare/1.7.6...1.7.7b10>`__
uBlock Origin 1.7.7b9 - July 2, 2016
-====================================
+------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.7.7b9 <https://outgoing.prod.mozaws.net/v1/9f928f4828de044e96b09a3d1e27262e619aae8ad13bf4fec518d917b6648e4e/https%3A//github.com/gorhill/uBlock/releases/tag/1.7.7b9>`__
@@ -2014,7 +2133,7 @@ uBlock Origin 1.7.7b9 - July 2, 2016
`https://github.com/gorhill/uBlock/compare/1.7.6...1.7.7b9 <https://outgoing.prod.mozaws.net/v1/6fd6ee32dea55198c1f6affb26a33740ce5d4322864a7c8d9e6c23018b3ec32c/https%3A//github.com/gorhill/uBlock/compare/1.7.6...1.7.7b9>`__
uBlock Origin 1.7.7b8 - July 1, 2016
-====================================
+------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.7.7b8 <https://outgoing.prod.mozaws.net/v1/4f85d6ba6ffcd5ea5b7ba8ef8852d2a987627ec37ad4742d59742159b44b89f5/https%3A//github.com/gorhill/uBlock/releases/tag/1.7.7b8>`__
@@ -2023,7 +2142,7 @@ uBlock Origin 1.7.7b8 - July 1, 2016
`https://github.com/gorhill/uBlock/compare/1.7.6...1.7.7b8 <https://outgoing.prod.mozaws.net/v1/6ef6405853d8b299e40c109dfcd154494971a1a03043097bf1010162cfc56b28/https%3A//github.com/gorhill/uBlock/compare/1.7.6...1.7.7b8>`__
uBlock Origin 1.7.7b7 - July 1, 2016
-====================================
+------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.7.7b7 <https://outgoing.prod.mozaws.net/v1/987e4833431b9981c9e916eb312f4ee682cc909dba057d45dc578b8d7b5cc8e3/https%3A//github.com/gorhill/uBlock/releases/tag/1.7.7b7>`__
@@ -2032,7 +2151,7 @@ uBlock Origin 1.7.7b7 - July 1, 2016
`https://github.com/gorhill/uBlock/compare/1.7.6...1.7.7b7 <https://outgoing.prod.mozaws.net/v1/300c157102fe8a5c235773321f2dc5d88824492d763045d62662277f44064864/https%3A//github.com/gorhill/uBlock/compare/1.7.6...1.7.7b7>`__
uBlock Origin 1.7.7b6 - June 30, 2016
-=====================================
+-------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.7.7b6 <https://outgoing.prod.mozaws.net/v1/ecba4232717c65ad70531cb1a9c8c5c977ec5af6b45ed5b6cad0b8746cfc5ebf/https%3A//github.com/gorhill/uBlock/releases/tag/1.7.7b6>`__
@@ -2041,7 +2160,7 @@ uBlock Origin 1.7.7b6 - June 30, 2016
`https://github.com/gorhill/uBlock/compare/1.7.6...1.7.7b6 <https://outgoing.prod.mozaws.net/v1/97ecec04c5d6101c11520122ed56490340d514ceee2d8b6bf4fd91c285d5669f/https%3A//github.com/gorhill/uBlock/compare/1.7.6...1.7.7b6>`__
uBlock Origin 1.7.7b5 - June 29, 2016
-=====================================
+-------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.7.7b5 <https://outgoing.prod.mozaws.net/v1/78ed73d392a2b78880684b8fd44cf49d4d1ba38e2c1e5b1e8275d5fd06a3e9e6/https%3A//github.com/gorhill/uBlock/releases/tag/1.7.7b5>`__
@@ -2050,7 +2169,7 @@ uBlock Origin 1.7.7b5 - June 29, 2016
`https://github.com/gorhill/uBlock/compare/1.7.6...1.7.7b5 <https://outgoing.prod.mozaws.net/v1/c7f8842e582f25cd1a78bd22e566e3b1738ab85e80f3f63176e4026575dc41e3/https%3A//github.com/gorhill/uBlock/compare/1.7.6...1.7.7b5>`__
uBlock Origin 1.7.7b4 - June 29, 2016
-=====================================
+-------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.7.7b4 <https://outgoing.prod.mozaws.net/v1/9ddb16c98a8b90052591f42818e525740086a822836abb2856e22d3591ee9160/https%3A//github.com/gorhill/uBlock/releases/tag/1.7.7b4>`__
@@ -2059,7 +2178,7 @@ uBlock Origin 1.7.7b4 - June 29, 2016
`https://github.com/gorhill/uBlock/compare/1.7.6...1.7.7b4 <https://outgoing.prod.mozaws.net/v1/6918788f2b7dbfd522d1938960d50afd258bd19b22a42d643b2e2a010fddb52b/https%3A//github.com/gorhill/uBlock/compare/1.7.6...1.7.7b4>`__
uBlock Origin 1.7.7b3 - June 29, 2016
-=====================================
+-------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.7.7b3 <https://outgoing.prod.mozaws.net/v1/71d10eb8b3d985578fd5a82ced1626dbfe533e681cf1a2ccf32a6f2f902cdd9b/https%3A//github.com/gorhill/uBlock/releases/tag/1.7.7b3>`__
@@ -2068,7 +2187,7 @@ uBlock Origin 1.7.7b3 - June 29, 2016
`https://github.com/gorhill/uBlock/compare/1.7.6...1.7.7b3 <https://outgoing.prod.mozaws.net/v1/ba98cdc6b9d9738a653323c311dacce4cd9443a832d8ccb36836e001339afc25/https%3A//github.com/gorhill/uBlock/compare/1.7.6...1.7.7b3>`__
uBlock Origin 1.7.7b2 - June 29, 2016
-=====================================
+-------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.7.7b2 <https://outgoing.prod.mozaws.net/v1/53d727467b3c757d858da779d99509918517f321d822d89f2ae0aab42df79d34/https%3A//github.com/gorhill/uBlock/releases/tag/1.7.7b2>`__
@@ -2077,7 +2196,7 @@ uBlock Origin 1.7.7b2 - June 29, 2016
`https://github.com/gorhill/uBlock/compare/1.7.6...1.7.7b2 <https://outgoing.prod.mozaws.net/v1/bf0da6dde7e061524a9cea747a8ddcd78618b3a28b1bccff97cc62917cc43c3f/https%3A//github.com/gorhill/uBlock/compare/1.7.6...1.7.7b2>`__
uBlock Origin 1.7.7b1 - June 29, 2016
-=====================================
+-------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.7.7b1 <https://outgoing.prod.mozaws.net/v1/8944f51fdaed4afa9cee4bb58066746504317195dc79d24284c732e6709771ed/https%3A//github.com/gorhill/uBlock/releases/tag/1.7.7b1>`__
@@ -2086,7 +2205,7 @@ uBlock Origin 1.7.7b1 - June 29, 2016
`https://github.com/gorhill/uBlock/compare/1.7.6...1.7.7b1 <https://outgoing.prod.mozaws.net/v1/6f6fba517e39949ca618dcb934baafd1e0013e7fbbad7eabb131d7a697e1a3ad/https%3A//github.com/gorhill/uBlock/compare/1.7.6...1.7.7b1>`__
uBlock Origin 1.7.7b0 - June 28, 2016
-=====================================
+-------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.7.7b0 <https://outgoing.prod.mozaws.net/v1/46537569ef32dfd6e08bfbfa94ce9cbad587296a18dccba63c0e9052977493a0/https%3A//github.com/gorhill/uBlock/releases/tag/1.7.7b0>`__
@@ -2095,7 +2214,7 @@ uBlock Origin 1.7.7b0 - June 28, 2016
`https://github.com/gorhill/uBlock/compare/1.7.6...1.7.7b0 <https://outgoing.prod.mozaws.net/v1/4055b1c6797f50763b65620ece6a84561a2f9a632dbfe0f55d56e3b44f54ea4c/https%3A//github.com/gorhill/uBlock/compare/1.7.6...1.7.7b0>`__
uBlock Origin 1.7.6 - June 22, 2016
-===================================
+-----------------------------------
| Summary of
`changes <https://outgoing.prod.mozaws.net/v1/486d74e9400673adb9b7507e07e15bdda8605a9e6ae20e910371d4d7bc229876/https%3A//github.com/gorhill/uBlock/releases/tag/1.7.6>`__:
@@ -2134,7 +2253,7 @@ uBlock Origin 1.7.6 - June 22, 2016
1.7.6 <https://outgoing.prod.mozaws.net/v1/96deef089d53d52332f18f51cc444422d96dd37e3c12b297037dbbb0bae983dc/https%3A//github.com/gorhill/uBlock/compare/1.7.0...1.7.6>`__
uBlock Origin 1.7.5rc7 - June 19, 2016
-======================================
+--------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.7.5rc7 <https://outgoing.prod.mozaws.net/v1/e70bc072ee22940e705551e0b68296cc984d4390f52addb22ad61b2844afdeb3/https%3A//github.com/gorhill/uBlock/releases/tag/1.7.5rc7>`__
@@ -2143,7 +2262,7 @@ uBlock Origin 1.7.5rc7 - June 19, 2016
`https://github.com/gorhill/uBlock/compare/1.7.0...1.7.5rc7 <https://outgoing.prod.mozaws.net/v1/39aa51d9a69eec1cbaccae1fba977f37d4afea8f1d9c2e3bd8aff3c8dcc97506/https%3A//github.com/gorhill/uBlock/compare/1.7.0...1.7.5rc7>`__
uBlock Origin 1.7.5rc6 - June 16, 2016
-======================================
+--------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.7.5rc6 <https://outgoing.prod.mozaws.net/v1/c6256a75f264e6d0ceae2c5c49845e1e5626026ebac83a4d48cd7127de5fea68/https%3A//github.com/gorhill/uBlock/releases/tag/1.7.5rc6>`__
@@ -2152,7 +2271,7 @@ uBlock Origin 1.7.5rc6 - June 16, 2016
`https://github.com/gorhill/uBlock/compare/1.7.0...1.7.5rc6 <https://outgoing.prod.mozaws.net/v1/250048a4d215d732310939db08a02f9bfa2249efbfb89a3705f14bd1d9a2ca21/https%3A//github.com/gorhill/uBlock/compare/1.7.0...1.7.5rc6>`__
uBlock Origin 1.7.5rc5 - June 16, 2016
-======================================
+--------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.7.5rc5 <https://outgoing.prod.mozaws.net/v1/ce26118a9e62fe9397b8fbfc8ec2e92c46322fc2992c942534afe3e8952f9d3b/https%3A//github.com/gorhill/uBlock/releases/tag/1.7.5rc5>`__
@@ -2161,7 +2280,7 @@ uBlock Origin 1.7.5rc5 - June 16, 2016
`https://github.com/gorhill/uBlock/compare/1.7.0...1.7.5rc5 <https://outgoing.prod.mozaws.net/v1/56a5c152322ff6b748735efe4482c0ff3b5b0096ff4f417faaf6f4e5d3e5e2ff/https%3A//github.com/gorhill/uBlock/compare/1.7.0...1.7.5rc5>`__
uBlock Origin 1.7.5rc4 - June 12, 2016
-======================================
+--------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.7.5rc4 <https://outgoing.prod.mozaws.net/v1/c2f02b4cd88a794604b5fee992f312f370912e222ad9bae01c6c09a96df126fe/https%3A//github.com/gorhill/uBlock/releases/tag/1.7.5rc4>`__
@@ -2170,7 +2289,7 @@ uBlock Origin 1.7.5rc4 - June 12, 2016
`https://github.com/gorhill/uBlock/compare/1.7.0...1.7.5rc4 <https://outgoing.prod.mozaws.net/v1/e17f24ae78de1460b721abed08d4b775becd77def8e7a4d33341b9a65ea29020/https%3A//github.com/gorhill/uBlock/compare/1.7.0...1.7.5rc4>`__
uBlock Origin 1.7.5rc3 - June 10, 2016
-======================================
+--------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.7.5rc3 <https://outgoing.prod.mozaws.net/v1/b6b3deaf23bcced0efacfc98ba9466bd238cc33529b1cc31c69161bfed7d9289/https%3A//github.com/gorhill/uBlock/releases/tag/1.7.5rc3>`__
@@ -2179,7 +2298,7 @@ uBlock Origin 1.7.5rc3 - June 10, 2016
`https://github.com/gorhill/uBlock/compare/1.7.0...1.7.5rc3 <https://outgoing.prod.mozaws.net/v1/38347f28ee1a156a8466a2f80453f72991c7c04be3635434530f607bc42ed02f/https%3A//github.com/gorhill/uBlock/compare/1.7.0...1.7.5rc3>`__
uBlock Origin 1.7.5rc2 - June 6, 2016
-=====================================
+-------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.7.5rc2 <https://outgoing.prod.mozaws.net/v1/3462287ee53231dc3a23f0f2dba04d5c007b2998e50b7345b99dee009dae609b/https%3A//github.com/gorhill/uBlock/releases/tag/1.7.5rc2>`__
@@ -2188,7 +2307,7 @@ uBlock Origin 1.7.5rc2 - June 6, 2016
`https://github.com/gorhill/uBlock/compare/1.7.0...1.7.5rc2 <https://outgoing.prod.mozaws.net/v1/e6a734ac2e190c36c009635fd8d3dba593085909f9a8c4c329ab61a89a405804/https%3A//github.com/gorhill/uBlock/compare/1.7.0...1.7.5rc2>`__
uBlock Origin 1.7.5rc1 - June 3, 2016
-=====================================
+-------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.7.5rc1 <https://outgoing.prod.mozaws.net/v1/f8a4ee70b87c23e67cf647a6b91e9f5891c81d41c1d59521e38f0432b39d42a5/https%3A//github.com/gorhill/uBlock/releases/tag/1.7.5rc1>`__
@@ -2197,7 +2316,7 @@ uBlock Origin 1.7.5rc1 - June 3, 2016
`https://github.com/gorhill/uBlock/compare/1.7.0...1.7.5rc1 <https://outgoing.prod.mozaws.net/v1/ac063683d3286b8488dcf377ff25c5f28561dc363ca90cbc572d9a9624e6fb59/https%3A//github.com/gorhill/uBlock/compare/1.7.0...1.7.5rc1>`__
uBlock Origin 1.7.5rc0 - May 28, 2016
-=====================================
+-------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.7.5rc0 <https://outgoing.prod.mozaws.net/v1/e7f9c34eece7cecdc4ff951d7ce0547e0b19a5219b3b62997aa8f19082590959/https%3A//github.com/gorhill/uBlock/releases/tag/1.7.5rc0>`__
@@ -2206,7 +2325,7 @@ uBlock Origin 1.7.5rc0 - May 28, 2016
`https://github.com/gorhill/uBlock/compare/1.7.0...1.7.5rc0 <https://outgoing.prod.mozaws.net/v1/1d096be6094263840ed24e8edb544b976c92100576429ba76009740449ec9646/https%3A//github.com/gorhill/uBlock/compare/1.7.0...1.7.5rc0>`__
uBlock Origin 1.7.5b2 - May 15, 2016
-====================================
+------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.7.5b2 <https://outgoing.prod.mozaws.net/v1/fb3237636b8a6004010a8a2b2cf03d1ad80e5c38536d3d68ea80a3b5fcbc0651/https%3A//github.com/gorhill/uBlock/releases/tag/1.7.5b2>`__
@@ -2215,7 +2334,7 @@ uBlock Origin 1.7.5b2 - May 15, 2016
`https://github.com/gorhill/uBlock/compare/1.7.0...1.7.5b2 <https://outgoing.prod.mozaws.net/v1/5ae4ecf2bf4d95c428a2afcd198cde37455d57cc48055d1bbb5c162c493e4bc7/https%3A//github.com/gorhill/uBlock/compare/1.7.0...1.7.5b2>`__
uBlock Origin 1.7.5b1 - May 7, 2016
-===================================
+-----------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.7.5b1 <https://outgoing.prod.mozaws.net/v1/33c4a3509de6b01f766ab1d5c7f479a807394aa7028a3decd73aee5f07f57a4b/https%3A//github.com/gorhill/uBlock/releases/tag/1.7.5b1>`__
@@ -2224,7 +2343,7 @@ uBlock Origin 1.7.5b1 - May 7, 2016
`https://github.com/gorhill/uBlock/compare/1.7.0...1.7.5b1 <https://outgoing.prod.mozaws.net/v1/d851a273f8c67cfd3b5dea67c77486f5e3e45d501f748019f9d4b2193c59816a/https%3A//github.com/gorhill/uBlock/compare/1.7.0...1.7.5b1>`__
uBlock Origin 1.7.5b0 - May 3, 2016
-===================================
+-----------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.7.5b0 <https://outgoing.prod.mozaws.net/v1/0cc414e22a2e86ed34fe7e68dd38dd4fd856790f8854d15a8b8062099fe3c449/https%3A//github.com/gorhill/uBlock/releases/tag/1.7.5b0>`__
@@ -2233,7 +2352,7 @@ uBlock Origin 1.7.5b0 - May 3, 2016
`https://github.com/gorhill/uBlock/compare/1.7.0...1.7.5b0 <https://outgoing.prod.mozaws.net/v1/908d6ce0cc556571178c389701d50fa63497faf37ac852e438e2e5db7af22f95/https%3A//github.com/gorhill/uBlock/compare/1.7.0...1.7.5b0>`__
uBlock Origin 1.7.0 - May 1, 2016
-=================================
+---------------------------------
| Summary of
`changes <https://outgoing.prod.mozaws.net/v1/4f2eb8e03556562709016fd8cba7f2c13d3b68fe5e00856a0b16a204f8c802ac/https%3A//github.com/gorhill/uBlock/releases/tag/1.7.0>`__:
@@ -2276,7 +2395,7 @@ uBlock Origin 1.7.0 - May 1, 2016
1.7.0 <https://outgoing.prod.mozaws.net/v1/fad651190be7ba36f264943e30a3780cecaac86992d260e31ef0556bc75aea60/https%3A//github.com/gorhill/uBlock/compare/1.6.8...1.7.0>`__
uBlock Origin 1.6.9rc1 - April 26, 2016
-=======================================
+---------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.6.9rc1 <https://outgoing.prod.mozaws.net/v1/e7af0b09e7600e4f13d4eeca9a1f74822e2a444124b3f9f3f32fbb7d3ca47e7e/https%3A//github.com/gorhill/uBlock/releases/tag/1.6.9rc1>`__
@@ -2285,7 +2404,7 @@ uBlock Origin 1.6.9rc1 - April 26, 2016
`https://github.com/gorhill/uBlock/compare/1.6.8...1.6.9rc1 <https://outgoing.prod.mozaws.net/v1/520ab9b4ed80914770dad3ba07f7ac46ba08f6cd7b9e4deab565328a4572aae0/https%3A//github.com/gorhill/uBlock/compare/1.6.8...1.6.9rc1>`__
uBlock Origin 1.6.9b4 - April 21, 2016
-======================================
+--------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.6.9b4 <https://outgoing.prod.mozaws.net/v1/546d9334b4d878c9e6a2024fd1f3fdad99760b7149a0ba9deabb73728df56888/https%3A//github.com/gorhill/uBlock/releases/tag/1.6.9b4>`__
@@ -2294,7 +2413,7 @@ uBlock Origin 1.6.9b4 - April 21, 2016
`https://github.com/gorhill/uBlock/compare/1.6.8...1.6.9b4 <https://outgoing.prod.mozaws.net/v1/1559e93318408a0ae7425508789b46c08d1c5a9a8900ebeafdd9356504087d96/https%3A//github.com/gorhill/uBlock/compare/1.6.8...1.6.9b4>`__
uBlock Origin 1.6.9rc0 - April 20, 2016
-=======================================
+---------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.6.9rc0 <https://outgoing.prod.mozaws.net/v1/4e7ccf1598ba0c829243217a3540d396813be49ae108f93d07241000176a8f6e/https%3A//github.com/gorhill/uBlock/releases/tag/1.6.9rc0>`__
@@ -2303,7 +2422,7 @@ uBlock Origin 1.6.9rc0 - April 20, 2016
`https://github.com/gorhill/uBlock/compare/1.6.8...1.6.9rc0 <https://outgoing.prod.mozaws.net/v1/caac54955dd79c88eef7f1f4f6f4198e2caf5898241efb51d90a0047aca5ac59/https%3A//github.com/gorhill/uBlock/compare/1.6.8...1.6.9rc0>`__
uBlock Origin 1.6.9b2 - April 18, 2016
-======================================
+--------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.6.9b2 <https://outgoing.prod.mozaws.net/v1/8353f861ab6b3367def66cb6b2021b71cb1af4b53bbb78cde88163be6353ae7a/https%3A//github.com/gorhill/uBlock/releases/tag/1.6.9b2>`__
@@ -2312,7 +2431,7 @@ uBlock Origin 1.6.9b2 - April 18, 2016
`https://github.com/gorhill/uBlock/compare/1.6.8...1.6.9b2 <https://outgoing.prod.mozaws.net/v1/c14ca08bf7d4f1c7eaa9d930235f640250f5b524c2130988d30af60113c64448/https%3A//github.com/gorhill/uBlock/compare/1.6.8...1.6.9b2>`__
uBlock Origin 1.6.9b1 - April 16, 2016
-======================================
+--------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.6.9b1 <https://outgoing.prod.mozaws.net/v1/9efa6072f01ffdc042372568b25c410166d3eff0a408c1ec705faa193cad01ab/https%3A//github.com/gorhill/uBlock/releases/tag/1.6.9b1>`__
@@ -2321,7 +2440,7 @@ uBlock Origin 1.6.9b1 - April 16, 2016
`https://github.com/gorhill/uBlock/compare/1.6.8...1.6.9b1 <https://outgoing.prod.mozaws.net/v1/17b45a504bc4738d6302b19a1b5ccb9bd08145104d2dd4e9c6b9f0d3c4d118e1/https%3A//github.com/gorhill/uBlock/compare/1.6.8...1.6.9b1>`__
uBlock Origin 1.6.9b0 - April 7, 2016
-=====================================
+-------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.6.9b0 <https://outgoing.prod.mozaws.net/v1/098bc43d54ccffa9d1eab9ca0fdaba8e603ca44067ee774f8abd14efc09320ed/https%3A//github.com/gorhill/uBlock/releases/tag/1.6.9b0>`__
@@ -2330,7 +2449,7 @@ uBlock Origin 1.6.9b0 - April 7, 2016
`https://github.com/gorhill/uBlock/compare/1.6.8...1.6.9b0 <https://outgoing.prod.mozaws.net/v1/994f05a7fdfeae02b6a191ba0f474d0e9f8d0891ef4fff81bac5ae7344aba26d/https%3A//github.com/gorhill/uBlock/compare/1.6.8...1.6.9b0>`__
uBlock Origin 1.6.8 - April 5, 2016
-===================================
+-----------------------------------
| Summary of
`changes <https://outgoing.prod.mozaws.net/v1/25863ecbadf128e39060692004caffa5f00e80efae3b53efc4f8a5754c691394/https%3A//github.com/gorhill/uBlock/releases/tag/1.6.8>`__:
@@ -2366,7 +2485,7 @@ uBlock Origin 1.6.8 - April 5, 2016
1.6.8 <https://outgoing.prod.mozaws.net/v1/84ed202c9d7e9eb5c16843e45125b304eea7b05f97ae963d3ced5ed62611da42/https%3A//github.com/gorhill/uBlock/compare/1.6.6...1.6.8>`__
uBlock Origin 1.6.7rc2 - April 3, 2016
-======================================
+--------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.6.7rc2 <https://outgoing.prod.mozaws.net/v1/28cbff70ec0f85e07947245d978f38255b3aca358fe8af46887b478a77a68bc9/https%3A//github.com/gorhill/uBlock/releases/tag/1.6.7rc2>`__
@@ -2375,7 +2494,7 @@ uBlock Origin 1.6.7rc2 - April 3, 2016
`https://github.com/gorhill/uBlock/compare/1.6.6...1.6.7rc2 <https://outgoing.prod.mozaws.net/v1/2b79797bcd1def29f09d35c37ee604f04bcd79a90b203397520c315d52634b93/https%3A//github.com/gorhill/uBlock/compare/1.6.6...1.6.7rc2>`__
uBlock Origin 1.6.7rc1 - April 3, 2016
-======================================
+--------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.6.7rc1 <https://outgoing.prod.mozaws.net/v1/aef12fb9f93f7273319b9660d5ec7be233eb3a3a081e03225cef8808c3ab7cf7/https%3A//github.com/gorhill/uBlock/releases/tag/1.6.7rc1>`__
@@ -2384,7 +2503,7 @@ uBlock Origin 1.6.7rc1 - April 3, 2016
`https://github.com/gorhill/uBlock/compare/1.6.6...1.6.7rc1 <https://outgoing.prod.mozaws.net/v1/790a7996cf1163d61e96194d8ce8168d2162188ba6bccc58c1a9cb5115ed77e9/https%3A//github.com/gorhill/uBlock/compare/1.6.6...1.6.7rc1>`__
uBlock Origin 1.6.7rc0 - April 2, 2016
-======================================
+--------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.6.7rc0 <https://outgoing.prod.mozaws.net/v1/fd0b8bb1cc0ef877e907139d88005c1976fa1355ed9355a1fb41990f3b9d74be/https%3A//github.com/gorhill/uBlock/releases/tag/1.6.7rc0>`__
@@ -2393,7 +2512,7 @@ uBlock Origin 1.6.7rc0 - April 2, 2016
`https://github.com/gorhill/uBlock/compare/1.6.6...1.6.7rc0 <https://outgoing.prod.mozaws.net/v1/69af3b1f0ff989626387e2f4bd42704bea380c3b904084314d059df168f35f45/https%3A//github.com/gorhill/uBlock/compare/1.6.6...1.6.7rc0>`__
uBlock Origin 1.6.7b0 - March 29, 2016
-======================================
+--------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.6.6 <https://outgoing.prod.mozaws.net/v1/013878933285ce56210380d0d3ab8eb75e0958edbf665d2210a302eee3d69e34/https%3A//github.com/gorhill/uBlock/releases/tag/1.6.6>`__
@@ -2402,7 +2521,7 @@ uBlock Origin 1.6.7b0 - March 29, 2016
`https://github.com/gorhill/uBlock/compare/1.6.6...1.6.7b0 <https://outgoing.prod.mozaws.net/v1/88eb1d9cf6d214839f055abed9f264efd34247553bdad4dc4a61302ee3f119d9/https%3A//github.com/gorhill/uBlock/compare/1.6.6...1.6.7b0>`__
uBlock Origin 1.6.6 - March 26, 2016
-====================================
+------------------------------------
| Summary of
`changes <https://outgoing.prod.mozaws.net/v1/013878933285ce56210380d0d3ab8eb75e0958edbf665d2210a302eee3d69e34/https%3A//github.com/gorhill/uBlock/releases/tag/1.6.6>`__:
@@ -2436,7 +2555,7 @@ uBlock Origin 1.6.6 - March 26, 2016
1.6.6 <https://outgoing.prod.mozaws.net/v1/9b8677c4496f48f5ab5c899da8cf6a90f467104bbe729ad6f41d27e22dc555d0/https%3A//github.com/gorhill/uBlock/compare/1.6.4...1.6.6>`__
uBlock Origin 1.6.5rc4 - March 22, 2016
-=======================================
+---------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.6.4 <https://outgoing.prod.mozaws.net/v1/c92b1d7df64d6bb8246f8822290ef7b56603eadf96f40f5f0bd51a690608f0f4/https%3A//github.com/gorhill/uBlock/releases/tag/1.6.4>`__
@@ -2445,7 +2564,7 @@ uBlock Origin 1.6.5rc4 - March 22, 2016
`https://github.com/gorhill/uBlock/compare/1.6.4...1.6.5rc4 <https://outgoing.prod.mozaws.net/v1/2753f8188f34aaa418d3a5d0fc9caee4fcde8a5e9508ad7a309519f4ff4d9d1c/https%3A//github.com/gorhill/uBlock/compare/1.6.4...1.6.5rc4>`__
uBlock Origin 1.6.5rc3 - March 17, 2016
-=======================================
+---------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.6.4 <https://outgoing.prod.mozaws.net/v1/c92b1d7df64d6bb8246f8822290ef7b56603eadf96f40f5f0bd51a690608f0f4/https%3A//github.com/gorhill/uBlock/releases/tag/1.6.4>`__
@@ -2454,7 +2573,7 @@ uBlock Origin 1.6.5rc3 - March 17, 2016
`https://github.com/gorhill/uBlock/compare/1.6.4...1.6.5rc3 <https://outgoing.prod.mozaws.net/v1/d213f89637cebe90ed220431fce56c877f0bec8ca60e0e28fc62a40c522f99be/https%3A//github.com/gorhill/uBlock/compare/1.6.4...1.6.5rc3>`__
uBlock Origin 1.6.5rc2 - March 16, 2016
-=======================================
+---------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.6.4 <https://outgoing.prod.mozaws.net/v1/c92b1d7df64d6bb8246f8822290ef7b56603eadf96f40f5f0bd51a690608f0f4/https%3A//github.com/gorhill/uBlock/releases/tag/1.6.4>`__
@@ -2463,7 +2582,7 @@ uBlock Origin 1.6.5rc2 - March 16, 2016
`https://github.com/gorhill/uBlock/compare/1.6.4...1.6.5rc2 <https://outgoing.prod.mozaws.net/v1/4360cdbd34dedcd938c7c6d5369a02bb7f37ee42c3ee2bb2a84d2930da8789d1/https%3A//github.com/gorhill/uBlock/compare/1.6.4...1.6.5rc2>`__
uBlock Origin 1.6.5rc1 - March 15, 2016
-=======================================
+---------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.6.4 <https://outgoing.prod.mozaws.net/v1/c92b1d7df64d6bb8246f8822290ef7b56603eadf96f40f5f0bd51a690608f0f4/https%3A//github.com/gorhill/uBlock/releases/tag/1.6.4>`__
@@ -2472,7 +2591,7 @@ uBlock Origin 1.6.5rc1 - March 15, 2016
`https://github.com/gorhill/uBlock/compare/1.6.4...1.6.5rc1 <https://outgoing.prod.mozaws.net/v1/c31dbd303fbfd48f0c1b1620b35cf87acb0de5a8b094be7a8de9dafb434eece2/https%3A//github.com/gorhill/uBlock/compare/1.6.4...1.6.5rc1>`__
uBlock Origin 1.6.5rc0 - March 12, 2016
-=======================================
+---------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.6.4 <https://outgoing.prod.mozaws.net/v1/c92b1d7df64d6bb8246f8822290ef7b56603eadf96f40f5f0bd51a690608f0f4/https%3A//github.com/gorhill/uBlock/releases/tag/1.6.4>`__
@@ -2481,7 +2600,7 @@ uBlock Origin 1.6.5rc0 - March 12, 2016
`https://github.com/gorhill/uBlock/compare/1.6.4...1.6.5rc0 <https://outgoing.prod.mozaws.net/v1/cc5d2dbc0dcbe364007a30b9fd77dc6bea4d30f555044ec1c8a208b5a3ca252b/https%3A//github.com/gorhill/uBlock/compare/1.6.4...1.6.5rc0>`__
uBlock Origin 1.6.5b2 - March 12, 2016
-======================================
+--------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.6.4 <https://outgoing.prod.mozaws.net/v1/c92b1d7df64d6bb8246f8822290ef7b56603eadf96f40f5f0bd51a690608f0f4/https%3A//github.com/gorhill/uBlock/releases/tag/1.6.4>`__
@@ -2490,7 +2609,7 @@ uBlock Origin 1.6.5b2 - March 12, 2016
`https://github.com/gorhill/uBlock/compare/1.6.4...1.6.5b2 <https://outgoing.prod.mozaws.net/v1/9a8df5f0137c92135e5671fd57f14ef4ae5e1aeb06b73dc0adb0a7d6393c9acf/https%3A//github.com/gorhill/uBlock/compare/1.6.4...1.6.5b2>`__
uBlock Origin 1.6.5b1 - March 10, 2016
-======================================
+--------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.6.4 <https://outgoing.prod.mozaws.net/v1/c92b1d7df64d6bb8246f8822290ef7b56603eadf96f40f5f0bd51a690608f0f4/https%3A//github.com/gorhill/uBlock/releases/tag/1.6.4>`__
@@ -2499,7 +2618,7 @@ uBlock Origin 1.6.5b1 - March 10, 2016
`https://github.com/gorhill/uBlock/compare/1.6.4...1.6.5b1 <https://outgoing.prod.mozaws.net/v1/0236237e2c9fee418bb1686c1d458342d0c709f8e1d193969539677d621abe2a/https%3A//github.com/gorhill/uBlock/compare/1.6.4...1.6.5b1>`__
uBlock Origin 1.6.5b0 - March 9, 2016
-=====================================
+-------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.6.4 <https://outgoing.prod.mozaws.net/v1/c92b1d7df64d6bb8246f8822290ef7b56603eadf96f40f5f0bd51a690608f0f4/https%3A//github.com/gorhill/uBlock/releases/tag/1.6.4>`__
@@ -2508,7 +2627,7 @@ uBlock Origin 1.6.5b0 - March 9, 2016
`https://github.com/gorhill/uBlock/compare/1.6.4...1.6.5b0 <https://outgoing.prod.mozaws.net/v1/fe2a7271e4950eabf30cd2d255077c320e883906b9eb1857bc2d88b8b23267bb/https%3A//github.com/gorhill/uBlock/compare/1.6.4...1.6.5b0>`__
uBlock Origin 1.6.4 - March 6, 2016
-===================================
+-----------------------------------
| Summary of
`changes <https://outgoing.prod.mozaws.net/v1/c92b1d7df64d6bb8246f8822290ef7b56603eadf96f40f5f0bd51a690608f0f4/https%3A//github.com/gorhill/uBlock/releases/tag/1.6.4>`__:
@@ -2552,7 +2671,7 @@ uBlock Origin 1.6.4 - March 6, 2016
1.6.4 <https://outgoing.prod.mozaws.net/v1/d2a583cc4969b63cc9aee94b405e9f832d6bbda311302babeb28853f4a46b0da/https%3A//github.com/gorhill/uBlock/compare/1.6.2...1.6.4>`__
uBlock Origin 1.6.4rc2 - March 5, 2016
-======================================
+--------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.6.4rc2 <https://outgoing.prod.mozaws.net/v1/39b21440220ae5e32ea3c665e2233c06a02e6397484dd7712528a302038c708b/https%3A//github.com/gorhill/uBlock/releases/tag/1.6.4rc2>`__
@@ -2561,7 +2680,7 @@ uBlock Origin 1.6.4rc2 - March 5, 2016
`https://github.com/gorhill/uBlock/compare/1.6.2...1.6.4rc2 <https://outgoing.prod.mozaws.net/v1/f568ffa73f1f24a667b7c3bfb44ef5e3324c077f5f8bd5da1b6d4cecb2a0eeb9/https%3A//github.com/gorhill/uBlock/compare/1.6.2...1.6.4rc2>`__
uBlock Origin 1.6.4rc1 - March 5, 2016
-======================================
+--------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.6.4rc1 <https://outgoing.prod.mozaws.net/v1/cf4d50d6eaae4b4b521a35993fd033259a75229d999a035bf163100499f6fdbb/https%3A//github.com/gorhill/uBlock/releases/tag/1.6.4rc1>`__
@@ -2570,7 +2689,7 @@ uBlock Origin 1.6.4rc1 - March 5, 2016
`https://github.com/gorhill/uBlock/compare/1.6.2...1.6.4rc1 <https://outgoing.prod.mozaws.net/v1/9d0d5da1ee21f8ab0ac49b0e985f40589ecfa0a71cdfab63eecdb2653c8aabd1/https%3A//github.com/gorhill/uBlock/compare/1.6.2...1.6.4rc1>`__
uBlock Origin 1.6.4b1 - February 27, 2016
-=========================================
+-----------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.6.4b1 <https://outgoing.prod.mozaws.net/v1/741a207bdf7af601f7fbd3758e3bd6cb6b98aa0f4954ec7d6dfe4a60cea6a619/https%3A//github.com/gorhill/uBlock/releases/tag/1.6.4b1>`__
@@ -2579,7 +2698,7 @@ uBlock Origin 1.6.4b1 - February 27, 2016
`https://github.com/gorhill/uBlock/compare/1.6.2...1.6.4b1 <https://outgoing.prod.mozaws.net/v1/401eebaf930e022e5bbc3610474e8046271b806cc5e0e5e9671d6a814c744d9d/https%3A//github.com/gorhill/uBlock/compare/1.6.2...1.6.4b1>`__
uBlock Origin 1.6.4b0 - February 26, 2016
-=========================================
+-----------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.6.4b0 <https://outgoing.prod.mozaws.net/v1/2810fcced78af85be25d3a18e51243c5e2e69a54b8cb3e9bf4c5ecfb95b5630e/https%3A//github.com/gorhill/uBlock/releases/tag/1.6.4b0>`__
@@ -2588,7 +2707,7 @@ uBlock Origin 1.6.4b0 - February 26, 2016
`https://github.com/gorhill/uBlock/compare/1.6.2...1.6.4b0 <https://outgoing.prod.mozaws.net/v1/7b0f7ab855dad7e12d755991129624bab76bea395287479d73d4b05938be3d9b/https%3A//github.com/gorhill/uBlock/compare/1.6.2...1.6.4b0>`__
uBlock Origin 1.6.2 - February 22, 2016
-=======================================
+---------------------------------------
| Summary of
`changes <https://outgoing.prod.mozaws.net/v1/56933389aa7cd690ac98761fd3238a3515580647f8f3df185b8a0ff9e27ab984/https%3A//github.com/gorhill/uBlock/releases/tag/1.6.2>`__:
@@ -2607,7 +2726,7 @@ uBlock Origin 1.6.2 - February 22, 2016
1.6.2 <https://outgoing.prod.mozaws.net/v1/0062a7ef4cdf5febd8529ce16215d6c5bbe06c1c618c276c248f86ca42af155f/https%3A//github.com/gorhill/uBlock/compare/1.6.1...1.6.2>`__
uBlock Origin 1.6.2b0 - February 17, 2016
-=========================================
+-----------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.6.2b0 <https://outgoing.prod.mozaws.net/v1/3c1955f61fda5934eb14e875ddc266557745fac971e1ad5b2df6d417656f2092/https%3A//github.com/gorhill/uBlock/releases/tag/1.6.2b0>`__
@@ -2616,7 +2735,7 @@ uBlock Origin 1.6.2b0 - February 17, 2016
`https://github.com/gorhill/uBlock/compare/1.6.1...1.6.2b0 <https://outgoing.prod.mozaws.net/v1/06f532e729118fa4bcdefbbfb19396c404a26c36c02f613e7fcfcd8d28a80621/https%3A//github.com/gorhill/uBlock/compare/1.6.1...1.6.2b0>`__
uBlock Origin 1.6.1 - February 14, 2016
-=======================================
+---------------------------------------
| Summary of
`changes <https://outgoing.prod.mozaws.net/v1/df2bb4790e3c1febd3a14235a76d3ffb0aff9662218aaf52bfbed7ea37b8a83f/https%3A//github.com/gorhill/uBlock/releases/tag/1.6.1>`__:
@@ -2633,7 +2752,7 @@ uBlock Origin 1.6.1 - February 14, 2016
1.6.1 <https://outgoing.prod.mozaws.net/v1/538c105cc9afa38e379ad98f1c99d03d844f7b9cd9dc60ec880051a87610f8ff/https%3A//github.com/gorhill/uBlock/compare/1.6.0...1.6.1>`__
uBlock Origin 1.6.1rc0 - February 14, 2016
-==========================================
+------------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.6.1rc0 <https://outgoing.prod.mozaws.net/v1/c8427f071a7a642cf750ee2e56f971de930ca49d387289c422557db35008a5f5/https%3A//github.com/gorhill/uBlock/releases/tag/1.6.1rc0>`__
@@ -2642,7 +2761,7 @@ uBlock Origin 1.6.1rc0 - February 14, 2016
`https://github.com/gorhill/uBlock/compare/1.6.0...1.6.1rc0 <https://outgoing.prod.mozaws.net/v1/ae1bef3a227553fcd4fcb913450be45acbf81ebc95a1efdb22b960f24a684168/https%3A//github.com/gorhill/uBlock/compare/1.6.0...1.6.1rc0>`__
uBlock Origin 1.6.0 - February 11, 2016
-=======================================
+---------------------------------------
| Summary of
`changes <https://outgoing.prod.mozaws.net/v1/58cf870c41b777014e6c1bb5c72eadfe1aad07e98d1bc1fd7b0f6c4a7b006645/https%3A//github.com/gorhill/uBlock/releases/tag/1.6.0>`__:
@@ -2707,7 +2826,7 @@ uBlock Origin 1.6.0 - February 11, 2016
1.6.0 <https://outgoing.prod.mozaws.net/v1/611efcb9cca3c263dd08f620b9d29a9bfc29692428bb843dfc81fe0adb6399f9/https%3A//github.com/gorhill/uBlock/compare/1.5.5...1.6.0>`__
uBlock Origin 1.6.0rc2 - February 9, 2016
-=========================================
+-----------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.6.0rc2 <https://outgoing.prod.mozaws.net/v1/8ae0e1563bd5c11ccfcd51e5146c7dddfc4c6aa4e3fcbf265474bf7f6c99c1ae/https%3A//github.com/gorhill/uBlock/releases/tag/1.6.0rc2>`__
@@ -2716,7 +2835,7 @@ uBlock Origin 1.6.0rc2 - February 9, 2016
`https://github.com/gorhill/uBlock/compare/1.5.5...1.6.0rc2 <https://outgoing.prod.mozaws.net/v1/e110326d800b9756283ead26c244c291584f5aff185dbe6e7319fea652ee7426/https%3A//github.com/gorhill/uBlock/compare/1.5.5...1.6.0rc2>`__
uBlock Origin 1.6.0rc1 - February 3, 2016
-=========================================
+-----------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.6.0rc1 <https://outgoing.prod.mozaws.net/v1/965572658d01877ede0d950cffa9d5027de2ab73ba89460be22aef92d23be6b2/https%3A//github.com/gorhill/uBlock/releases/tag/1.6.0rc1>`__
@@ -2725,7 +2844,7 @@ uBlock Origin 1.6.0rc1 - February 3, 2016
`https://github.com/gorhill/uBlock/compare/1.5.5...1.6.0rc1 <https://outgoing.prod.mozaws.net/v1/092d09a31b75b5ba7ef02689f133b051b7c1ba234731e10ee9781089ba0a6780/https%3A//github.com/gorhill/uBlock/compare/1.5.5...1.6.0rc1>`__
uBlock Origin 1.6.0rc0 - January 29, 2016
-=========================================
+-----------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.6.0rc0 <https://outgoing.prod.mozaws.net/v1/56dd0ee2b289df0befcc42894fa1c8398a25410f4dec68b41aa0a222e2760d5b/https%3A//github.com/gorhill/uBlock/releases/tag/1.6.0rc0>`__
@@ -2734,7 +2853,7 @@ uBlock Origin 1.6.0rc0 - January 29, 2016
`https://github.com/gorhill/uBlock/compare/1.5.5...1.6.0rc0 <https://outgoing.prod.mozaws.net/v1/b05a4cd1db6e6e5daab0e8466174ce9d15a4a0eb8c01414aa480e3e0f62b546c/https%3A//github.com/gorhill/uBlock/compare/1.5.5...1.6.0rc0>`__
uBlock Origin 1.6.0b8 - January 27, 2016
-========================================
+----------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.6.0b8 <https://outgoing.prod.mozaws.net/v1/81da586386ee8eba22d83d59dd467beb3d20234c2f62d042cb05a3552469f1aa/https%3A//github.com/gorhill/uBlock/releases/tag/1.6.0b8>`__
@@ -2743,7 +2862,7 @@ uBlock Origin 1.6.0b8 - January 27, 2016
`https://github.com/gorhill/uBlock/compare/1.5.5...1.6.0b8 <https://outgoing.prod.mozaws.net/v1/73b47cc913094e3633e7c3bea694c666aad797391bd956cdab9f65d6cc3c5d2f/https%3A//github.com/gorhill/uBlock/compare/1.5.5...1.6.0b8>`__
uBlock Origin 1.6.0b7 - January 26, 2016
-========================================
+----------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.6.0b7 <https://outgoing.prod.mozaws.net/v1/379f7f319dea4536e5ba6a3d1a5109e85b6258267fe3d4a3543fc030159bcb86/https%3A//github.com/gorhill/uBlock/releases/tag/1.6.0b7>`__
@@ -2752,7 +2871,7 @@ uBlock Origin 1.6.0b7 - January 26, 2016
`https://github.com/gorhill/uBlock/compare/1.5.5...1.6.0b7 <https://outgoing.prod.mozaws.net/v1/f62e5eb10be0b4627d391cbfbe1804fd843b75ddd32a4beb6a0196260557820c/https%3A//github.com/gorhill/uBlock/compare/1.5.5...1.6.0b7>`__
uBlock Origin 1.6.0b6 - January 23, 2016
-========================================
+----------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.6.0b6 <https://outgoing.prod.mozaws.net/v1/2e7b998d5bd3f74a6c11320c06f83f8f92d7219d884f47d6e2b8ae737c959f60/https%3A//github.com/gorhill/uBlock/releases/tag/1.6.0b6>`__
@@ -2761,7 +2880,7 @@ uBlock Origin 1.6.0b6 - January 23, 2016
`https://github.com/gorhill/uBlock/compare/1.5.5...1.6.0b6 <https://outgoing.prod.mozaws.net/v1/4439a9e284b96cc7aea1e0d25bc03a754d9b3205d06796d04a03763f863cfc5c/https%3A//github.com/gorhill/uBlock/compare/1.5.5...1.6.0b6>`__
uBlock Origin 1.6.0b2 - January 19, 2016
-========================================
+----------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.6.0b2 <https://outgoing.prod.mozaws.net/v1/bc20979436caa1d8352d9fdfebd45233b5f348bdf48708b04e9883a3569d977f/https%3A//github.com/gorhill/uBlock/releases/tag/1.6.0b2>`__
@@ -2770,7 +2889,7 @@ uBlock Origin 1.6.0b2 - January 19, 2016
`https://github.com/gorhill/uBlock/compare/1.5.5...1.6.0b2 <https://outgoing.prod.mozaws.net/v1/1f2d715d6e6e6e427605d6f592195cd94b18a18c7a6592a706ecf595b37d5556/https%3A//github.com/gorhill/uBlock/compare/1.5.5...1.6.0b2>`__
uBlock Origin 1.5.5 - January 10, 2016
-======================================
+--------------------------------------
| Summary of
`changes <https://outgoing.prod.mozaws.net/v1/e5cb8b3032af072f3fa13646504a17e7c59cf0acc97d71e1683a0c94c2ad9be9/https%3A//github.com/gorhill/uBlock/releases/tag/1.5.5>`__:
@@ -2787,7 +2906,7 @@ uBlock Origin 1.5.5 - January 10, 2016
1.5.5 <https://outgoing.prod.mozaws.net/v1/995cfe26b2e5efb9d92073cb97fc3698aceca840fe7a35fc2eddfe6a86b60882/https%3A//github.com/gorhill/uBlock/compare/1.5.4...1.5.5>`__
uBlock Origin 1.5.4 - January 10, 2016
-======================================
+--------------------------------------
| Summary of
`changes <https://outgoing.prod.mozaws.net/v1/3b66eee8e8ac0b7489b9a992a5268a8082880d24891ff5bb135e9a60bfb5467e/https%3A//github.com/gorhill/uBlock/releases/tag/1.5.4>`__:
@@ -2804,7 +2923,7 @@ uBlock Origin 1.5.4 - January 10, 2016
1.5.4 <https://outgoing.prod.mozaws.net/v1/346672eebdde0756e135c0a06460d0ff2843fd76863f8dcd5670c2e399b7ace6/https%3A//github.com/gorhill/uBlock/compare/1.5.3...1.5.4>`__
uBlock Origin 1.5.3 - January 6, 2016
-=====================================
+-------------------------------------
| Summary of
`changes <https://outgoing.prod.mozaws.net/v1/fe67a86ed07d43f6ef6a7d6121e0d59fe44b32845cf39133b88cd9e604fd128d/https%3A//github.com/gorhill/uBlock/releases/tag/1.5.3>`__:
@@ -2834,7 +2953,7 @@ uBlock Origin 1.5.3 - January 6, 2016
1.5.3 <https://outgoing.prod.mozaws.net/v1/107c9da7c2223e89dbf4958140c4f96c31c960c15c2b8f8b9ed20deb19579e81/https%3A//github.com/gorhill/uBlock/compare/1.5.1...1.5.3>`__
uBlock Origin 1.5.3rc0 - January 5, 2016
-========================================
+----------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.5.3rc0 <https://outgoing.prod.mozaws.net/v1/a8a4713701e0dbdec5d955ee992b89084af7f9cafccfe1412b6de85f44129b8f/https%3A//github.com/gorhill/uBlock/releases/tag/1.5.3rc0>`__
@@ -2843,7 +2962,7 @@ uBlock Origin 1.5.3rc0 - January 5, 2016
`https://github.com/gorhill/uBlock/compare/1.5.1...1.5.3rc0 <https://outgoing.prod.mozaws.net/v1/8c525002898408a5d1ffef02a77262ba1b8e54fe7db92090cbc00709d415e89c/https%3A//github.com/gorhill/uBlock/compare/1.5.1...1.5.3rc0>`__
uBlock Origin 1.5.3b2 - January 3, 2016
-=======================================
+---------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.5.3b2 <https://outgoing.prod.mozaws.net/v1/6aa41532d2cb263ccec0086a7787993b3075d978aa6fd0aaa421d3865e5698df/https%3A//github.com/gorhill/uBlock/releases/tag/1.5.3b2>`__
@@ -2852,7 +2971,7 @@ uBlock Origin 1.5.3b2 - January 3, 2016
`https://github.com/gorhill/uBlock/compare/1.5.1...1.5.3b2 <https://outgoing.prod.mozaws.net/v1/5253011f3c4b4bc4aebe5812ecc60bb6675cf7b3116c18a6d93ad28b68ef2ff6/https%3A//github.com/gorhill/uBlock/compare/1.5.1...1.5.3b2>`__
uBlock Origin 1.5.3b0 - December 29, 2015
-=========================================
+-----------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.5.3rb0 <https://outgoing.prod.mozaws.net/v1/f6af5bb589a108b0b217bd3d8175707eaa931b06bec9c684a77d4c456aa84f68/https%3A//github.com/gorhill/uBlock/releases/tag/1.5.3rb0>`__
@@ -2861,7 +2980,7 @@ uBlock Origin 1.5.3b0 - December 29, 2015
`https://github.com/gorhill/uBlock/compare/1.5.1...1.5.3b0 <https://outgoing.prod.mozaws.net/v1/94344be6c1c50f4fa0d8928fc3b29d029d796910ff696b2b03f5d8c61a0a44e0/https%3A//github.com/gorhill/uBlock/compare/1.5.1...1.5.3b0>`__
uBlock Origin 1.5.1 - December 27, 2015
-=======================================
+---------------------------------------
| Summary of
`changes <https://outgoing.prod.mozaws.net/v1/3d1176a0b2b3c1d49a23dddf28e5ffe7d849216c709d1841466963b1ee0a123d/https%3A//github.com/gorhill/uBlock/releases/tag/1.5.1>`__:
@@ -2887,7 +3006,7 @@ uBlock Origin 1.5.1 - December 27, 2015
1.5.1 <https://outgoing.prod.mozaws.net/v1/2df5da838026ad9855afb83f88140712d5b313064a160155a8ec50de6fa362ff/https%3A//github.com/gorhill/uBlock/compare/1.5.0...1.5.1>`__
uBlock Origin 1.5.0 - December 26, 2015
-=======================================
+---------------------------------------
| Summary of
`changes <https://outgoing.prod.mozaws.net/v1/b800eb1fa34a0da3d6bbfc743f519a6eeddf99dc28573575c9dc85a11929e6f0/https%3A//github.com/gorhill/uBlock/releases/tag/1.5.0>`__:
@@ -2931,7 +3050,7 @@ uBlock Origin 1.5.0 - December 26, 2015
1.5.0 <https://outgoing.prod.mozaws.net/v1/c4696d0f7fd79c47522437a501b9b92a6616c07a0d8c86e24b477af2e6979c2c/https%3A//github.com/gorhill/uBlock/compare/1.4.0...1.5.0>`__
uBlock Origin 1.5.0rc1 - December 23, 2015
-==========================================
+------------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.5.0rc1 <https://outgoing.prod.mozaws.net/v1/102439947f7b463d630d9618797894955d843431c6f939358f6ed71d4359e2e2/https%3A//github.com/gorhill/uBlock/releases/tag/1.5.0rc1>`__
@@ -2940,7 +3059,7 @@ uBlock Origin 1.5.0rc1 - December 23, 2015
`https://github.com/gorhill/uBlock/compare/1.4.0...1.5.0rc1 <https://outgoing.prod.mozaws.net/v1/19d073267cb56700ea8f314dc000c8997113090ab0d3bfea67004355753de965/https%3A//github.com/gorhill/uBlock/compare/1.4.0...1.5.0rc1>`__
uBlock Origin 1.5.0rc0 - December 23, 2015
-==========================================
+------------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.5.0rc0 <https://outgoing.prod.mozaws.net/v1/6ac20d4aabae6fe3bbf96b199909a66712daf17ec928a50cbb6897c036b06870/https%3A//github.com/gorhill/uBlock/releases/tag/1.5.0rc0>`__
@@ -2949,7 +3068,7 @@ uBlock Origin 1.5.0rc0 - December 23, 2015
`https://github.com/gorhill/uBlock/compare/1.4.0...1.5.0rc0 <https://outgoing.prod.mozaws.net/v1/26516943b399461e7a008924ead23b4f73b52ad3a644d6ae453f5195e49c3361/https%3A//github.com/gorhill/uBlock/compare/1.4.0...1.5.0rc0>`__
uBlock Origin 1.4.1b7 - December 22, 2015
-=========================================
+-----------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.4.1b7 <https://outgoing.prod.mozaws.net/v1/cbfb18d9dc0f0589fbfa22961926c6e785dbd550207ae4321559eae0413476a6/https%3A//github.com/gorhill/uBlock/releases/tag/1.4.1b7>`__
@@ -2958,7 +3077,7 @@ uBlock Origin 1.4.1b7 - December 22, 2015
`https://github.com/gorhill/uBlock/compare/1.4.0...1.4.1b7 <https://outgoing.prod.mozaws.net/v1/7b8cb3b14bae0fe7206fb0b59c4415238d66ab6a77a451768cbdb6699455626b/https%3A//github.com/gorhill/uBlock/compare/1.4.0...1.4.1b7>`__
uBlock Origin 1.4.1b6 - December 19, 2015
-=========================================
+-----------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.4.1b6 <https://outgoing.prod.mozaws.net/v1/930c9c18577cd141364ad2382038a56df6fa5cf872e50e297608c3d47d0e7539/https%3A//github.com/gorhill/uBlock/releases/tag/1.4.1b6>`__
@@ -2967,7 +3086,7 @@ uBlock Origin 1.4.1b6 - December 19, 2015
`https://github.com/gorhill/uBlock/compare/1.4.0...1.4.1b6 <https://outgoing.prod.mozaws.net/v1/b45168457790d319a74c40574fec35d8cf5db773ad8865b304900aaddfaa8a6c/https%3A//github.com/gorhill/uBlock/compare/1.4.0...1.4.1b6>`__
uBlock Origin 1.4.1b5 - December 17, 2015
-=========================================
+-----------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.4.1b5 <https://outgoing.prod.mozaws.net/v1/d32537c1fcaad6324a1ff7ee06159361a2ec96858b78b78cb0449b5c6a2bf7e6/https%3A//github.com/gorhill/uBlock/releases/tag/1.4.1b5>`__
@@ -2976,7 +3095,7 @@ uBlock Origin 1.4.1b5 - December 17, 2015
`https://github.com/gorhill/uBlock/compare/1.4.0...1.4.1b5 <https://outgoing.prod.mozaws.net/v1/83814cdaa56e1b9d9d274e72fd2af0668a73d9cdc7fcc004e08d80106376524c/https%3A//github.com/gorhill/uBlock/compare/1.4.0...1.4.1b5>`__
uBlock Origin 1.4.1b4 - December 15, 2015
-=========================================
+-----------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.4.1b4 <https://outgoing.prod.mozaws.net/v1/52d666163f3ef8827c1c80861bd820a16810deef1e7acb2dcfdab8399449a3f4/https%3A//github.com/gorhill/uBlock/releases/tag/1.4.1b4>`__
@@ -2985,12 +3104,12 @@ uBlock Origin 1.4.1b4 - December 15, 2015
`https://github.com/gorhill/uBlock/compare/1.4.0...1.4.1b4 <https://outgoing.prod.mozaws.net/v1/a92eadedc4e6d5de28709cbea33ba4067ba7022b3d20bc5663e9b30921fa9047/https%3A//github.com/gorhill/uBlock/compare/1.4.0...1.4.1b4>`__
uBlock Origin 1.4.1b3 - December 15, 2015
-=========================================
+-----------------------------------------
[no description]
uBlock Origin 1.4.1b2 - December 13, 2015
-=========================================
+-----------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.4.1b2 <https://outgoing.prod.mozaws.net/v1/5a325ee88e12307e35bb8f4bca464947022b4825cf81c3962c578f6fa1102f19/https%3A//github.com/gorhill/uBlock/releases/tag/1.4.1b2>`__
@@ -2999,7 +3118,7 @@ uBlock Origin 1.4.1b2 - December 13, 2015
`https://github.com/gorhill/uBlock/compare/1.4.0...1.4.1b2 <https://outgoing.prod.mozaws.net/v1/24f80d3cfaff7d700e1f6bbec261ab64697bb791466b31f0516268e573311622/https%3A//github.com/gorhill/uBlock/compare/1.4.0...1.4.1b2>`__
uBlock Origin 1.4.1b0 - December 13, 2015
-=========================================
+-----------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.4.1b0 <https://outgoing.prod.mozaws.net/v1/d3ae0f2c5c725649aabaa62ab59d2b982eac33d88af4ee1aba15e9e13ffdb0d4/https%3A//github.com/gorhill/uBlock/releases/tag/1.4.1b0>`__
@@ -3008,7 +3127,7 @@ uBlock Origin 1.4.1b0 - December 13, 2015
`https://github.com/gorhill/uBlock/compare/1.4.0...1.4.1b0 <https://outgoing.prod.mozaws.net/v1/4906d8f6831d7a981ac7c8ed2cba2fd69d523550294d9c58058823808a6fb687/https%3A//github.com/gorhill/uBlock/compare/1.4.0...1.4.1b0>`__
uBlock Origin 1.4.0 - December 12, 2015
-=======================================
+---------------------------------------
| Summary of
`changes <https://outgoing.prod.mozaws.net/v1/0850dc1c26e912006ce84601c3c3b6c0c41d04ff1e09c4a5b9ec386da5939de1/https%3A//github.com/gorhill/uBlock/releases/tag/1.4.0>`__:
@@ -3137,7 +3256,7 @@ uBlock Origin 1.4.0 - December 12, 2015
1.4.0 <https://outgoing.prod.mozaws.net/v1/48b22800a1c73eb3fcc13ae922c11824340af64d5198dcf624414d85541fec7a/https%3A//github.com/gorhill/uBlock/compare/1.3.6...1.4.0>`__
uBlock Origin 1.4.0rc4 - December 11, 2015
-==========================================
+------------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.4.0rc4 <https://outgoing.prod.mozaws.net/v1/3addf8600b23325c1f13b436e2834227c6cdfffaea6288e623c31146f6b6f347/https%3A//github.com/gorhill/uBlock/releases/tag/1.4.0rc4>`__
@@ -3146,7 +3265,7 @@ uBlock Origin 1.4.0rc4 - December 11, 2015
`https://github.com/gorhill/uBlock/compare/1.3.6...1.4.0rc4 <https://outgoing.prod.mozaws.net/v1/56a583c85847a45d9e66224eb6d7301ac16649efea0dd3ee8496d4424c4fff04/https%3A//github.com/gorhill/uBlock/compare/1.3.6...1.4.0rc4>`__
uBlock Origin 1.4.0rc2 - December 9, 2015
-=========================================
+-----------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.4.0rc2 <https://outgoing.prod.mozaws.net/v1/182054c2c02a17c79840a56ebeba5c79c91682420c87671181ff5ff0ae4bd0f8/https%3A//github.com/gorhill/uBlock/releases/tag/1.4.0rc2>`__
@@ -3155,7 +3274,7 @@ uBlock Origin 1.4.0rc2 - December 9, 2015
`https://github.com/gorhill/uBlock/compare/1.3.6...1.4.0rc2 <https://outgoing.prod.mozaws.net/v1/2f4113ee65eaa189a7938756de201edb2fa399b4b468a30719bb614e8ef694c5/https%3A//github.com/gorhill/uBlock/compare/1.3.6...1.4.0rc2>`__
uBlock Origin 1.4.0rc0 - December 7, 2015
-=========================================
+-----------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.4.0rc0 <https://outgoing.prod.mozaws.net/v1/bf12ed8f71cb0e329d7567d2d0124748e66e916daf5d4cea79b9092234c89e77/https%3A//github.com/gorhill/uBlock/releases/tag/1.4.0rc0>`__
@@ -3164,7 +3283,7 @@ uBlock Origin 1.4.0rc0 - December 7, 2015
`https://github.com/gorhill/uBlock/compare/1.3.6...1.4.0rc0 <https://outgoing.prod.mozaws.net/v1/9431426185242e8e48b7155bf02063178005f0e2205630898ebc06b16b9ac309/https%3A//github.com/gorhill/uBlock/compare/1.3.6...1.4.0rc0>`__
uBlock Origin 1.3.7b10 - December 1, 2015
-=========================================
+-----------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.3.7b10 <https://outgoing.prod.mozaws.net/v1/1be53c51e1e1540ded5d3502b76f52495a01ac5c47088f9676ece529b55b9bad/https%3A//github.com/gorhill/uBlock/releases/tag/1.3.7b10>`__
@@ -3173,7 +3292,7 @@ uBlock Origin 1.3.7b10 - December 1, 2015
`https://github.com/gorhill/uBlock/compare/1.3.6...1.3.7b10 <https://outgoing.prod.mozaws.net/v1/ec61eacf6d1ab01cdddff11bf1f65b4b0c72fe240056a0d2ff00a491af8fe343/https%3A//github.com/gorhill/uBlock/compare/1.3.6...1.3.7b10>`__
uBlock Origin 1.3.7b7 - November 29, 2015
-=========================================
+-----------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.3.7b7 <https://outgoing.prod.mozaws.net/v1/ccfb08e70d946e7afa11f2114590d915a25f040cce5902c9ed39669c8e592320/https%3A//github.com/gorhill/uBlock/releases/tag/1.3.7b7>`__
@@ -3182,7 +3301,7 @@ uBlock Origin 1.3.7b7 - November 29, 2015
`https://github.com/gorhill/uBlock/compare/1.3.6...1.3.7b7 <https://outgoing.prod.mozaws.net/v1/0b53f8dd33b9a05e2c1513947360f62f22e31c24c670618dddb24ce85abcedc0/https%3A//github.com/gorhill/uBlock/compare/1.3.6...1.3.7b7>`__
uBlock Origin 1.3.7b6 - November 28, 2015
-=========================================
+-----------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.3.7b6 <https://outgoing.prod.mozaws.net/v1/52016900201168396b53bd52b71046e20fc86aea441e9c6107f42921021729f6/https%3A//github.com/gorhill/uBlock/releases/tag/1.3.7b6>`__
@@ -3191,7 +3310,7 @@ uBlock Origin 1.3.7b6 - November 28, 2015
`https://github.com/gorhill/uBlock/compare/1.3.6...1.3.7b6 <https://outgoing.prod.mozaws.net/v1/b39226be4506152f1e15ddaa9ad4d68f783d18992bf7d8ab1e02840d4b339c27/https%3A//github.com/gorhill/uBlock/compare/1.3.6...1.3.7b6>`__
uBlock Origin 1.3.6 - November 21, 2015
-=======================================
+---------------------------------------
| Summary of
`changes <https://outgoing.prod.mozaws.net/v1/b799d8266cdc720255f290393f3bdf9eeb1310da575de37ff26c0033af455670/https%3A//github.com/gorhill/uBlock/releases/tag/1.3.6>`__:
@@ -3210,7 +3329,7 @@ uBlock Origin 1.3.6 - November 21, 2015
1.3.6 <https://outgoing.prod.mozaws.net/v1/9099a95a0b17726d44cd7bda9d8f37821e765ec0d94f8ae43aee2dce422f92de/https%3A//github.com/gorhill/uBlock/compare/1.3.5...1.3.6>`__
uBlock Origin 1.3.6rc0 - November 21, 2015
-==========================================
+------------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.3.6rc0 <https://outgoing.prod.mozaws.net/v1/f072c757d6c992b30b5ee2cefe910576d6d34232b64a970936a95041337c49fd/https%3A//github.com/gorhill/uBlock/releases/tag/1.3.6rc0>`__
@@ -3219,7 +3338,7 @@ uBlock Origin 1.3.6rc0 - November 21, 2015
`https://github.com/gorhill/uBlock/compare/1.3.5...1.3.6rc0 <https://outgoing.prod.mozaws.net/v1/b31b45fc93fb06770a3b15a0f61078fd41ba50a1b4ace4862c2128645724202b/https%3A//github.com/gorhill/uBlock/compare/1.3.5...1.3.6rc0>`__
uBlock Origin 1.3.6b1 - November 20, 2015
-=========================================
+-----------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.3.6b1 <https://outgoing.prod.mozaws.net/v1/7bf7947f1f62a1fe5c1caf6701c8f6431647ad43996d53d3c45765193f7d519d/https%3A//github.com/gorhill/uBlock/releases/tag/1.3.6b1>`__
@@ -3228,7 +3347,7 @@ uBlock Origin 1.3.6b1 - November 20, 2015
`https://github.com/gorhill/uBlock/compare/1.3.5...1.3.6b1 <https://outgoing.prod.mozaws.net/v1/6533f3655d1e617960d838cb6c4f5e5bf6364b5501525579b2e1bba3888b2e10/https%3A//github.com/gorhill/uBlock/compare/1.3.5...1.3.6b1>`__
uBlock Origin 1.3.5 - November 19, 2015
-=======================================
+---------------------------------------
| Summary of
`changes <https://outgoing.prod.mozaws.net/v1/328d60c3a741b7599e2cb9073d57efbe43e75de77c09e6a02fdbb0c2f683f101/https%3A//github.com/gorhill/uBlock/releases/tag/1.3.5>`__:
@@ -3246,7 +3365,7 @@ uBlock Origin 1.3.5 - November 19, 2015
1.3.5 <https://outgoing.prod.mozaws.net/v1/e1b9df3ed2d24a4d305d3af22ca7cf830efb5feae24fa5afc3ad588038f5caf5/https%3A//github.com/gorhill/uBlock/compare/1.3.4...1.3.5>`__
uBlock Origin 1.3.4 - November 19, 2015
-=======================================
+---------------------------------------
| Summary of
`changes <https://outgoing.prod.mozaws.net/v1/e02918f8941e590c479f3b6582a5e2f7e982b7ead2a133c46cace9810fe2980e/https%3A//github.com/gorhill/uBlock/releases/tag/1.3.4>`__:
@@ -3287,7 +3406,7 @@ uBlock Origin 1.3.4 - November 19, 2015
1.3.4 <https://outgoing.prod.mozaws.net/v1/fe5201358b4df84ee97e17de123dbcb53fc75e70fb8de606bdab7730b377f050/https%3A//github.com/gorhill/uBlock/compare/1.3.2...1.3.4>`__
uBlock Origin 1.3.4rc2 - November 16, 2015
-==========================================
+------------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.3.4rc2 <https://outgoing.prod.mozaws.net/v1/13267ce434d03653b54c592420dc2f3061b09ff70bde8b2a7bc3d8b3a8218ef4/https%3A//github.com/gorhill/uBlock/releases/tag/1.3.4rc2>`__
@@ -3296,7 +3415,7 @@ uBlock Origin 1.3.4rc2 - November 16, 2015
`https://github.com/gorhill/uBlock/compare/1.3.2...1.3.4rc2 <https://outgoing.prod.mozaws.net/v1/5fb5f38f79fc285ae81659fad1706866db55fb4e51b14f356999a29b46db79e6/https%3A//github.com/gorhill/uBlock/compare/1.3.2...1.3.4rc2>`__
uBlock Origin 1.3.4rc1 - November 14, 2015
-==========================================
+------------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.3.4rc1 <https://outgoing.prod.mozaws.net/v1/7f5b5e06800767814b928820a246e70cbe4a765e2f3c0cc1d936c8eead2c8fe3/https%3A//github.com/gorhill/uBlock/releases/tag/1.3.4rc1>`__
@@ -3305,7 +3424,7 @@ uBlock Origin 1.3.4rc1 - November 14, 2015
`https://github.com/gorhill/uBlock/compare/1.3.2...1.3.4rc1 <https://outgoing.prod.mozaws.net/v1/3edd3a16f88ea7e218e2636fc4c41431bcd079cfd27c78f729eea2610d25fce0/https%3A//github.com/gorhill/uBlock/compare/1.3.2...1.3.4rc1>`__
uBlock Origin 1.3.4rc0 - November 10, 2015
-==========================================
+------------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.3.4rc0 <https://outgoing.prod.mozaws.net/v1/59c472fd4161cc8123c412df6fd1d36b66282f1a4acaee87cb956c6911263dd6/https%3A//github.com/gorhill/uBlock/releases/tag/1.3.4rc0>`__
@@ -3314,7 +3433,7 @@ uBlock Origin 1.3.4rc0 - November 10, 2015
`https://github.com/gorhill/uBlock/compare/1.3.2...1.3.4rc0 <https://outgoing.prod.mozaws.net/v1/a661764a4ae17dbf2d4c6ca9a20ccf7c88e3d3ae9c0659c7d05afc5c23ddf493/https%3A//github.com/gorhill/uBlock/compare/1.3.2...1.3.4rc0>`__
uBlock Origin 1.3.4b5 - November 7, 2015
-========================================
+----------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.3.4b5 <https://outgoing.prod.mozaws.net/v1/4767d39648201b75d08feb7fcceea5162e75ce46ad3ba055a4d0a4894b3eecf4/https%3A//github.com/gorhill/uBlock/releases/tag/1.3.4b5>`__
@@ -3323,7 +3442,7 @@ uBlock Origin 1.3.4b5 - November 7, 2015
`https://github.com/gorhill/uBlock/compare/1.3.2...1.3.4b5 <https://outgoing.prod.mozaws.net/v1/6dc87475de43c6cc76cb755059c4cea3d15adafc37b55a96d7e9e0d2265b1961/https%3A//github.com/gorhill/uBlock/compare/1.3.2...1.3.4b5>`__
uBlock Origin 1.3.4b4 - November 6, 2015
-========================================
+----------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.3.4b4 <https://outgoing.prod.mozaws.net/v1/fbed4965640c9df829c89e412a77bd29c82f2f81d73d14323a9de85bff0db505/https%3A//github.com/gorhill/uBlock/releases/tag/1.3.4b4>`__
@@ -3332,7 +3451,7 @@ uBlock Origin 1.3.4b4 - November 6, 2015
`https://github.com/gorhill/uBlock/compare/1.3.2...1.3.4b4 <https://outgoing.prod.mozaws.net/v1/4e3a6740fdd632a51a8ad466028fc32086dd606aacd10f38f8750dc7fae9b8c0/https%3A//github.com/gorhill/uBlock/compare/1.3.2...1.3.4b4>`__
uBlock Origin 1.3.4b3 - November 5, 2015
-========================================
+----------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.3.4b3 <https://outgoing.prod.mozaws.net/v1/933c8e59783a0cc0765e62841fd990a426190e86ab775f41f627317adf12493e/https%3A//github.com/gorhill/uBlock/releases/tag/1.3.4b3>`__
@@ -3341,7 +3460,7 @@ uBlock Origin 1.3.4b3 - November 5, 2015
`https://github.com/gorhill/uBlock/compare/1.3.2...1.3.4b3 <https://outgoing.prod.mozaws.net/v1/ff9ffbf17965477c1d898d736c52c4bce012a810cf2b1917635770a08cbda51e/https%3A//github.com/gorhill/uBlock/compare/1.3.2...1.3.4b3>`__
uBlock Origin 1.3.4b2 - November 3, 2015
-========================================
+----------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.3.4b2 <https://outgoing.prod.mozaws.net/v1/4e67de5a882685984a21880234685b902515837bfd643d7bf0a135a0ce10876f/https%3A//github.com/gorhill/uBlock/releases/tag/1.3.4b2>`__
@@ -3350,7 +3469,7 @@ uBlock Origin 1.3.4b2 - November 3, 2015
`https://github.com/gorhill/uBlock/compare/1.3.2...1.3.4b2 <https://outgoing.prod.mozaws.net/v1/c0d7eabb22dc1ab1e8617708059e594f2062a04f60b9edd43e9edcb1ed3381fa/https%3A//github.com/gorhill/uBlock/compare/1.3.2...1.3.4b2>`__
uBlock Origin 1.3.3b2 - October 30, 2015
-========================================
+----------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.3.3b2 <https://outgoing.prod.mozaws.net/v1/b68fa86663c214b5428a894f4dc119ece1d466602ee24380452df10d2da14a11/https%3A//github.com/gorhill/uBlock/releases/tag/1.3.3b2>`__
@@ -3359,7 +3478,7 @@ uBlock Origin 1.3.3b2 - October 30, 2015
`https://github.com/gorhill/uBlock/compare/1.3.2...1.3.3b2 <https://outgoing.prod.mozaws.net/v1/5498014aec39fe9a4104a6aa24dc951b44f96719163c1b50b07477317c9ce109/https%3A//github.com/gorhill/uBlock/compare/1.3.2...1.3.3b2>`__
uBlock Origin 1.3.3b1 - October 28, 2015
-========================================
+----------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.3.3b1 <https://outgoing.prod.mozaws.net/v1/53fd25365c4230ab5535e2ba450f7c7a5148eb8864a640753444d5e82471f486/https%3A//github.com/gorhill/uBlock/releases/tag/1.3.3b1>`__
@@ -3368,7 +3487,7 @@ uBlock Origin 1.3.3b1 - October 28, 2015
`https://github.com/gorhill/uBlock/compare/1.3.2...1.3.3b1 <https://outgoing.prod.mozaws.net/v1/80f8720070be7ddd4f59aa8961961a3f91b9ff31ac6df5a21b9449897dad8142/https%3A//github.com/gorhill/uBlock/compare/1.3.2...1.3.3b1>`__
uBlock Origin 1.3.2 - October 28, 2015
-======================================
+--------------------------------------
| Summary of
`changes <https://outgoing.prod.mozaws.net/v1/b73bb5e4101a51572bd96e56acebadb16d8fc4684f13c37c24df7975c35fffad/https%3A//github.com/gorhill/uBlock/releases/tag/1.3.2>`__:
@@ -3394,7 +3513,7 @@ uBlock Origin 1.3.2 - October 28, 2015
1.3.2 <https://outgoing.prod.mozaws.net/v1/f1aaa5c4a8a388deaccea79619932954331917a03fe822552ff4cb7ee0b5be6a/https%3A//github.com/gorhill/uBlock/compare/1.3.1...1.3.2>`__
uBlock Origin 1.3.2rc4 - October 26, 2015
-=========================================
+-----------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.3.2rc4 <https://outgoing.prod.mozaws.net/v1/24c89d3c7111451139e675b01e286e004d7273a2eec690f28468e3ec9143b693/https%3A//github.com/gorhill/uBlock/releases/tag/1.3.2rc4>`__
@@ -3403,7 +3522,7 @@ uBlock Origin 1.3.2rc4 - October 26, 2015
`https://github.com/gorhill/uBlock/compare/1.3.0...1.3.2rc4 <https://outgoing.prod.mozaws.net/v1/6088b40f4de92b01c3552f203478ce3150e4f50382262830417b42c0e18cee2c/https%3A//github.com/gorhill/uBlock/compare/1.3.0...1.3.2rc4>`__
uBlock Origin 1.3.2rc3 - October 25, 2015
-=========================================
+-----------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.3.2rc3 <https://outgoing.prod.mozaws.net/v1/8bd22a753490b0bd3a038b884d19abdf6252439e1add38107f3904cf8478299b/https%3A//github.com/gorhill/uBlock/releases/tag/1.3.2rc3>`__
@@ -3412,7 +3531,7 @@ uBlock Origin 1.3.2rc3 - October 25, 2015
`https://github.com/gorhill/uBlock/compare/1.3.0...1.3.2rc3 <https://outgoing.prod.mozaws.net/v1/21e3bd62cdad09f0f7af9df1e3867d5d84a37883bdc688032461b90afa75a987/https%3A//github.com/gorhill/uBlock/compare/1.3.0...1.3.2rc3>`__
uBlock Origin 1.3.2rc1 - October 23, 2015
-=========================================
+-----------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.3.2rc1 <https://outgoing.prod.mozaws.net/v1/4a7f61f519b450c7f9b5b58d8382d052dddfffc836109de327d6dd1d9fc262a4/https%3A//github.com/gorhill/uBlock/releases/tag/1.3.2rc1>`__
@@ -3421,7 +3540,7 @@ uBlock Origin 1.3.2rc1 - October 23, 2015
`https://github.com/gorhill/uBlock/compare/1.3.0...1.3.2rc1 <https://outgoing.prod.mozaws.net/v1/673294e1524ee63cb885da2003393ba0b8b2140b17e2d685721b2e726ec168a3/https%3A//github.com/gorhill/uBlock/compare/1.3.0...1.3.2rc1>`__
uBlock Origin 1.3.2b6 - October 22, 2015
-========================================
+----------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.3.2b6 <https://outgoing.prod.mozaws.net/v1/65cb537b29f5c18a7bf9006a0a43764562a7e45f2369212b2222823148a7576c/https%3A//github.com/gorhill/uBlock/releases/tag/1.3.2b6>`__
@@ -3430,7 +3549,7 @@ uBlock Origin 1.3.2b6 - October 22, 2015
`https://github.com/gorhill/uBlock/compare/1.3.0...1.3.2b6 <https://outgoing.prod.mozaws.net/v1/78f504256d571b4501e0e0da8cf6276001ccead3bd9f0a0050aa5a67e3568402/https%3A//github.com/gorhill/uBlock/compare/1.3.0...1.3.2b6>`__
uBlock Origin 1.3.2b5 - October 22, 2015
-========================================
+----------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.3.2b5 <https://outgoing.prod.mozaws.net/v1/95b78885fda341e0215c318c78de95ea9fe3125c7281bedbe9a6ad8b2b6a2840/https%3A//github.com/gorhill/uBlock/releases/tag/1.3.2b5>`__
@@ -3439,7 +3558,7 @@ uBlock Origin 1.3.2b5 - October 22, 2015
`https://github.com/gorhill/uBlock/compare/1.3.0...1.3.2b5 <https://outgoing.prod.mozaws.net/v1/e8e0703d191f18f8901d39dd3e1a3f523e581f0aaf3fdd4c319894514be8f88b/https%3A//github.com/gorhill/uBlock/compare/1.3.0...1.3.2b5>`__
uBlock Origin 1.3.1 - October 20, 2015
-======================================
+--------------------------------------
| Summary of
`changes <https://outgoing.prod.mozaws.net/v1/f3c091738d6df8933e8790fa368a1b5bf66e5357733a203f35cccdb7f411dd8e/https%3A//github.com/gorhill/uBlock/releases/tag/1.3.1>`__:
@@ -3456,7 +3575,7 @@ uBlock Origin 1.3.1 - October 20, 2015
1.3.1 <https://outgoing.prod.mozaws.net/v1/f1752dbae9b5a8d63847d076b4173b66e9c6eb445ff41d3b35a8b0a988db49e9/https%3A//github.com/gorhill/uBlock/compare/1.3.0...1.3.1>`__
uBlock Origin 1.3.1rc2 - October 20, 2015
-=========================================
+-----------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.3.1rc2 <https://outgoing.prod.mozaws.net/v1/7e27864f4817640f847e4862d2a9c4022f0f4d312877d4ff229a3d576662a5c7/https%3A//github.com/gorhill/uBlock/releases/tag/1.3.1rc2>`__
@@ -3465,7 +3584,7 @@ uBlock Origin 1.3.1rc2 - October 20, 2015
`https://github.com/gorhill/uBlock/compare/1.3.0...1.3.1rc2 <https://outgoing.prod.mozaws.net/v1/bc448d5508a63a521cac4ef337f8aa94ba983366a50da7de22eec55dbfa1005d/https%3A//github.com/gorhill/uBlock/compare/1.3.0...1.3.1rc2>`__
uBlock Origin 1.3.1rc1 - October 19, 2015
-=========================================
+-----------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.3.1rc1 <https://outgoing.prod.mozaws.net/v1/bd0f003904f5247ff1a37e21693b0487a5ded1f0554b198791d786d8381e19c2/https%3A//github.com/gorhill/uBlock/releases/tag/1.3.1rc1>`__
@@ -3474,7 +3593,7 @@ uBlock Origin 1.3.1rc1 - October 19, 2015
`https://github.com/gorhill/uBlock/compare/1.3.0...1.3.1rc1 <https://outgoing.prod.mozaws.net/v1/5e599e4c6a14d65bb7ae8f818cd8a81f84ba06a222aa1868ea4fff636e7768af/https%3A//github.com/gorhill/uBlock/compare/1.3.0...1.3.1rc1>`__
uBlock Origin 1.3.0 - October 19, 2015
-======================================
+--------------------------------------
| Summary of
`changes <https://outgoing.prod.mozaws.net/v1/ccd1a6258cbf9cbef39b1931306d86ee12483e740cf3415bb0ca1bbb50f0dd6e/https%3A//github.com/gorhill/uBlock/releases/tag/1.3.0>`__:
@@ -3505,7 +3624,7 @@ uBlock Origin 1.3.0 - October 19, 2015
1.3.0 <https://outgoing.prod.mozaws.net/v1/49c69e5ba71bfa6d92829ac8a2d2c4a66d2714ddc660390314bd5f3bb857c741/https%3A//github.com/gorhill/uBlock/compare/1.2.1...1.3.0>`__
uBlock Origin 1.3.0rc4 - October 17, 2015
-=========================================
+-----------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.3.0rc4 <https://outgoing.prod.mozaws.net/v1/5b10727b9759676e8c9a3a4f4449ae5d28fce10267807ff195df35a56d7627b8/https%3A//github.com/gorhill/uBlock/releases/tag/1.3.0rc4>`__
@@ -3514,7 +3633,7 @@ uBlock Origin 1.3.0rc4 - October 17, 2015
`https://github.com/gorhill/uBlock/compare/1.2.1...1.3.0rc4 <https://outgoing.prod.mozaws.net/v1/a6161587d4bf7152bdddddf235390939115bdd8256ea7043ad5514e29357a319/https%3A//github.com/gorhill/uBlock/compare/1.2.1...1.3.0rc4>`__
uBlock Origin 1.3.0rc3 - October 17, 2015
-=========================================
+-----------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.3.0rc3 <https://outgoing.prod.mozaws.net/v1/42f442f7fc816c2ed3f5ab5a914e4db7526200aa84ba1a4221f444e87352cde5/https%3A//github.com/gorhill/uBlock/releases/tag/1.3.0rc3>`__
@@ -3523,7 +3642,7 @@ uBlock Origin 1.3.0rc3 - October 17, 2015
`https://github.com/gorhill/uBlock/compare/1.2.1...1.3.0rc3 <https://outgoing.prod.mozaws.net/v1/91223eeefbff391d6044c8f02c6f2479a382152783e82ac8efd42c56370481df/https%3A//github.com/gorhill/uBlock/compare/1.2.1...1.3.0rc3>`__
uBlock Origin 1.3.0rc2 - October 16, 2015
-=========================================
+-----------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.3.0rc2 <https://outgoing.prod.mozaws.net/v1/18c5a0730a42d1a64b59f80000a43de1b8d28e1bd0da50757578eccc72bc8676/https%3A//github.com/gorhill/uBlock/releases/tag/1.3.0rc2>`__
@@ -3532,7 +3651,7 @@ uBlock Origin 1.3.0rc2 - October 16, 2015
`https://github.com/gorhill/uBlock/compare/1.2.1...1.3.0rc2 <https://outgoing.prod.mozaws.net/v1/8b08ad26fc517a7842db13be3273ea7991afb3ada0c7f2f7d2faeeb21f8bcca5/https%3A//github.com/gorhill/uBlock/compare/1.2.1...1.3.0rc2>`__
uBlock Origin 1.3.0rc1 - October 15, 2015
-=========================================
+-----------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.3.0rc1 <https://outgoing.prod.mozaws.net/v1/11ed96e798e5f7a2beab0978c05c7082c809edae475a0b2a784d91db0d00e5ab/https%3A//github.com/gorhill/uBlock/releases/tag/1.3.0rc1>`__
@@ -3541,7 +3660,7 @@ uBlock Origin 1.3.0rc1 - October 15, 2015
`https://github.com/gorhill/uBlock/compare/1.2.1...1.3.0rc1 <https://outgoing.prod.mozaws.net/v1/b29077585d551f0555382270ce13aaa70674cbbb8ee1719ec840e52577f5b176/https%3A//github.com/gorhill/uBlock/compare/1.2.1...1.3.0rc1>`__
uBlock Origin 1.2.2b4 - October 14, 2015
-========================================
+----------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.2.2b4 <https://outgoing.prod.mozaws.net/v1/203da3ee0f93288992f295358c62193927afcd7b5235938ab21a81c59996e25f/https%3A//github.com/gorhill/uBlock/releases/tag/1.2.2b4>`__
@@ -3550,7 +3669,7 @@ uBlock Origin 1.2.2b4 - October 14, 2015
`https://github.com/gorhill/uBlock/compare/1.2.1...1.2.2b4 <https://outgoing.prod.mozaws.net/v1/402c6a80db6426e6c7da9e7cbb356fbd6a619be28ab9ca3ac4e9e115d52e26a5/https%3A//github.com/gorhill/uBlock/compare/1.2.1...1.2.2b4>`__
uBlock Origin 1.2.2b3 - October 13, 2015
-========================================
+----------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.2.2b3 <https://outgoing.prod.mozaws.net/v1/aa2266670c308c938d7b083abdbe8d92e069976d1eace3e63f4eb8ba01b6875d/https%3A//github.com/gorhill/uBlock/releases/tag/1.2.2b3>`__
@@ -3559,7 +3678,7 @@ uBlock Origin 1.2.2b3 - October 13, 2015
`https://github.com/gorhill/uBlock/compare/1.2.1...1.2.2b3 <https://outgoing.prod.mozaws.net/v1/c0cc11e50a4b45d97adf66ca5e69c17a9635228e39a5aeb715e3eb11c9cd919d/https%3A//github.com/gorhill/uBlock/compare/1.2.1...1.2.2b3>`__
uBlock Origin 1.2.2b2 - October 9, 2015
-=======================================
+---------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.2.2b2 <https://outgoing.prod.mozaws.net/v1/e8b9c869f2be09058378d7da9f926376930df5b2bf397145bf80d8a0dbeb888c/https%3A//github.com/gorhill/uBlock/releases/tag/1.2.2b2>`__
@@ -3568,7 +3687,7 @@ uBlock Origin 1.2.2b2 - October 9, 2015
`https://github.com/gorhill/uBlock/compare/1.2.1...1.2.2b2 <https://outgoing.prod.mozaws.net/v1/38cd72e67fa9393c5f8c0fb0d0f38decae41f4fd41a137e27f454796a1203fee/https%3A//github.com/gorhill/uBlock/compare/1.2.1...1.2.2b2>`__
uBlock Origin 1.2.2b1 - October 9, 2015
-=======================================
+---------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.2.2b1 <https://outgoing.prod.mozaws.net/v1/d95f39c88ba4546e6735a394f3831ec98d816cd01dd6ebe5b75588358a6b7160/https%3A//github.com/gorhill/uBlock/releases/tag/1.2.2b1>`__
@@ -3577,7 +3696,7 @@ uBlock Origin 1.2.2b1 - October 9, 2015
`https://github.com/gorhill/uBlock/compare/1.2.1...1.2.2b1 <https://outgoing.prod.mozaws.net/v1/143610f519116fe5d0df04c25caadd2d8addfeda43db44890e5434c00225316c/https%3A//github.com/gorhill/uBlock/compare/1.2.1...1.2.2b1>`__
uBlock Origin 1.2.1 - October 8, 2015
-=====================================
+-------------------------------------
| Summary of
`changes <https://outgoing.prod.mozaws.net/v1/a6250cc6f2dd7c60f00f4f795b1a344cd39987165feae93b15b49d2937ce6506/https%3A//github.com/gorhill/uBlock/releases/tag/1.2.1>`__:
@@ -3591,7 +3710,7 @@ uBlock Origin 1.2.1 - October 8, 2015
1.2.1 <https://outgoing.prod.mozaws.net/v1/f85c04f4226c7399773350b18910806dcb949b90d2c352bb623ca84d91fc970e/https%3A//github.com/gorhill/uBlock/compare/1.2.0...1.2.1>`__
uBlock Origin 1.2.0 - October 7, 2015
-=====================================
+-------------------------------------
| Summary of
`changes <https://outgoing.prod.mozaws.net/v1/464f7ddfdb01301bc3704fc09150e7bc71828d38d78d7165032bf59f2a5c9ec5/https%3A//github.com/gorhill/uBlock/releases/tag/1.2.0>`__:
@@ -3620,7 +3739,7 @@ uBlock Origin 1.2.0 - October 7, 2015
1.2.0 <https://outgoing.prod.mozaws.net/v1/4d11b0a43d98b784258c4cc6c1c019658af7dfef21bbd9f863c32e3e7543c5f2/https%3A//github.com/gorhill/uBlock/compare/1.1.1...1.2.0>`__
uBlock Origin 1.2.0rc2 - October 6, 2015
-========================================
+----------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.2.0rc2 <https://outgoing.prod.mozaws.net/v1/9ed76a4608472a9f199cc9bee3711e33a499b7d5a18077929c71383f32ed8f8a/https%3A//github.com/gorhill/uBlock/releases/tag/1.2.0rc2>`__
@@ -3629,7 +3748,7 @@ uBlock Origin 1.2.0rc2 - October 6, 2015
`https://github.com/gorhill/uBlock/compare/1.1.1...1.2.0rc2 <https://outgoing.prod.mozaws.net/v1/c071ab3c3af652bc2df5153c32f4ad67ce1801c4c7a0de7fddcff071f24c939e/https%3A//github.com/gorhill/uBlock/compare/1.1.1...1.2.0rc2>`__
uBlock Origin 1.2.0rc1 - October 5, 2015
-========================================
+----------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.2.0rc1 <https://outgoing.prod.mozaws.net/v1/6a7e0e7978002ca45d07dfbf562b015393b67f384af02909cb297ff133143981/https%3A//github.com/gorhill/uBlock/releases/tag/1.2.0rc1>`__
@@ -3638,7 +3757,7 @@ uBlock Origin 1.2.0rc1 - October 5, 2015
`https://github.com/gorhill/uBlock/compare/1.1.1...1.2.0rc1 <https://outgoing.prod.mozaws.net/v1/dcbb1c6099f28f0edde8391bd32c9b8826d94360e6d261b07c9f23e291298bd0/https%3A//github.com/gorhill/uBlock/compare/1.1.1...1.2.0rc1>`__
uBlock Origin 1.1.2b4 - September 30, 2015
-==========================================
+------------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.1.2b4 <https://outgoing.prod.mozaws.net/v1/25a993a3bd756fc07a699249f64fa06b54c276dd1b3709f34916f2f248d23d44/https%3A//github.com/gorhill/uBlock/releases/tag/1.1.2b4>`__
@@ -3647,7 +3766,7 @@ uBlock Origin 1.1.2b4 - September 30, 2015
`https://github.com/gorhill/uBlock/compare/1.1.1...1.1.2b4 <https://outgoing.prod.mozaws.net/v1/b19df3dc0c5aafc0958d45d1f3d4b775e3c00db946dfa9e8e155396a82965319/https%3A//github.com/gorhill/uBlock/compare/1.1.1...1.1.2b4>`__
uBlock Origin 1.1.2b3 - September 27, 2015
-==========================================
+------------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.1.1b3 <https://outgoing.prod.mozaws.net/v1/058d3a3847e8e26ce86133ba4ae88882eccd4e321d734a93b7d50b2938960c6d/https%3A//github.com/gorhill/uBlock/releases/tag/1.1.1b3>`__
@@ -3656,7 +3775,7 @@ uBlock Origin 1.1.2b3 - September 27, 2015
`https://github.com/gorhill/uBlock/compare/1.1.1...1.1.1b3 <https://outgoing.prod.mozaws.net/v1/c5464d98df5a658d9d550ff6952ece5181d03fbb98ad4af9d872d353183163b7/https%3A//github.com/gorhill/uBlock/compare/1.1.1...1.1.1b3>`__
uBlock Origin 1.1.2b2 - September 26, 2015
-==========================================
+------------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.1.1b2 <https://outgoing.prod.mozaws.net/v1/390ca2f04e4cae0cb7a0935754a094b9904724632ba74997a9aeffaf5a9271a5/https%3A//github.com/gorhill/uBlock/releases/tag/1.1.1b2>`__
@@ -3665,7 +3784,7 @@ uBlock Origin 1.1.2b2 - September 26, 2015
`https://github.com/gorhill/uBlock/compare/1.1.1...1.1.1b2 <https://outgoing.prod.mozaws.net/v1/da3eb1d3043698e649d728398df6c7b90a033b2ac8256e1275c5de0b9b7a1ebe/https%3A//github.com/gorhill/uBlock/compare/1.1.1...1.1.1b2>`__
uBlock Origin 1.1.1 - September 16, 2015
-========================================
+----------------------------------------
| Summary of
`changes <https://outgoing.prod.mozaws.net/v1/a3d4ce9fe11ed4d5f2512688b59e28c8b956f8c29fc7c256af81215aed0721e9/https%3A//github.com/gorhill/uBlock/releases/tag/1.1.1>`__:
@@ -3710,7 +3829,7 @@ uBlock Origin 1.1.1 - September 16, 2015
1.1.1 <https://outgoing.prod.mozaws.net/v1/fc81c2a0bc84093719fd0d3bf0295d703223f4673b6ec5d4e0d2b17612c52099/https%3A//github.com/gorhill/uBlock/compare/1.1.0.0...1.1.1>`__
uBlock Origin 1.1.1rc4 - September 15, 2015
-===========================================
+-------------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.1.1rc4 <https://outgoing.prod.mozaws.net/v1/df79e938b0b4cb1f45f106f940d1c8fd417c12880b566e78923f5cf39c3079c1/https%3A//github.com/gorhill/uBlock/releases/tag/1.1.1rc4>`__
@@ -3719,7 +3838,7 @@ uBlock Origin 1.1.1rc4 - September 15, 2015
`https://github.com/gorhill/uBlock/compare/1.0.0.1...1.1.1rc4 <https://outgoing.prod.mozaws.net/v1/08b042e4ec469b8a47cfedd0549f02d4a8decf36c4bf4efc57e89fbdf63ea753/https%3A//github.com/gorhill/uBlock/compare/1.0.0.1...1.1.1rc4>`__
uBlock Origin 1.1.1rc3 - September 14, 2015
-===========================================
+-------------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.1.1rc3 <https://outgoing.prod.mozaws.net/v1/71edcae876d1c75bcb355bb0e9ec9840569b89edbe09600d16e12016631bb586/https%3A//github.com/gorhill/uBlock/releases/tag/1.1.1rc3>`__
@@ -3728,7 +3847,7 @@ uBlock Origin 1.1.1rc3 - September 14, 2015
`https://github.com/gorhill/uBlock/compare/1.0.0.1...1.1.1rc3 <https://outgoing.prod.mozaws.net/v1/7ea75443d9157df843f3033d734f4a174243c6b438d9f2778ca9f47ee97bd609/https%3A//github.com/gorhill/uBlock/compare/1.0.0.1...1.1.1rc3>`__
uBlock Origin 1.1.1rc2 - September 14, 2015
-===========================================
+-------------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.1.1rc2 <https://outgoing.prod.mozaws.net/v1/82aa10e98270386e567cd8108024ed9920a584a139300e55428fbdf3c4069ea2/https%3A//github.com/gorhill/uBlock/releases/tag/1.1.1rc2>`__
@@ -3737,7 +3856,7 @@ uBlock Origin 1.1.1rc2 - September 14, 2015
`https://github.com/gorhill/uBlock/compare/1.0.0.1...1.1.1rc2 <https://outgoing.prod.mozaws.net/v1/5170ded6190c7dbaf8b042ab55adbbbd18d0759497565d117d98a4df2c99f0e9/https%3A//github.com/gorhill/uBlock/compare/1.0.0.1...1.1.1rc2>`__
uBlock Origin 1.1.1rc1 - September 13, 2015
-===========================================
+-------------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.1.1rc1 <https://outgoing.prod.mozaws.net/v1/18efe3c65cd72790f91a5615c87eb49e944a825c06271481e7fdbd2adedc4533/https%3A//github.com/gorhill/uBlock/releases/tag/1.1.1rc1>`__
@@ -3746,7 +3865,7 @@ uBlock Origin 1.1.1rc1 - September 13, 2015
`https://github.com/gorhill/uBlock/compare/1.0.0.1...1.1.1rc1 <https://outgoing.prod.mozaws.net/v1/eb3c6c04f349f0a3e7732c2c8b4e7e17d9ef0e25e6a227d94539a38b54f397e6/https%3A//github.com/gorhill/uBlock/compare/1.0.0.1...1.1.1rc1>`__
uBlock Origin 1.1.0.2b3 - September 12, 2015
-============================================
+--------------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.1.0.2b3 <https://outgoing.prod.mozaws.net/v1/1428c31a6e977c3d309f47db4226c14d30c0a31791d13694db6726c04e35d7f5/https%3A//github.com/gorhill/uBlock/releases/tag/1.1.0.2b3>`__
@@ -3755,7 +3874,7 @@ uBlock Origin 1.1.0.2b3 - September 12, 2015
`https://github.com/gorhill/uBlock/compare/1.0.0.1...1.1.0.2b3 <https://outgoing.prod.mozaws.net/v1/c9d57d5debb680040c0fc4955fd89a565145aabfb93d19f1ba652fbbeb86180e/https%3A//github.com/gorhill/uBlock/compare/1.0.0.1...1.1.0.2b3>`__
uBlock Origin 1.1.0.2b1 - September 10, 2015
-============================================
+--------------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.1.0.2b1 <https://outgoing.prod.mozaws.net/v1/f44ff543b8a22edcc89ac14520776f2995953a302d86d37ce44fc96dda4a7fd5/https%3A//github.com/gorhill/uBlock/releases/tag/1.1.0.2b1>`__
@@ -3764,7 +3883,7 @@ uBlock Origin 1.1.0.2b1 - September 10, 2015
`https://github.com/gorhill/uBlock/compare/1.0.0.1...1.1.0.2b1 <https://outgoing.prod.mozaws.net/v1/a6f239d3e6b344c21fa1956befa7435d3377859b754d9f19643bc8afc1aea58d/https%3A//github.com/gorhill/uBlock/compare/1.0.0.1...1.1.0.2b1>`__
uBlock Origin 1.1.0.0 - August 30, 2015
-=======================================
+---------------------------------------
| Summary of
`changes <https://outgoing.prod.mozaws.net/v1/a598e80393b9c6b0bd6ff64aa3515087d5c9479e7c222ab3449e888ede325612/https%3A//github.com/gorhill/uBlock/releases/tag/1.1.0.0>`__:
@@ -3816,7 +3935,7 @@ uBlock Origin 1.1.0.0 - August 30, 2015
1.1.0.0 <https://outgoing.prod.mozaws.net/v1/b6d134ad859f7acc19744abaceec263ff581a300852631eeb1c24fc3330f795a/https%3A//github.com/gorhill/uBlock/compare/1.0.0.0...1.1.0.0>`__
uBlock Origin 1.1.0.0rc4 - August 29, 2015
-==========================================
+------------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.1.0.0rc4 <https://outgoing.prod.mozaws.net/v1/54b4224ae0e4be40893fe0d5d8272985467aaca5a297ec0b0d23ba35adc862ac/https%3A//github.com/gorhill/uBlock/releases/tag/1.1.0.0rc4>`__
@@ -3825,7 +3944,7 @@ uBlock Origin 1.1.0.0rc4 - August 29, 2015
`https://github.com/gorhill/uBlock/compare/1.0.0.1...1.1.0.0rc4 <https://outgoing.prod.mozaws.net/v1/b19575c763bfe927cdf91c0b29026dbe763b68dff940b5c9fa9293331053aada/https%3A//github.com/gorhill/uBlock/compare/1.0.0.1...1.1.0.0rc4>`__
uBlock Origin 1.1.0.0rc3 - August 28, 2015
-==========================================
+------------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.1.0.0rc3 <https://outgoing.prod.mozaws.net/v1/9e94aac4672c70b71c218816a5c5077415fca0e6583a64498f964b79c0d35dfc/https%3A//github.com/gorhill/uBlock/releases/tag/1.1.0.0rc3>`__
@@ -3834,7 +3953,7 @@ uBlock Origin 1.1.0.0rc3 - August 28, 2015
`https://github.com/gorhill/uBlock/compare/1.0.0.1...1.1.0.0rc3 <https://outgoing.prod.mozaws.net/v1/55aa037e7f491302308bc6f87e5d15e58f63f46188939415525d4de590f3182a/https%3A//github.com/gorhill/uBlock/compare/1.0.0.1...1.1.0.0rc3>`__
uBlock Origin 1.1.0.0rc2 - August 26, 2015
-==========================================
+------------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.1.0.0rc2 <https://outgoing.prod.mozaws.net/v1/c6a1b74704b770ea9e0df4178f9d1f57e749376a8dfb0b2169234d43340f2877/https%3A//github.com/gorhill/uBlock/releases/tag/1.1.0.0rc2>`__
@@ -3843,7 +3962,7 @@ uBlock Origin 1.1.0.0rc2 - August 26, 2015
`https://github.com/gorhill/uBlock/compare/1.0.0.1...1.1.0.0rc2 <https://outgoing.prod.mozaws.net/v1/be2b92e31ce37aef7d5c89352b179ee466c42268c3ba7e5371fb1aad39d540fa/https%3A//github.com/gorhill/uBlock/compare/1.0.0.1...1.1.0.0rc2>`__
uBlock Origin 1.1.0.0rc1 - August 24, 2015
-==========================================
+------------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.1.0.0rc1 <https://outgoing.prod.mozaws.net/v1/9d2270c6a16851eba6d0eef8b516587f7130a7085f8266001a74a9d6b5b11ca7/https%3A//github.com/gorhill/uBlock/releases/tag/1.1.0.0rc1>`__
@@ -3852,7 +3971,7 @@ uBlock Origin 1.1.0.0rc1 - August 24, 2015
`https://github.com/gorhill/uBlock/compare/1.0.0.1...1.1.0.0rc1 <https://outgoing.prod.mozaws.net/v1/f1de8d58811c57aa87cb9848d6256cb590a7976c09edffd9d87e3dc669f2844e/https%3A//github.com/gorhill/uBlock/compare/1.0.0.1...1.1.0.0rc1>`__
uBlock Origin 1.1.0.0b6 - August 22, 2015
-=========================================
+-----------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.1.0.0b6 <https://outgoing.prod.mozaws.net/v1/d89dd1b99ff5a3ad65286b65062418044d52140ba799b60ef356bdb01350f573/https%3A//github.com/gorhill/uBlock/releases/tag/1.1.0.0b6>`__
@@ -3861,7 +3980,7 @@ uBlock Origin 1.1.0.0b6 - August 22, 2015
`https://github.com/gorhill/uBlock/compare/1.0.0.1...1.1.0.0b6 <https://outgoing.prod.mozaws.net/v1/b603be4c9c0c5e935efab4bfd3c96773ca4a1589dd7a4a3bb415004ca7338e32/https%3A//github.com/gorhill/uBlock/compare/1.0.0.1...1.1.0.0b6>`__
uBlock Origin 1.1.0.0b5 - August 21, 2015
-=========================================
+-----------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.1.0.0b5 <https://outgoing.prod.mozaws.net/v1/c548a0acae13d6075dea010575eded4973cd7d81c91e826e393327b11434e3bf/https%3A//github.com/gorhill/uBlock/releases/tag/1.1.0.0b5>`__
@@ -3870,7 +3989,7 @@ uBlock Origin 1.1.0.0b5 - August 21, 2015
`https://github.com/gorhill/uBlock/compare/1.0.0.1...1.1.0.0b5 <https://outgoing.prod.mozaws.net/v1/d8f376f6cfcc342bb3d49dda878d67f90be163b273afe265fb500ba569236ed3/https%3A//github.com/gorhill/uBlock/compare/1.0.0.1...1.1.0.0b5>`__
uBlock Origin 1.1.0.0b4 - August 20, 2015
-=========================================
+-----------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.1.0.0b4 <https://outgoing.prod.mozaws.net/v1/dd32d09a9e369364506e7394f9d007cdd14f3f0cacbffa02f975070fc3eba483/https%3A//github.com/gorhill/uBlock/releases/tag/1.1.0.0b4>`__
@@ -3879,7 +3998,7 @@ uBlock Origin 1.1.0.0b4 - August 20, 2015
`https://github.com/gorhill/uBlock/compare/1.0.0.1...1.1.0.0b4 <https://outgoing.prod.mozaws.net/v1/4da00d48660a2a66f74bd49b3c71ab05b6573e2b5ade2918538b776235a879fd/https%3A//github.com/gorhill/uBlock/compare/1.0.0.1...1.1.0.0b4>`__
uBlock Origin 1.1.0.0b3 - August 15, 2015
-=========================================
+-----------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.1.0.0b3 <https://outgoing.prod.mozaws.net/v1/3dd617600514bd1b49f17d9cf5a95156ed734f499f208a373f557543db4888a6/https%3A//github.com/gorhill/uBlock/releases/tag/1.1.0.0b3>`__
@@ -3888,7 +4007,7 @@ uBlock Origin 1.1.0.0b3 - August 15, 2015
`https://github.com/gorhill/uBlock/compare/1.0.0.1...1.1.0.0b3 <https://outgoing.prod.mozaws.net/v1/0b7698c29b500ac7c0cd7cbb6775c6fe5dd1c19d93ea19ca717a92e208730966/https%3A//github.com/gorhill/uBlock/compare/1.0.0.1...1.1.0.0b3>`__
uBlock Origin 1.1.0.0b2 - August 14, 2015
-=========================================
+-----------------------------------------
| Release notes:
`https://github.com/gorhill/uBlock/releases/tag/1.1.0.0b2 <https://outgoing.prod.mozaws.net/v1/4be42e2d7d501c1ac0c66ad73f75764d1fa1a45900c8ea82eb80e9307cd4daca/https%3A//github.com/gorhill/uBlock/releases/tag/1.1.0.0b2>`__
@@ -3897,14 +4016,14 @@ uBlock Origin 1.1.0.0b2 - August 14, 2015
`https://github.com/gorhill/uBlock/compare/1.0.0.1...1.1.0.0b2 <https://outgoing.prod.mozaws.net/v1/59ba4a7a91595cfacdaa1d867ecebb22fe3c94708f961be74326fe892bd8edd0/https%3A//github.com/gorhill/uBlock/compare/1.0.0.1...1.1.0.0b2>`__
uBlock Origin 1.1.0.0b1 - August 12, 2015
-=========================================
+-----------------------------------------
Latest details on the `*Releases*
page <https://outgoing.prod.mozaws.net/v1/de148deb19b52874eb4c5726859834f3294a6057ed44e873c958acee4c920062/https%3A//github.com/gorhill/uBlock/releases>`__
on GitHub.
uBlock Origin 1.0.0.1 - August 4, 2015
-======================================
+--------------------------------------
| Summary of
`changes <https://outgoing.prod.mozaws.net/v1/e1fae5eaf5072d07b678b615a87e0ffd90d1cb1dcbbc5ef9da3adf5433046e3e/https%3A//github.com/gorhill/uBlock/releases/tag/1.0.0.1>`__:
@@ -3942,7 +4061,7 @@ uBlock Origin 1.0.0.1 - August 4, 2015
1.0.0.1 <https://outgoing.prod.mozaws.net/v1/764dd49a64c8a2ba3622d5df71a1a43a8404bf9c7dffbd84e26e870cc9757a7c/https%3A//github.com/gorhill/uBlock/compare/1.0.0.0...1.0.0.1>`__
uBlock Origin 1.0.0.0 - July 18, 2015
-=====================================
+-------------------------------------
| Summary of
`changes <https://outgoing.prod.mozaws.net/v1/94575df1adae3cfa23442467d3ba501ef6b86abd3477e7d8fbc1bda553ba1faa/https%3A//github.com/gorhill/uBlock/releases/tag/1.0.0.0>`__:
@@ -3989,7 +4108,7 @@ uBlock Origin 1.0.0.0 - July 18, 2015
1.0.0.0 <https://outgoing.prod.mozaws.net/v1/1500dc2997f417a763ed7f9f3f7c20da45c291b630c1534e618b3b54ab181aef/https%3A//github.com/gorhill/uBlock/compare/0.9.9.3...1.0.0.0>`__
uBlock Origin 0.9.9.3 - July 4, 2015
-====================================
+------------------------------------
| Summary of
`changes <https://outgoing.prod.mozaws.net/v1/f732cf442dc69809fe905cdec915b9bbc21d6d1a670a8c058e405d089bd9a94e/https%3A//github.com/gorhill/uBlock/releases/tag/0.9.9.3>`__:
@@ -4013,7 +4132,7 @@ uBlock Origin 0.9.9.3 - July 4, 2015
0.9.9.3 <https://outgoing.prod.mozaws.net/v1/d50c1ae15a905b8307caf93d6ca173cd664a551c3b3b84467e6ddd3b789bf83b/https%3A//github.com/gorhill/uBlock/compare/0.9.9.2...0.9.9.3>`__.
uBlock Origin 0.9.9.2 - July 2, 2015
-====================================
+------------------------------------
| Summary of
`changes <https://outgoing.prod.mozaws.net/v1/8a621a601802fb9f6027db441702b9b77226f66d106f9c512e4b15621a06a2a8/https%3A//github.com/gorhill/uBlock/releases/tag/0.9.9.2>`__:
diff --git a/debian/upstream/changelog.html b/debian/upstream/changelog.html
index 9660ac39..3e608dee 100644
--- a/debian/upstream/changelog.html
+++ b/debian/upstream/changelog.html
@@ -2,6 +2,58 @@
<head><title>uBlock Origin Version History</title></head>
<body>
+<h2>uBlock Origin 1.13.8 - July 18, 2017</h2>
+See <a rel="nofollow" href="https://outgoing.prod.mozaws.net/v1/e8053ecdb49f244a201b30aa39de6deee6cfd824240a6b94283a4ccf3798c5bc/https%3A//github.com/gorhill/uBlock/releases/tag/1.13.8">release notes</a>.
+<br/>&nbsp;
+<br/><b>Notes
+<br/>&nbsp;
+<br/><b>Stock filter lists</b>
+<br/>&nbsp;
+<br/>I added code to enable me to remove stock filter lists in a seamless way for users. There are a couple of stock filter lists I wish to remove (because no longer maintained), but I refrain from doing so because it would be rude to remove a stock filter list which might be enabled for some users out there. The added code will convert removed stock filter lists which are enabled into imported filter lists, so that no change occurs in the resulting filterset from a user’s point of view.
+<br/>&nbsp;
+<br/><b>Firefox WebExtensions</b>
+<br/>&nbsp;
+<br/>I plan to push the webext-hybrid version of uBO into uBO’s dev channel on AMO as soon as 1.13.8 is published. I don’t think the webext-hybrid qualifies as a webext, but is a necessary step to migrate user data seamlessly.
+<br/>&nbsp;
+<br/>When I push webext-hybrid to dev channel of AMO, this will happens:
+<br/>&nbsp;
+<br/><ul><li><code>script:contains</code> filters will stop working</li><li>cosmetic filters will no longer use the browser’s user styles
+<br/> <ul> <li>this is something I need to address – user styles are still possible with webext, but this will require some non-trivial re-work because currently user styles are injected in content scripts, while with webext they have to be injected through the main process;
+<br/> </li><li>also I still need to take the time to create/demonstrate a real test case of what I see as a theoretical flaw in the API regarding style injection through <a rel="nofollow" href="https://outgoing.prod.mozaws.net/v1/bbd2944ac6f468b00aedd0672628de5d4ab2d0a0479074c64543f45bbf09e20a/https%3A//developer.mozilla.org/en-US/Add-ons/WebExtensions/API/tabs/insertCSS">tabs.insertCSS</a>: the call is asynchronous, thus there is no guarantee the page which is meant to be injected is still present in the target tab.
+<br/> </li></ul></li><li>For all those Firefox and Firefox-based browsers base on Firefox v53 and less, the dev channel of uBO will cease to work, and they will have to install manually the <code>xpi</code> version from the repo here.</li></ul>
+<br/><b>Closed as fixed:</b>
+<br/>&nbsp;
+<br/><ul><li><a rel="nofollow" href="https://outgoing.prod.mozaws.net/v1/a3f9b2cd4739ab405837f20e404109ecc7040146dd2a22098f7995ba3039beb5/https%3A//github.com/gorhill/uBlock/issues/2781">[Performance] Extract token from regex-based filters if possible</a></li><li><a rel="nofollow" href="https://outgoing.prod.mozaws.net/v1/8a145f0bede80bf3d6cd3132ba68a671c5798dba960140ba27e0fe49b9c33597/https%3A//github.com/gorhill/uBlock/issues/2776">Logger incorrectly shows all popups as blocked by one filter</a></li><li><a rel="nofollow" href="https://outgoing.prod.mozaws.net/v1/c40e7e977b26c3b0af1c32750c9e36ad4d358f4a53f574126c96c8832de55048/https%3A//github.com/gorhill/uBlock/issues/2753">One more filter parsing issue in the logger</a></li><li><a rel="nofollow" href="https://outgoing.prod.mozaws.net/v1/1792c98dd645b931c4d3eaca4d342b0810a320394eee0cc1c0b40494548c6e0f/https%3A//github.com/gorhill/uBlock/issues/2740">How about adding “^” to static filter made from logger?</a></li></ul>
+<br/><a rel="nofollow" href="https://outgoing.prod.mozaws.net/v1/85123a7f3572b98ba43d15bff4e3d9584996bb9ac9b1d93da04d709c894ecefe/https%3A//github.com/gorhill/uBlock/compare/1.13.4...1.13.8">Commit history between 1.13.4 and 1.13.8</a>.</b>
+
+<h2>uBlock Origin 1.13.7rc4 - July 13, 2017</h2>
+Release notes: <a rel="nofollow" href="https://outgoing.prod.mozaws.net/v1/1d876e2fa7e1dcb52f3fae68196e1c0b52ad3ba4f1c9dca7bc4b34be0f26e164/https%3A//github.com/gorhill/uBlock/releases/tag/1.13.7rc4">https://github.com/gorhill/uBlock/releases/tag/1.13.7rc4</a>
+<br/>Commit history since 1.13.4: <a rel="nofollow" href="https://outgoing.prod.mozaws.net/v1/66feadee87de014b3fec6cd041ef5f32d9b12f4a35beae47293ab536b6163ab8/https%3A//github.com/gorhill/uBlock/compare/1.13.4...1.13.7rc4">https://github.com/gorhill/uBlock/compare/1.13.4...1.13.7rc4</a>
+
+<h2>uBlock Origin 1.13.7rc3 - July 11, 2017</h2>
+Release notes: <a rel="nofollow" href="https://outgoing.prod.mozaws.net/v1/888baec5fbd2a44a1efa9a9a563660d8d5c51f203edf0740c12094111c4e6020/https%3A//github.com/gorhill/uBlock/releases/tag/1.13.7rc3">https://github.com/gorhill/uBlock/releases/tag/1.13.7rc3</a>
+<br/>Commit history since 1.13.4: <a rel="nofollow" href="https://outgoing.prod.mozaws.net/v1/b0dc403098efac6fd3fca8db51ae5b28de1fdeb8532b67106a18848f368c1572/https%3A//github.com/gorhill/uBlock/compare/1.13.4...1.13.7rc3">https://github.com/gorhill/uBlock/compare/1.13.4...1.13.7rc3</a>
+
+<h2>uBlock Origin 1.13.7rc2 - July 10, 2017</h2>
+Release notes: <a rel="nofollow" href="https://outgoing.prod.mozaws.net/v1/a91ba28fd4a646dbc485848cbd9ffbc1d433d406948a6a2985241f89c8aa9855/https%3A//github.com/gorhill/uBlock/releases/tag/1.13.7rc2">https://github.com/gorhill/uBlock/releases/tag/1.13.7rc2</a>
+<br/>Commit history since 1.13.4: <a rel="nofollow" href="https://outgoing.prod.mozaws.net/v1/53088ab0bcc91b3f08faafa9645d08ee780cba888793d0d69c048d31341ce1c9/https%3A//github.com/gorhill/uBlock/compare/1.13.4...1.13.7rc2">https://github.com/gorhill/uBlock/compare/1.13.4...1.13.7rc2</a>
+
+<h2>uBlock Origin 1.13.7rc1 - July 7, 2017</h2>
+Release notes: <a rel="nofollow" href="https://outgoing.prod.mozaws.net/v1/4451f343274d942ae68d710823489c9b766df2d40911d86089e2954d331cae4f/https%3A//github.com/gorhill/uBlock/releases/tag/1.13.7rc1">https://github.com/gorhill/uBlock/releases/tag/1.13.7rc1</a>
+<br/>Commit history since 1.13.4: <a rel="nofollow" href="https://outgoing.prod.mozaws.net/v1/f8d8884b198da7c9a677ec2e485b167bef50a493799f8b5f99b01a007871c294/https%3A//github.com/gorhill/uBlock/compare/1.13.4...1.13.7rc1">https://github.com/gorhill/uBlock/compare/1.13.4...1.13.7rc1</a>
+
+<h2>uBlock Origin 1.13.7rc0 - July 6, 2017</h2>
+Release notes: <a rel="nofollow" href="https://outgoing.prod.mozaws.net/v1/d35e6145a9c63a295df605027aab71aea87c7b918214777c8a6d77a1c60e02e8/https%3A//github.com/gorhill/uBlock/releases/tag/1.13.7rc0">https://github.com/gorhill/uBlock/releases/tag/1.13.7rc0</a>
+<br/>Commit history since 1.13.4: <a rel="nofollow" href="https://outgoing.prod.mozaws.net/v1/eaefcbe89547b84595099baa05c1a17254a205b8bad43c26316f912587356447/https%3A//github.com/gorhill/uBlock/compare/1.13.4...1.13.7rc0">https://github.com/gorhill/uBlock/compare/1.13.4...1.13.7rc0</a>
+
+<h2>uBlock Origin 1.13.7b1 - July 3, 2017</h2>
+Release notes: <a rel="nofollow" href="https://outgoing.prod.mozaws.net/v1/581c2b2ee15e66a3e8c91524385baa39cccb230629a5ead0f47fdd5f88ba2793/https%3A//github.com/gorhill/uBlock/releases/tag/1.13.7b1">https://github.com/gorhill/uBlock/releases/tag/1.13.7b1</a>
+<br/>Commit history since 1.13.4: <a rel="nofollow" href="https://outgoing.prod.mozaws.net/v1/042f7c471401bd9678ac3717f0ba5ef63f791fe62149ad891baf6a42c446dc5b/https%3A//github.com/gorhill/uBlock/compare/1.13.4...1.13.7b1">https://github.com/gorhill/uBlock/compare/1.13.4...1.13.7b1</a>
+
+<h2>uBlock Origin 1.13.7b0 - July 2, 2017</h2>
+Release notes: <a rel="nofollow" href="https://outgoing.prod.mozaws.net/v1/cb094384bc7eaaf94756783212bd15ba28dead56f1ec0983ae6a222d1cda03f9/https%3A//github.com/gorhill/uBlock/releases/tag/1.13.7b0">https://github.com/gorhill/uBlock/releases/tag/1.13.7b0</a>
+<br/>Commit history since 1.13.4: <a rel="nofollow" href="https://outgoing.prod.mozaws.net/v1/dd6466d27310b471240cec05883a70bb9c9b0e41c73c4c54686aa4db9c40dbd4/https%3A//github.com/gorhill/uBlock/compare/1.13.4...1.13.7b0">https://github.com/gorhill/uBlock/compare/1.13.4...1.13.7b0</a>
+
<h2>uBlock Origin 1.13.4 - June 26, 2017</h2>
See <a rel="nofollow" href="https://outgoing.prod.mozaws.net/v1/fccd80d7f81043dcb3365c7a4531c4274f01289c2443a22ed2206cbe32361b5f/https%3A//github.com/gorhill/uBlock/releases/tag/1.13.4">release notes</a>.
<br/>&nbsp;