xiMatrix

filter net requests according to source, destination and type  https://addons.mozilla.org/firefox/addon/ximatrix/
git clone https://git.ce9e.org/xiMatrix.git

commit
ecc20457d9c436279a2de81cb61b262296ce977d
parent
28cfd4041cf7f1c057a564ca3947d665046e915c
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2022-11-27 10:46
bump version to 0.3.0

Diffstat

M CHANGES.md 8 ++++++++
M manifest.json 2 +-

2 files changed, 9 insertions, 1 deletions


diff --git a/CHANGES.md b/CHANGES.md

@@ -1,3 +1,11 @@
   -1     1 # 0.3.0 (2022-11-27)
   -1     2 
   -1     3 -   fix concurrency issue when recording requests
   -1     4 -   allow to disable recording of requests
   -1     5 -   move edit raw rules to settings page
   -1     6 -   add explicit extension ID
   -1     7 
   -1     8 
    1     9 # 0.2.1 (2022-10-15)
    2    10 
    3    11 -   fix compatibility with event pages

diff --git a/manifest.json b/manifest.json

@@ -4,7 +4,7 @@
    4     4   "author": "Tobias Bengfort",
    5     5   "homepage_url": "https://github.com/xi/xiMatrix",
    6     6   "description": "block requests based on domain and type",
    7    -1   "version": "0.2.1",
   -1     7   "version": "0.3.0",
    8     8   "browser_action": {
    9     9     "default_title": "xiMatrix",
   10    10     "default_popup": "src/popup.html",