a11y-outline

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

commit
9a724744021c1f0ff181f09397da3265e86004e7
parent
8c9ac74167c95114b3e6f83b16a4798f15585cdc
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2021-08-20 06:39
bump version to 1.2.0

Diffstat

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

2 files changed, 7 insertions, 1 deletions


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

@@ -1,3 +1,9 @@
   -1     1 # 1.2.0 (2021-08-20)
   -1     2 
   -1     3 -   improve treeview
   -1     4 -   isolate treeview styles from current page styles
   -1     5 
   -1     6 
    1     7 # 1.1.1 (2021-06-03)
    2     8 
    3     9 -   improve scroll into view behavior

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.1.1",
   -1     6   "version": "1.2.0",
    7     7   "icons": {
    8     8     "128": "icon-128.png"
    9     9   },