From 9f22d38d1d89cfdafee1a297fac1afc089d30255 Mon Sep 17 00:00:00 2001 From: LiangWei Date: Thu, 8 Jan 2026 15:47:02 +0800 Subject: [PATCH] Update ArticleSummary metadata and bump version to 0.5.0 --- extensions.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extensions.json b/extensions.json index 31a5d6c..3f3776e 100644 --- a/extensions.json +++ b/extensions.json @@ -15,8 +15,8 @@ { "name": "ArticleSummary", "author": "Liang", - "description": "A powerful article summarization plugin for FreshRSS that allows users to generate summaries using a language model API conforming to the OpenAI API specification.", - "version": "0.1.2", + "description": "Generate article summaries using OpenAI-compatible language model APIs. Supports both OpenAI and Ollama providers with a user-friendly configuration interface.", + "version": "0.5.0", "entrypoint": "ArticleSummary", "type": "user", "url": "https://github.com/LiangWei88/xExtension-ArticleSummary",