From d1b76fce3a90226d6fc89418cb9b8972d72569e7 Mon Sep 17 00:00:00 2001 From: Alexis Degrugillier Date: Tue, 2 Jun 2020 23:56:51 +0200 Subject: [PATCH 1/2] Bump redditImage to v0.7.2 --- extensions.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions.json b/extensions.json index 4bdf8c2..fcd9cbf 100644 --- a/extensions.json +++ b/extensions.json @@ -108,7 +108,7 @@ { "name": "RedditImage", "description": "Modify reddit entries by displaying known medias and easing access to the linked resource", - "version": "0.7.0", + "version": "0.7.2", "author": "Alexis Degrugillier", "url": "https://github.com/aledeg/FreshRSS-extensions", "type": "gh-subdirectory" From fdf5c00ee1125a9391d09b1b4866afa633e645b7 Mon Sep 17 00:00:00 2001 From: Alexis Degrugillier Date: Thu, 11 Jun 2020 20:49:35 +0200 Subject: [PATCH 2/2] Add latex support extension --- extensions.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/extensions.json b/extensions.json index fcd9cbf..a192d7a 100644 --- a/extensions.json +++ b/extensions.json @@ -160,6 +160,14 @@ "author": "Marien Fressinaud", "url": "https://github.com/FreshRSS/Extensions", "type": "gh-subdirectory" + }, + { + "name": "LatexSupport", + "description": "Add support for LaTeX notation rendering", + "version": "0.1.2", + "author": "Alexis Degrugillier", + "url": "https://github.com/aledeg/FreshRSS-extensions", + "type": "gh-subdirectory" } ] }