a11y-outline

web extension to navigate document outlines easily
git clone https://git.ce9e.org/a11y-outline.git

commit
235182f85178d5fd6655926556a29c151004d456
parent
a3d9e53b2a14d9212cb5b1fc187d5091e217041d
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2023-09-29 14:33
bump version to 2.0.0

Diffstat

M CHANGES.md 6 ++++++
M manifest.chromium.json 2 +-
M manifest.json 2 +-

3 files changed, 8 insertions, 2 deletions


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

@@ -1,3 +1,9 @@
   -1     1 # 2.0.0 (2023-09-29)
   -1     2 
   -1     3 -   switch to manifest v3
   -1     4 -   require less permissions (`activeTab` instead of `<all_urls>`)
   -1     5 
   -1     6 
    1     7 # 1.6.1 (2023-07-06)
    2     8 
    3     9 -   fix: do not include contents of dialog in results

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

@@ -4,7 +4,7 @@
    4     4   "author": "Tobias Bengfort",
    5     5   "homepage_url": "https://github.com/xi/a11y-outline",
    6     6   "description": "navigate page outlines easily",
    7    -1   "version": "1.6.1",
   -1     7   "version": "2.0.0",
    8     8   "action": {
    9     9     "default_title": "A11y Outline",
   10    10     "default_icon": "icon-128.png"

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/a11y-outline",
    6     6   "description": "navigate page outlines easily",
    7    -1   "version": "1.6.1",
   -1     7   "version": "2.0.0",
    8     8   "action": {
    9     9     "default_title": "A11y Outline",
   10    10     "default_icon": "icon-128.png"