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
027c3761397fcbdb5e3b73d0116a60f3572da13e
parent
1a446b39c0b739b3a7fb7499567adb7948b1ab7a
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2023-05-03 20:54
bump version to 0.5.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.5.0 (2023-05-03)
   -1     2 
   -1     3 -   add reset button
   -1     4 -   flow-relative CSS
   -1     5 -   settings: add labels
   -1     6 -   add lang attribute in HTML
   -1     7 
   -1     8 
    1     9 # 0.4.0 (2023-02-25)
    2    10 
    3    11 -   allow to have temporary and permanent rules

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.4.0",
   -1     7   "version": "0.5.0",
    8     8   "browser_action": {
    9     9     "default_title": "xiMatrix",
   10    10     "default_popup": "src/popup.html",