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

Releases: gorhill/uMatrix

1.4.4

20 Jul 10:54
13c45f1
Compare
Choose a tag to compare

1.4.3b0

19 Jul 16:00
9d97748
Compare
Choose a tag to compare
1.4.3b0 Pre-release
Pre-release

Commits to master since this release

To install the dev build for:

The dev build will automatically update to a newer dev build when one becomes available.


New

Ability to reveal the canonical names of aliased hostnames. This is a per-scope setting:

a

The corresponding switch-based rule is:

cname-reveal: [scope] true

By default, the rule cname-reveal: * true is created in new installations of uMatrix. For existing installations, you will have to add it yourself if you want canonical names to be reported in the matrix everywhere by default. This new feature is supported only in Firefox.

1.4.2

19 Jul 14:31
be3990e
Compare
Choose a tag to compare

Commits to master since this release.
Commits since 1.4.0.

Fixes

Notes

This version has been submitted to the Chrome Web Store and is currently pending review. It is already available on AMO.

1.4.1b6

24 Feb 21:21
b26b3bb
Compare
Choose a tag to compare
1.4.1b6 Pre-release
Pre-release

Commits to master since this release

To install the dev build for:

The dev build will automatically update to a newer dev build when one becomes available.


New

Ability to reveal the canonical names of aliased hostnames. This is a per-scope setting:

a

The corresponding switch-based rule is:

cname-reveal: [scope] true

By default, the rule cname-reveal: * true is created in new installations of uMatrix. For existing installations, you will have to add it yourself if you want canonical names to be reported in the matrix everywhere by default. This new feature is supported only in Firefox.

1.4.1b5

03 Jan 13:49
a697ce0
Compare
Choose a tag to compare
1.4.1b5 Pre-release
Pre-release

Commits to master since this release

To install the dev build for:

The dev build will automatically update to a newer dev build when one becomes available.


New

Ability to reveal the canonical names of aliased hostnames. This is a per-scope setting:

a

The corresponding switch-based rule is:

cname-reveal: [scope] true

By default, the rule cname-reveal: * true is created in new installations of uMatrix. For existing installations, you will have to add it yourself if you want canonical names to be reported in the matrix everywhere by default. This new feature is supported only in Firefox.

1.4.1b4

31 Dec 14:55
ae7d450
Compare
Choose a tag to compare
1.4.1b4 Pre-release
Pre-release

Commits to master since this release

To install the dev build for:

The dev build will automatically update to a newer dev build when one becomes available.


New

Ability to reveal the canonical names of aliased hostnames. This is a per-scope setting:

a

The corresponding switch-based rule is:

cname-reveal: [scope] true

By default, the rule cname-reveal: * true is created in new installations of uMatrix. For existing installations, you will have to add it yourself if you want canonical names to be reported in the matrix everywhere by default. This new feature is supported only in Firefox.

1.4.0

05 Sep 13:23
1d93674
Compare
Choose a tag to compare

Commits to master since this release.

Changes

A new raw setting has been added: suspendTabsUntilReady. The purpose is exactly the same as the same setting in uBlock Origin, so you can refer to uBO's documentation. That setting is taken into account only with Chromium-based browsers, as Firefox is properly equipped to deal with network requests fired before uMatrix is ready.

Closed as fixed:

Chromium 72+

Core

Pull requests

1.3.16

27 Dec 15:52
9494da7
Compare
Choose a tag to compare

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

1.3.14

27 Aug 12:26
0ae91ed
Compare
Choose a tag to compare

Closed as fixed:

Firefox

  • uMatrix uses the false domain 1.wyciwyg-scheme instead of the real one
    • uMatrix reports what the Firefox API reports to it: Firefox should be fixed to report seamlessly wyciwyg:// URLs so as to avoid forcing extensions to deal with such URLs, which should be strictly for internal consumption by Firefox.
    • Until the issue is fixed in Firefox (if ever), a workaround in uMatrix has been implemented in order to deal with such URLs in a seamless manner in its UI.
    • Those URLs still cause quirks however: for example forcing a reload won't work. This is not a uMatrix issue, even Firefox's reload button does not work in such case. The workaround is to click the address bar as if to edit the current URL and press Enter to force a reload.

Core

1.3.12

17 Jul 14:05
322d689
Compare
Choose a tag to compare