a11y-outline

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

commit
daaa360fecf90148a1353d77ecbb56bf44b7a501
parent
7215eb1b3b0d813a5a126189f488f3e2a555f577
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2024-06-23 13:29
bump version to 2.2.0

Diffstat

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

3 files changed, 9 insertions, 2 deletions


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

@@ -1,3 +1,10 @@
   -1     1 # 2.2.0 (2024-06-23)
   -1     2 
   -1     3 -   add "Form fields" and "Buttons" lists
   -1     4 -   update aria-api to 0.7.0
   -1     5 -   fix: do not perform shortcut actions multiple times
   -1     6 
   -1     7 
    1     8 # 2.1.0 (2024-02-04)
    2     9 
    3    10 -   update aria-api to 0.6.0

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": "2.1.0",
   -1     7   "version": "2.2.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": "2.1.0",
   -1     7   "version": "2.2.0",
    8     8   "action": {
    9     9     "default_title": "A11y Outline",
   10    10     "default_icon": "icon-128.png"