diff --git a/README.md b/README.md index 16353bc..b13dc17 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/extensions.json b/extensions.json index 1ca4cc7..ae31172 100644 --- a/extensions.json +++ b/extensions.json @@ -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",