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
1fa80cd7d2060e19a284be6ae725247916c5cf1e
parent
c2996f71538811e5f7cf80d1571a169baf5b8bd6
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2025-04-24 07:46
bump version to 2.1.0

Diffstat

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

3 files changed, 10 insertions, 2 deletions


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

@@ -1,3 +1,11 @@
   -1     1 2.1.0 (2025-04-24)
   -1     2 ------------------
   -1     3 
   -1     4 -	add optional keyboard shortcut
   -1     5 -	fix chrome compatibility
   -1     6 -	fix tab crashes caused by the manifest v3 migration
   -1     7 
   -1     8 
    1     9 2.0.0 (2025-04-23)
    2    10 ------------------
    3    11 

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.0.0",
   -1     7   "version": "2.1.0",
    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.0.0",
   -1     7   "version": "2.1.0",
    8     8   "action": {
    9     9     "default_title": "Bookmark Stack",
   10    10     "default_popup": "src/stack.html"