uBlock Origin 1.9.4 - August 29, 2016

See release notes.
 
Fixed:
 

Commit history between 1.9.2 and 1.9.4.

uBlock Origin 1.9.2 - August 28, 2016

See release notes.
 
Fixed:
 

Commit history between 1.9.0 and 1.9.2.

uBlock Origin 1.9.0 - August 28, 2016

See release notes.
 
New:
 
Cosmetic filtering operator `matches-css()`, to remove any DOM element which matches specific CSS properties (see issue 84).
 
It is now possible to tell uBO to ignore all generic cosmetic filters from loaded filter lists (see issue 1892).
 
Fixed:
 

Commit history between 1.8.4 and 1.9.0.

uBlock Origin 1.8.5rc4 - August 27, 2016

Release notes: https://github.com/gorhill/uBlock/releases/tag/1.8.5rc4
Commit history since 1.8.4: https://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
Commit history since 1.8.4: https://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
Commit history since 1.8.4: https://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
Commit history since 1.8.4: https://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
Commit history since 1.8.4: https://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
Commit history since 1.8.4: https://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
Commit history since 1.8.4: https://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
Commit history since 1.8.4: https://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
Commit history since 1.8.4: https://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
Commit history since 1.8.4: https://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
Commit history since 1.8.4: https://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
Commit history since 1.8.4: https://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
Commit history since 1.8.4: https://github.com/gorhill/uBlock/compare/1.8.4...1.8.5b0

uBlock Origin 1.8.4 - August 7, 2016

See release notes.
 
Fixed
 
- Unspecified element removed: regression introduced in 1.8.0 when cosmetic filtering was refactored. Some classes of exception cosmetic filters were disregarded.
 
Commit history between 1.8.2 and 1.8.4.

uBlock Origin 1.8.3b2 - August 6, 2016

Release notes: https://github.com/gorhill/uBlock/releases/tag/1.8.3b2
Commit history since 1.8.2: https://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
Commit history since 1.8.2: https://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
Commit history since 1.8.2: https://github.com/gorhill/uBlock/compare/1.8.2...1.8.3b0

uBlock Origin 1.8.2 - August 5, 2016

See release notes.
 
Fixed
 
A regression bug, which caused a non-catched exception to be thrown when creating a filter using the element picker. This bug was introduced in fix to issue 1786.
 
Commit history between 1.8.0 and 1.8.2.

uBlock Origin 1.8.1b0 - August 3, 2016

Release notes: https://github.com/gorhill/uBlock/releases/tag/1.8.1b0
Commit history since 1.8.0: https://github.com/gorhill/uBlock/compare/1.8.0...1.8.1b0

uBlock Origin 1.8.0 - August 2, 2016

New
 
New cosmetic filtering operators: ':has()', ':xpath()', ':style()'. See detailed documentation at "Static filter syntax".
 
These new operators are to be used only for cosmetic filtering cases which are hard to crack -- more and more of these are surfacing (for example DOM elements with random class or id values).
 
When it comes to cosmetic filtering, preferably, always favor a plain old CSS3-based cosmetic filter, since they can be used in a declarative way, inside a 'style' tag. But there are cases where no CSS3-based expression will work, and in such case consider these new ':has' and ':xpath' operators.
 
