From 10e689fb1a5930637ffe2ad5c3d0b4608e60dbf6 Mon Sep 17 00:00:00 2001 From: Martin Rotter Date: Mon, 20 Sep 2021 09:06:51 +0200 Subject: [PATCH] changelog --- pri/vars.pri | 2 +- resources/desktop/com.github.rssguard.appdata.xml | 2 +- resources/text/CHANGELOG | 15 +++++++++++++++ 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/pri/vars.pri b/pri/vars.pri index e99d49786..b7fd69df7 100644 --- a/pri/vars.pri +++ b/pri/vars.pri @@ -4,7 +4,7 @@ APP_REVERSE_NAME = "com.github.rssguard" APP_LOW_H_NAME = ".rssguard" APP_AUTHOR = "Martin Rotter" APP_COPYRIGHT = "(C) 2011-2021 $$APP_AUTHOR" -APP_VERSION = "4.0.2" +APP_VERSION = "4.0.3" APP_LONG_NAME = "$$APP_NAME $$APP_VERSION" APP_EMAIL = "rotter.martinos@gmail.com" APP_URL = "https://github.com/martinrotter/rssguard" diff --git a/resources/desktop/com.github.rssguard.appdata.xml b/resources/desktop/com.github.rssguard.appdata.xml index 58839d585..915dfb53a 100644 --- a/resources/desktop/com.github.rssguard.appdata.xml +++ b/resources/desktop/com.github.rssguard.appdata.xml @@ -26,7 +26,7 @@ https://github.com/sponsors/martinrotter - + none diff --git a/resources/text/CHANGELOG b/resources/text/CHANGELOG index 57a30da35..31be75427 100644 --- a/resources/text/CHANGELOG +++ b/resources/text/CHANGELOG @@ -1,3 +1,17 @@ +4.0.3 +----- + +Added: +* Now it is possible to disable hardcoded keyboard shortcuts in feed/article lists so that user-defined single-stroke shortcuts can work properly. (#484) + +Fixed: +* Settings dialog now remembers its size and also adds scrollbars where needed. (#493) +* Updated documentation. +* "Written by" bottom section of article preview now uses same date/time format as article list. +* Code refactored. +* Icons are now properly loaded when fetching list of feeds in Tiny Tiny RSS. +* Inline article searching now uses much smaller delay after typing search phrase. + 4.0.2 ----- @@ -17,6 +31,7 @@ Fixed: 4.0.0 ----- + 4.0.0 is new major release of RSS Guard. RSS Guard 4.x is NOT backwards compatible with 3.x line. Specifically: * configuration file "config.ini" IS fully backwards compatible, * database file "database.db" is NOT backwards compatible.