a11y-outline

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

commit
54137f215b16bcbc6973c9eefba998c39b4ebdf2
parent
685323a52025d1e8887af1b5dd579cb785b00a3c
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2024-02-04 15:10
bump version to 2.1.0

Diffstat

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

3 files changed, 7 insertions, 2 deletions


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

@@ -1,3 +1,8 @@
   -1     1 # 2.1.0 (2024-02-04)
   -1     2 
   -1     3 -   update aria-api to 0.6.0
   -1     4 
   -1     5 
    1     6 # 2.0.0 (2023-09-29)
    2     7 
    3     8 -   switch to manifest v3

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