From 558be69744287f1dea0e4eb4d92e4e6e23addd08 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Sun, 17 Mar 2024 19:17:37 +0000 Subject: [PATCH] Update extension list --- extensions.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/extensions.json b/extensions.json index 090d220..ab10cdd 100644 --- a/extensions.json +++ b/extensions.json @@ -265,6 +265,17 @@ "method": "git", "directory": "." }, + { + "name": "Mark Previous as Read", + "author": "kalvn", + "description": "This extension adds a button in the footer of each entry. Clicking this button will mark all previous entries belonging to the current feed, as read. The goal is, when going through a very long list of entries without reading them all, to be able to stop and continue later.", + "version": "1.0.1", + "entrypoint": "MarkPreviousAsRead", + "type": "user", + "url": "https://github.com/kalvn/freshrss-mark-previous-as-read", + "method": "git", + "directory": "xExtension-MarkPreviousAsRead" + }, { "name": "Mobile Scroll Menu", "author": "Marco Heizmann", @@ -467,7 +478,7 @@ "name": "Title-Wrap", "author": "â‚£rans de Jonge, Joris Kinable", "description": "Applies a line-wrap to long article titles, as opposed to truncating the title when it overflows its display area.", - "version": "0.2", + "version": "0.2.1", "entrypoint": "TitleWrap", "type": "user", "url": "https://github.com/FreshRSS/Extensions",