a11y-outline

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

commit
e59b826a3e55dfd2fac8306b9c0ca76332962e26
parent
29686464c2e52b5a3d9e70aaf3fd45dcd71f3780
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2022-10-11 07:13
bump version to 1.5.0

Diffstat

M CHANGES.md 8 ++++++++
M manifest.json 2 +-

2 files changed, 9 insertions, 1 deletions


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

@@ -1,3 +1,11 @@
   -1     1 # 1.5.0 (2022-10-11)
   -1     2 
   -1     3 -   highlight target on focus/hover
   -1     4 -   add shortcuts to navigate headings
   -1     5 -   add dark mode
   -1     6 -   use initial font-size in popup
   -1     7 
   -1     8 
    1     9 # 1.4.0 (2022-10-10)
    2    10 
    3    11 -   update aria-api to 0.4.5

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

@@ -3,7 +3,7 @@
    3     3 
    4     4   "name": "a11y-outline",
    5     5   "description": "navigate page outlines easily",
    6    -1   "version": "1.4.0",
   -1     6   "version": "1.5.0",
    7     7   "icons": {
    8     8     "128": "icon-128.png"
    9     9   },