Merge branch 'master' into 72-add-redate-extension

This commit is contained in:
Alexandre Alapetite 2020-06-14 10:27:08 +02:00 committed by GitHub
commit defb9b9d94
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -108,7 +108,7 @@
{ {
"name": "RedditImage", "name": "RedditImage",
"description": "Modify reddit entries by displaying known medias and easing access to the linked resource", "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", "author": "Alexis Degrugillier",
"url": "https://github.com/aledeg/FreshRSS-extensions", "url": "https://github.com/aledeg/FreshRSS-extensions",
"type": "gh-subdirectory" "type": "gh-subdirectory"
@ -168,6 +168,13 @@
"author": "Julien Avérous", "author": "Julien Avérous",
"url": "https://github.com/javerous/freshrss-greader-redate", "url": "https://github.com/javerous/freshrss-greader-redate",
"type": "gh-subdirectory" "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",
} }
] ]
} }