bookmark-stack

web extension to save pages in a stack for reading them later  https://addons.mozilla.org/firefox/addon/bookmark-stack/
git clone https://git.ce9e.org/bookmark-stack.git

commit
10d42f57c69ff56f327dc677e2a16a595c400886
parent
9af5c54e9c1c4b35960dccb01fa6d7d5fab295bb
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2025-04-30 05:37
bump version to 2.1.1

Diffstat

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

3 files changed, 8 insertions, 2 deletions


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

@@ -1,3 +1,9 @@
   -1     1 2.1.1 (2025-04-30)
   -1     2 ------------------
   -1     3 
   -1     4 -	update count on startup
   -1     5 
   -1     6 
    1     7 2.1.0 (2025-04-24)
    2     8 ------------------
    3     9 

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/bookmark-stack",
    6     6   "description": "inspired by view later",
    7    -1   "version": "2.1.0",
   -1     7   "version": "2.1.1",
    8     8   "action": {
    9     9     "default_title": "Bookmark Stack",
   10    10     "default_popup": "src/stack.html"

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/bookmark-stack",
    6     6   "description": "inspired by view later",
    7    -1   "version": "2.1.0",
   -1     7   "version": "2.1.1",
    8     8   "action": {
    9     9     "default_title": "Bookmark Stack",
   10    10     "default_popup": "src/stack.html"