a11y-outline

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

commit
f58199a04263257907a5cc9428357a3431e835b7
parent
f0e1f497086e057e3709ae610eab5d208cce7312
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2023-01-08 08:09
bump version to 1.5.1

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 # 1.5.1 (2023-01-08)
   -1     2 
   -1     3 -   update aria-api to 0.4.5
   -1     4 -   cycle on focusPrev()
   -1     5 -   add explicit extension ID
   -1     6 
   -1     7 
    1     8 # 1.5.0 (2022-10-11)
    2     9 
    3    10 -   highlight target on focus/hover

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.5.0",
   -1     7   "version": "1.5.1",
    8     8   "browser_action": {
    9     9     "default_title": "A11y Outline",
   10    10     "default_icon": "icon-128.png"