From 75ce4bb65a1f3ef6f6621dc473da190093691307 Mon Sep 17 00:00:00 2001 From: Martin Rotter Date: Thu, 14 Mar 2024 10:27:55 +0100 Subject: [PATCH] changelog --- resources/text/CHANGELOG | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/resources/text/CHANGELOG b/resources/text/CHANGELOG index a22f80ab8..0d383fed2 100644 --- a/resources/text/CHANGELOG +++ b/resources/text/CHANGELOG @@ -1,6 +1,10 @@ 4.6.4 ----- +One bigger new thing, dear users: I decided to start implementing brand new purely command line only version of RSS Guard to allow running RSS Guard in headless/CLI environments like servers. It will likely work like this: +1. You run regular variant of RSS Guard and setup your feeds, how often they fetch like you normally do when running classic GUI RSS Guard. +2. You then can launch new CLI-only RSS Guard executable perhaps on your server (or elsewhere) and it will load your settings/database and will perform article fetching regularly. + Added: * Existing read/unread state is respected when some article gets "updated" (infamously happens for YouTube feeds). (#1279) * NSIS installer was bit tweaked to warn about MSVC runtime. (#1306)