Note that unlike ':has', ':xpath' is not a valid CSS4 expression, so they will always be enforced in a non-declarative way (in other word, javascript is doing the filtering, through 'document.evaluate'.
 
These new cosmetic filtering operators can be "excepted" like any other standard CSS3-based cosmetic filter using the usual '#@#' prompt. Such exception cosmetic filters do not have to be specific however, i.e. you do not have to associate them to a specific hostname/entity.
 
Changes
 
The content script code responsible to implement cosmetic filtering has been re-factored:
 

Closed as fixed
 

uBlock Origin 1.7.7rc0 - July 26, 2016

Release notes: https://github.com/gorhill/uBlock/releases/tag/1.7.7rc0
Commit history since 1.7.6: https://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
Commit history since 1.7.6: https://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
Commit history since 1.7.6: https://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
Commit history since 1.7.6: https://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
Commit history since 1.7.6: https://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
Commit history since 1.7.6: https://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
Commit history since 1.7.6: https://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
 
Commit history since 1.7.6: https://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
 
Commit history since 1.7.6: https://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
 
Commit history since 1.7.6: https://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
 
Commit history since 1.7.6: https://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
 
Commit history since 1.7.6: https://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
 
Commit history since 1.7.6: https://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
 
Commit history since 1.7.6: https://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
 
Commit history since 1.7.0: https://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
 
Commit history since 1.7.0: https://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
 
Commit history since 1.7.0: https://github.com/gorhill/uBlock/compare/1.7.6...1.7.7b0

uBlock Origin 1.7.6 - June 22, 2016

Summary of changes:
 
Closed as fixed:
 

Commit history between 1.7.0 and 1.7.6

uBlock Origin 1.7.5rc7 - June 19, 2016

Release notes: https://github.com/gorhill/uBlock/releases/tag/1.7.5rc7
 
Commit history since 1.7.0: https://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
 
Commit history since 1.7.0: https://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
 
Commit history since 1.7.0: https://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
 
Commit history since 1.7.0: https://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
 
Commit history since 1.7.0: https://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
 
Commit history since 1.7.0: https://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
 
Commit history since 1.7.0: https://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
 
Commit history since 1.7.0: https://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
 
Commit history since 1.7.0: https://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
 
Commit history since 1.7.0: https://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
 
Commit history since 1.7.0: https://github.com/gorhill/uBlock/compare/1.7.0...1.7.5b0

uBlock Origin 1.7.0 - May 1, 2016

Summary of changes:
 
Changes:
 
The element picker has been beefed-up:

Closed as fixed:
 

Commit history between 1.6.8 and 1.7.0

uBlock Origin 1.6.9rc1 - April 26, 2016

Release notes: https://github.com/gorhill/uBlock/releases/tag/1.6.9rc1
 
Commit history since 1.6.8: https://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
 
Commit history since 1.6.8: https://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
 
Commit history since 1.6.8: https://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
 
Commit history since 1.6.8: https://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
 
Commit history since 1.6.8: https://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
 
Commit history since 1.6.8: https://github.com/gorhill/uBlock/compare/1.6.8...1.6.9b0

uBlock Origin 1.6.8 - April 5, 2016

Summary of changes:
 
Changes:
 
From now on, uBlock Origin will pull assets (filter lists, scriptlets) from a project dedicated strictly for the purpose of maintaining those resources: uBlockOrigin/uAssets. Notice that this project is owned by uBlockOrigin, an organization I created to maintain all things related to uBlock Origin, uMatrix. For now uAssets is the first project to be held under that organization.
 
The goal of uBlockOrigin/uAssets is to receive all the reports for the need of new filters, or reports of web pages broken by existing filters, and will be open for people to contribute (i.e. given write permissions on the project). Ideally I wish there will be eventually a small army of volunteers dedicated to deal with filter issues.
 
Closed as fixed:
 

Commit history between 1.6.6 and 1.6.8

uBlock Origin 1.6.7rc2 - April 3, 2016

Release notes: https://github.com/gorhill/uBlock/releases/tag/1.6.7rc2
 
Commit history since 1.6.6: https://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
 
Commit history since 1.6.6: https://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
 
Commit history since 1.6.6: https://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
 
Commit history since 1.6.6: https://github.com/gorhill/uBlock/compare/1.6.6...1.6.7b0

uBlock Origin 1.6.6 - March 26, 2016

Summary of changes:
 
Closed as fixed:
 
Firefox:
 

Core:
 

Commit history between 1.6.4 and 1.6.6

uBlock Origin 1.6.5rc4 - March 22, 2016

Release notes: https://github.com/gorhill/uBlock/releases/tag/1.6.4
 
Commit history since 1.6.4: https://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
 
Commit history since 1.6.4: https://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
 
Commit history since 1.6.4: https://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
 
Commit history since 1.6.4: https://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
 
Commit history since 1.6.4: https://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
 
Commit history since 1.6.4: https://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
 
Commit history since 1.6.4: https://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
 
Commit history since 1.6.4: https://github.com/gorhill/uBlock/compare/1.6.4...1.6.5b0

uBlock Origin 1.6.4 - March 6, 2016

Summary of changes:
 
Changes:
 
Changes:
 
Popup filters can also be used to filter popunders. This was the case in the original implementation of popunder filtering, however this was removed eventually as this was causing too many false positives for popunders, causing legitimate tabs to be closed (issue 1010). The new solution is to still filter popunders according to existing popup filters, but to disregard popup filters which are too broad. Cases for which a popunder cannot be taken care by an existing popup filter, an explicit popunder filter should be used.
 
Closed as fixed:
 
Firefox 31 and less, Pale Moon:

Core:

Commit history between 1.6.2 and 1.6.4

uBlock Origin 1.6.4rc2 - March 5, 2016

Release notes: https://github.com/gorhill/uBlock/releases/tag/1.6.4rc2
 
Commit history since 1.6.2: https://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
 
Commit history since 1.6.2: https://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
 
Commit history since 1.6.2: https://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
 
Commit history since 1.6.2: https://github.com/gorhill/uBlock/compare/1.6.2...1.6.4b0

uBlock Origin 1.6.2 - February 22, 2016

Summary of changes:
 
Closed as fixed:
 
Core:

Commit history between 1.6.1 and 1.6.2

uBlock Origin 1.6.2b0 - February 17, 2016

Release notes: https://github.com/gorhill/uBlock/releases/tag/1.6.2b0
 
Commit history since 1.6.1: https://github.com/gorhill/uBlock/compare/1.6.1...1.6.2b0

uBlock Origin 1.6.1 - February 14, 2016

Summary of changes:
 
Closed as fixed:
 
Core:

Commit history between 1.6.0 and 1.6.1

uBlock Origin 1.6.1rc0 - February 14, 2016

Release notes: https://github.com/gorhill/uBlock/releases/tag/1.6.1rc0
 
Commit history since 1.6.0: https://github.com/gorhill/uBlock/compare/1.6.0...1.6.1rc0

uBlock Origin 1.6.0 - February 11, 2016

Summary of changes:
 
New:
 
Ability to set the default state of per-site switches (issue #1193)
 
It is now possible to set the default value of per-site switches from the Settings pane in the dashboard, under the Default behavior header. It was possible before to modify the default setting, but this had to be done by manually entering the proper rule in the My rules pane -- not very suitable to non-advanced users.
 
Block media elements by size (issue #1163)
 
There is a new per-site switch: Block media elements by size (image).
 
Primary purpose is to save bandwidth. See documentation for more information.
 
Note that this feature has been implemented with the utmost care to not add overhead to those not using it. The content scripts to handle interaction with blocked media elements are injected if and only if large media elements were actually blocked.
 
Closed as fixed:
 
Firefox:

Core:

Commit history between 1.5.5 and 1.6.0

uBlock Origin 1.6.0rc2 - February 9, 2016

Release notes: https://github.com/gorhill/uBlock/releases/tag/1.6.0rc2
 
Commit history since 1.5.5: https://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
 
Commit history since 1.5.5: https://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
 
Commit history since 1.5.5: https://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
 
Commit history since 1.5.5: https://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
 
Commit history since 1.5.5: https://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
 
Commit history since 1.5.5: https://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
 
Commit history since 1.5.5: https://github.com/gorhill/uBlock/compare/1.5.5...1.6.0b2

uBlock Origin 1.5.5 - January 10, 2016

Summary of changes:
 
Closed as fixed:
 
Core:

Commit history between 1.5.4 and 1.5.5

uBlock Origin 1.5.4 - January 10, 2016

Summary of changes:
 
Closed as fixed:
 
Firefox:

Commit history between 1.5.3 and 1.5.4

uBlock Origin 1.5.3 - January 6, 2016

Summary of changes:
 
Changes:
 
uBO will now automatically select the filter list which matches the current browser locale at first install time. This change does nothing if you have uBO already installed.
 
Closed as fixed:
 
Core:
 

Commit history between 1.5.1 and 1.5.3

uBlock Origin 1.5.3rc0 - January 5, 2016

Release notes: https://github.com/gorhill/uBlock/releases/tag/1.5.3rc0
 
Commit history since 1.5.1: https://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
 
Commit history since 1.5.1: https://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
 
Commit history since 1.5.1: https://github.com/gorhill/uBlock/compare/1.5.1...1.5.3b0

uBlock Origin 1.5.1 - December 27, 2015

Summary of changes:
 
Closed as fixed:
 
Core:
 

Commit history between 1.5.0 and 1.5.1

uBlock Origin 1.5.0 - December 26, 2015

Summary of changes:
 
New:
 
Ability to inject script resource from the resource library directly into a page -- i.e. not through redirection. Can be used to defeat some otherwise hard to defeat ad injection mechanisms on some sites. More specifically, this allows to defeat AdDefend- or Yavli-based ads on many sites (as of writing), which so far were defeated only through inline script tag filtering -- so this means that now Chromium-based browsers can also bypass AdDefend/Yavli (for example, see #1100). Some documentation available here (will eventually create a dedicated page).
 
Enabling advanced user mode won't cause the tooltips to be disabled anymore. There is now a separate setting for tooltips in the Settings pane: "Disable tooltips". Tooltips are enabled by default.
 
Closed as fixed:
 
Core:
 

Commit history between 1.4.0 and 1.5.0

uBlock Origin 1.5.0rc1 - December 23, 2015

Release notes: https://github.com/gorhill/uBlock/releases/tag/1.5.0rc1
 
Commit history since 1.4.0: https://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
 
Commit history since 1.4.0: https://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
 
Commit history since 1.4.0: https://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
 
Commit history since 1.4.0: https://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
 
Commit history since 1.4.0: https://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
 
Commit history since 1.4.0: https://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
 
Commit history since 1.4.0: https://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
 
Commit history since 1.4.0: https://github.com/gorhill/uBlock/compare/1.4.0...1.4.1b0

uBlock Origin 1.4.0 - December 12, 2015

Summary of changes:
 
New:
 
Ability to use Adguard filter lists
 
You can now directly use Adguard filter lists. Filters which use Adguard-specific filter syntax extension will simply be discarded by uBO.
 
Popunders
 
A new filter type is introduced: popunder. This gives uBlock Origin the ability to block popunders. Popunders are when a web page opens a new legitimate content in another tab or window, while at the same time loading nuisance content in the current tab. They are essentially the reverse of what is happening with nuisance popups, where the nuisance content is opened in a new tab or window.
 
Since the popunder option is specific to uBO, any instance of sites using popunders will have to be reported on the issue tracker so that filters can be crafted to address the issue for those sites.
 
Redirection infrastructure
 
Consider this still experimental. This adds the option to map blocked network requests to uBO-provided resources. Specifically, this solves issue raised in #949 and #1043 -- and more generally consider this yet another tool in uBO's arsenal to enforce users' choices.
 
The library of resources which are used for redirection is -- and will always be completely under control of uBO, this is not something under the control of any 3rd parties. This ensures only safe resources are used for redirection.
 
It could be said this feature is vaguely similar to NoScript's surrogates, except that in the case of uBO it's network redirection to plainly map one resource into another one, and it can be used for any kind of resource, not just scripts (anything which can be represented with a data: URI).
 
Only blocked network requests are candidates for redirection.
 
To create a redirection filter, just add the redirect=[...] filter option to it, like so:
 
||example.com/badimage.*$image,redirect=2x2-transparent.png
 
The [...] is a token identifying the resource to which to redirect: it must be a resource which appears in the redirection library.
 
For the redirect= filter option to be taken into account, some conditions must be met by the static filter, for efficiency purpose. The static filter ...
 

If at least one of the above conditions is not met, no redirection will take place, though the filter will still block matching network requests.
 
 
Issues closed as fixed:
 
Firefox
 

Pale Moon / SeaMonkey
 

Core
 

Commit history between 1.3.6 and 1.4.0

uBlock Origin 1.4.0rc4 - December 11, 2015

Release notes: https://github.com/gorhill/uBlock/releases/tag/1.4.0rc4
 
Commit history since 1.3.6: https://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
 
Commit history since 1.3.6: https://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
 
Commit history since 1.3.6: https://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
 
Commit history since 1.3.6: https://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
 
Commit history since 1.3.6: https://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
 
Commit history since 1.3.6: https://github.com/gorhill/uBlock/compare/1.3.6...1.3.7b6

uBlock Origin 1.3.6 - November 21, 2015

Summary of changes:
 
Issue closed as fixed:
 

Commit history between 1.3.5 and 1.3.6

uBlock Origin 1.3.6rc0 - November 21, 2015

Release notes: https://github.com/gorhill/uBlock/releases/tag/1.3.6rc0
 
Commit history since 1.3.5: https://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
 
Commit history since 1.3.5: https://github.com/gorhill/uBlock/compare/1.3.5...1.3.6b1

uBlock Origin 1.3.5 - November 19, 2015

Summary of changes:
 
Issue closed as fixed:
 

Commit history between 1.3.4 and 1.3.5

uBlock Origin 1.3.4 - November 19, 2015

Summary of changes:
 
Issues closed as fixed:
 

Commit history between 1.3.2 and 1.3.4

uBlock Origin 1.3.4rc2 - November 16, 2015

Release notes: https://github.com/gorhill/uBlock/releases/tag/1.3.4rc2
 
Commit history since 1.3.2: https://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
 
Commit history since 1.3.2: https://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
 
Commit history since 1.3.2: https://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
 
Commit history since 1.3.2: https://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
 
Commit history since 1.3.2: https://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
 
Commit history since 1.3.2: https://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
 
Commit history since 1.3.2: https://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
 
Commit history since 1.3.2: https://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
 
Commit history since 1.3.2: https://github.com/gorhill/uBlock/compare/1.3.2...1.3.3b1

uBlock Origin 1.3.2 - October 28, 2015

Summary of changes:
 
Issues closed as fixed:
 

Commit history between 1.3.1 and 1.3.2

uBlock Origin 1.3.2rc4 - October 26, 2015

Release notes: https://github.com/gorhill/uBlock/releases/tag/1.3.2rc4
 
Commit history since 1.3.0: https://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
 
Commit history since 1.3.0: https://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
 
Commit history since 1.3.0: https://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
 
Commit history since 1.3.0: https://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
 
Commit history since 1.3.0: https://github.com/gorhill/uBlock/compare/1.3.0...1.3.2b5

uBlock Origin 1.3.1 - October 20, 2015

Summary of changes:
 
Issues closed as fixed:
 

Commit history between 1.3.0 and 1.3.1

uBlock Origin 1.3.1rc2 - October 20, 2015

Release notes: https://github.com/gorhill/uBlock/releases/tag/1.3.1rc2
 
Commit history since 1.3.0: https://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
 
Commit history since 1.3.0: https://github.com/gorhill/uBlock/compare/1.3.0...1.3.1rc1

uBlock Origin 1.3.0 - October 19, 2015

Summary of changes:
 
New:
 
Basic support for Thunderbird, contributed by @M-Reimer
 
Issues closed as fixed:
 

Commit history between 1.2.1 and 1.3.0

uBlock Origin 1.3.0rc4 - October 17, 2015

Release notes: https://github.com/gorhill/uBlock/releases/tag/1.3.0rc4
 
Commit history since 1.2.1: https://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
 
Commit history since 1.2.1: https://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
 
Commit history since 1.2.1: https://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
 
Commit history since 1.2.1: https://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
 
Commit history since 1.2.1: https://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
 
Commit history since 1.2.1: https://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
 
Commit history since 1.2.1: https://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
 
Commit history since 1.2.1: https://github.com/gorhill/uBlock/compare/1.2.1...1.2.2b1

uBlock Origin 1.2.1 - October 8, 2015

Summary of changes:
 
Issues closed as fixed:
 
- [Firefox Nightly] TypeError: LocationChangeListener is not a constructor
 
Commit history between 1.2.0 and 1.2.1

uBlock Origin 1.2.0 - October 7, 2015

Summary of changes:
 
New stuff & changes:
 
New cosmetic filter to foil specific inline script tags -- one more tool in uBlock Origin's arsenal against bloat. Documentation for this new cosmetic filter: Inline script tag filtering.
 
Issues closed as fixed:
 
- [Chromium] Impossible to block ad
- [Firefox] Global uBlock installation on Ubuntu
- [Core] Create landing pages in the wiki for features with caveats
- [Core] Can we have link to docs under My Filters tab?
- [Core] Site loading constantly with uBlock: eg. AdFox, AdRiver, Magna problem
 
Commit history between 1.1.1 and 1.2.0

uBlock Origin 1.2.0rc2 - October 6, 2015

Release notes: https://github.com/gorhill/uBlock/releases/tag/1.2.0rc2
 
Commit history since 1.1.1: https://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
 
Commit history since 1.1.1: https://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
 
Commit history since 1.1.1: https://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
 
Commit history since 1.1.1: https://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
 
Commit history since 1.1.1: https://github.com/gorhill/uBlock/compare/1.1.1...1.1.1b2

uBlock Origin 1.1.1 - September 16, 2015

Summary of changes:
 
Notes:
 
Given that uBlock Origin has moved to and beyond version 1.0, I will from now on use a 3-sequence version scheme.
 
New stuff & changes:
 
Basque translation by Osoitz.
 
Strict blocking page will now allow you to "parse" the blocked URL to make deciphering its content, if any, more user friendly, something which may be useful when making a decision whether or not to load the target URL. When a blocked URL contains parameters, a magnifier will be available on the bottom-right corner. Click on it to see the deciphered content.
 
Issues closed as fixed:
 
- [Chromium] Block Popups blocks "Open in New Tab" on some sites
- [Firefox] Don't show "restore_on_demand" tabs in logger UI
- [Core] [Performance] Revisit cosmetic filtering's FilterPlain implementation
- [Core] Text color
- [Core] Uncaught SyntaxError: Failed to execute 'querySelector' on 'Document'
- [Core] Make target URL in strict blocked referrer clickable
- [Core] Filter list: hpHosts’ Ad and tracking servers
- [Core] [Performance] manually extract class tokens
 
Commit history between 1.1.0.0 and 1.1.1

uBlock Origin 1.1.1rc4 - September 15, 2015

Release notes: https://github.com/gorhill/uBlock/releases/tag/1.1.1rc4
 
Commit history since 1.0.0.1: https://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
 
Commit history since 1.0.0.1: https://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
 
Commit history since 1.0.0.1: https://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
 
Commit history since 1.0.0.1: https://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
 
Commit history since 1.0.0.1: https://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
 
Commit history since 1.0.0.1: https://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:
 
New stuff & changes:
 
Support for cloud storage. Please read before use: documentation -- keep in mind the Firefox-specific caveats.
 
Dashboard: Revert buttons added for "My filters" and "Whitelist" panes.
 
All non-default 3rd-party filter lists are no longer part of the package. Also, "Filtros Nauscopicos" and "RO-LIST" have been removed from the stock filter lists, as they are apparently no longer maintained, and contain questionable exception filters.
 
"Speculative pre-connections" will now also be disabled when the option "Disable pre-fetching" is checked. Background info: Block Firefox from connecting to sites when you hover over links
 
Issues closed as fixed:
 
- [Firefox] Entire tab is blocked and history is overriden because of iframe form submit
- [Firefox] tabBrowser.tabs is undefined (vapi-background.js:1056)
- [Core] uBlock doesn't work on XHTML pages (application/xhtml+xml)
- [Core] Problem on Yahoo Search Pages
- [Core] Remove from project all filter lists which are not selected by default
- [Core] Incomplete warning of "badware risks"
- [Core] Unable to whitelist a popup request using dynamic filtering - popup closes without control
- [Core] Rename 'outdated' to 'out of date'
- [Core] Modernize CSP injection code
- [Core] Suggestion - Allow syncing through firefox sync
 
Commit history between 1.0.0.0 and 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
 
Commit history since 1.0.0.1: https://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
 
Commit history since 1.0.0.1: https://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
 
Commit history since 1.0.0.1: https://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
 
Commit history since 1.0.0.1: https://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
 
Commit history since 1.0.0.1: https://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
 
Commit history since 1.0.0.1: https://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
 
Commit history since 1.0.0.1: https://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
 
Commit history since 1.0.0.1: https://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
 
Commit history since 1.0.0.1: https://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 on GitHub.

uBlock Origin 1.0.0.1 - August 4, 2015

Summary of changes:
 
New:
 
Ability for administrators to deploy uBlock Origin with custom settings (issue #531). It's rather experimental at this point, and feedback from admins will decide how this evolves, as I do not have a way to test this with real cases.
 
For Firefox, use extensions.ublock0.adminSettings in about:config to overwrite whatever user settings. I am still waiting for feedback to further fine tune this feature.
 
Fixes:
 
- try/catch createShadowRoot in contentscripts
- DOM inspector broken because Element.matches not supported (Firefox 33 and less)
- Doesn't show which custom list contains this filter
- New Logger Tab / Windows - Output incorrectly formatted within Palemoon 25.5.0 (Firefox 25 and less also)
- [Enhancement] Automatically select the tab it was opened from when opening the Logger
 
Commit history between 1.0.0.0 and 1.0.0.1

uBlock Origin 1.0.0.0 - July 18, 2015

Summary of changes:
 
New:
 
- Bengali translation by Leemon2010.
- Tamil translation by albertalbs.
- New wiki page for easy subscription to a choice of filter lists.
- You can open the logger in its own separate window when opened from the popup UI with the Shift key pressed.
- Ability to strict-block using finer-grained filters, rather than just whole sites.
- New logger tool: DOM inspector, to assist in the creation of cosmetic filters, cosmetic exception filters.
 
Fixes:
 
- Dynamic URL Filtering noop rules not reflected on Dynamic Filtering UI
- Firefox option issue
- logger-ui bug aero transparency
- Popup identified as "doc" request when opened by iframe
- uBlock does not block popup anymore under a rare circumstance
- Logger does not report [style="..."]
- Url Blocking Issue
 
 
Commit history between 0.9.9.3 and 1.0.0.0

uBlock Origin 0.9.9.3 - July 4, 2015

Summary of changes:
 
New:
 
- Privacy setting: ability to prevent local IP address leak through WebRTC
 
Fixes:
 
- Closing a window doesn't remove its tabs from the network logger picker
- 3rd-party filters gone until settings reset (SeaMonkey)
- Problem with Ublock Origin's URL logger behaviour
 
Commit history between 0.9.9.2 and 0.9.9.3.

uBlock Origin 0.9.9.2 - July 2, 2015

Summary of changes:
 
- Support for pre-Australis toolbar, courtesy of Alex Vallat from uBlock.
- Some popups could be wrongly blocked to due to false positives (regression).
 
Commit history between 0.9.9.1 and 0.9.9.2.

uBlock Origin 0.9.8.2 - May 30, 2015

[no description]

uBlock Origin 0.9.8.1.1-signed - May 27, 2015

[no description]

uBlock Origin 0.9.7.5.1-signed - May 19, 2015

[no description]