Skip to content
This repository has been archived by the owner on Jul 21, 2021. It is now read-only.

1.3.16

Compare
Choose a tag to compare
@gorhill gorhill released this 27 Dec 15:52
9494da7

Commits to master since this release

Changes

Icons

Little by little I will be migrating from font-based icons toward SVG-based icons. See uBlockOrigin/uMatrix-issues#68

Logger

The popup panel is now tab selector-bound (rather than logger entry-bound), i.e. it is associated with the tab currently selected.

There is a new UI to allow setting rules on a per logger entry basis (click the 3rd column): it is similar in look and use to the matrix UI, but it is minimalist: rules which are relevant only for the current entry in the logger are shown. [Note that I am having second thoughts about that new UI -- hence why I have held on releasing a new stable version, because it still does not give access to the per-scope switches. Ideally I should reuse the popup panel, but this will require refactoring work. However, I can't keep on holding forever a stable release, so for now this will be the solution for dealing with setting rules for tab-less network requests.]

Two columns have been added:

  • a column to provide the scope in which network requests are made;
  • a column to provide visual hint for the third-partyness of requests.

The visual to represent tab-less network requests has been modified. Tab-less network requests will now be represented with "curtains" in the 3rd column.

Closed as fixed:

Firefox

Core