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
2cda015c8532ec3a336ae32c4e419d4ab2f5d33f
parent
d79c1148972f9df1286a92588c6fa3baf996e930
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2025-04-23 18:57
bump version to 2.0.0

Diffstat

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

2 files changed, 10 insertions, 1 deletions


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

@@ -1,3 +1,12 @@
   -1     1 2.0.0 (2025-04-23)
   -1     2 ------------------
   -1     3 
   -1     4 -	update to manifest v3
   -1     5 -	use browser default colors in dark mode
   -1     6 -	use link text as title when using "read link later"
   -1     7 -	change badge color to grey on empty stack
   -1     8 
   -1     9 
    1    10 1.1.2 (2022-11-25)
    2    11 ------------------
    3    12 

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