Skip to content

1.4.6

Compare
Choose a tag to compare
@darwin darwin released this 19 Dec 22:38
· 456 commits to master since this release
v1.4.6

Using more strict permissions in Dirac Extension

Maybe you noticed, Dirac Extension v1.4.5 was never made available in Chrome Store. The issue is that Chrome Store started requiring deeper code audits for extensions using "tabs" permission. I submitted Dirac Extension for the audit but it was rejected.

In this release I changed "tabs" permissions to "activeTab" only. This will be another attempt to get it back to the store. But it is not a big issue if it gets rejected again. You can always install the extension as a zip file (downloaded from assets below).

Rolling DevTools

Merged commits 6a14554...76f3384 from official DevTools.
Should work best with Chrome ~81.0.4001.1.
Links to matching Chromium snapshots: Mac | Linux_x64 | Win | Win_x64.

Notable commits

46fe6d3 extensions: maybe we can get away with activeTab permission only

All new work: v1.4.5...v1.4.6