Merge branch 'master' into master

This commit is contained in:
Alexandre Alapetite 2022-11-10 22:24:20 +01:00 committed by GitHub
commit b7945b9ee0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 3 deletions

View file

@ -83,3 +83,7 @@ There are some FreshRSS extensions out there, developed by community members:
* [FeedPriorityShortcut](https://github.com/aidistan/freshrss-extensions#feed-priority-shortcut): Quick setter for your feed priorities.
* [ThemeModeSynchronizer](https://github.com/aidistan/freshrss-extensions#theme-mode-synchronizer): Synchronize the theme with your system light/dark mode.
### By [@balthisar](https://github.com/balthisar)
* [RedditSub](https://github.com/balthisar/xExtension-RedditSub): A FreshRSS Extension to Show a Reddit Subreddit as Part of the Article Title.

View file

@ -92,7 +92,7 @@
{
"name": "Feed Priority Shortcut",
"author": "Aidi Stan",
"description": "Quick setter for your feed priorities",
"description": "Set up visibilities/priorities of your feeds easily",
"version": "1.0.1",
"entrypoint": "FeedPriorityShortcut",
"type": "user",
@ -258,7 +258,7 @@
"name": "Reddit Image",
"author": "Alexis Degrugillier",
"description": "Modify reddit entries by displaying known medias and easing access to the linked resource",
"version": "0.11.1",
"version": "0.12.4",
"entrypoint": "RedditImage",
"type": "user",
"url": "https://github.com/aledeg/xExtension-RedditImage",
@ -313,7 +313,7 @@
"name": "Theme Mode Synchronizer",
"author": "Aidi Stan",
"description": "Synchronize the theme with your system light/dark mode",
"version": "1.1.2",
"version": "1.1.4",
"entrypoint": "ThemeModeSynchronizer",
"type": "user",
"url": "https://github.com/aidistan/freshrss-extensions",