From 9f22d38d1d89cfdafee1a297fac1afc089d30255 Mon Sep 17 00:00:00 2001 From: LiangWei Date: Thu, 8 Jan 2026 15:47:02 +0800 Subject: [PATCH 1/4] 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", From bfce92e8e8e229097aea6a8e42bf5b24116a267e Mon Sep 17 00:00:00 2001 From: LiangWei Date: Thu, 8 Jan 2026 16:04:15 +0800 Subject: [PATCH 2/4] Update README: refresh ArticleSummary description to reflect OpenAI/Ollama support --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d6ccbe1..a9684ba 100644 --- a/README.md +++ b/README.md @@ -162,7 +162,7 @@ There are some FreshRSS extensions out there, developed by community members: ### By [@LiangWei88](https://github.com/LiangWei88) -* [ArticleSummary](https://github.com/LiangWei88/xExtension-ArticleSummary): A powerful article summarization plugin for FreshRSS that allows users to generate summaries using a language model API conforming to the OpenAI API specification. +* [ArticleSummary](https://github.com/LiangWei88/xExtension-ArticleSummary): Generate article summaries using OpenAI-compatible language model APIs. Supports both OpenAI and Ollama providers with a user-friendly configuration interface. ### By [@Niehztog](https://github.com/Niehztog) From a956e1f138840c81cfcc08e6e9a8379e00f87c53 Mon Sep 17 00:00:00 2001 From: LiangWei Date: Tue, 13 Jan 2026 10:48:51 +0800 Subject: [PATCH 3/4] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0ArticleSummary?= =?UTF-8?q?=E6=89=A9=E5=B1=95=E7=89=88=E6=9C=AC=E8=87=B30.5.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- extensions.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions.json b/extensions.json index 3f3776e..0bb688e 100644 --- a/extensions.json +++ b/extensions.json @@ -16,7 +16,7 @@ "name": "ArticleSummary", "author": "Liang", "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", + "version": "0.5.2", "entrypoint": "ArticleSummary", "type": "user", "url": "https://github.com/LiangWei88/xExtension-ArticleSummary", From 5d928129a88c4080647eb5b855bd3df1f4f1e354 Mon Sep 17 00:00:00 2001 From: LiangWei Date: Tue, 13 Jan 2026 10:52:15 +0800 Subject: [PATCH 4/4] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0ArticleSummary?= =?UTF-8?q?=E6=89=A9=E5=B1=95=E7=89=88=E6=9C=AC=E8=87=B30.5.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- extensions.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions.json b/extensions.json index c753926..aee8306 100644 --- a/extensions.json +++ b/extensions.json @@ -16,7 +16,7 @@ "name": "ArticleSummary", "author": "Liang", "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", + "version": "0.5.2", "entrypoint": "ArticleSummary", "type": "user", "url": "https://github.com/LiangWei88/xExtension-ArticleSummary",