- commit
- 8ea0d01b350cec4dd6c5c1b66bbb6f2456248bb6
- parent
- a5b8ff4690fa559667116fd44d47f63e6908cf22
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2025-10-04 20:58
bump version to 0.11.0
Diffstat
| M | CHANGES.md | 7 | +++++++ |
| M | manifest.json | 2 | +- |
2 files changed, 8 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md
@@ -1,3 +1,10 @@ -1 1 # 0.11.0 (2025-10-04) -1 2 -1 3 - only close popup on toplevel navigation -1 4 - display number of blocked requests in badge -1 5 - remove the option to disable recording -1 6 -1 7 1 8 # 0.10.0 (2025-04-25) 2 9 3 10 - update to manifest v3
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.10.0",-1 7 "version": "0.11.0", 8 8 "action": { 9 9 "default_title": "xiMatrix", 10 10 "default_popup": "src/popup.html"