From f7a6644182f2bc69a6f0b61baf6662ada3a9937f Mon Sep 17 00:00:00 2001 From: Martin Rotter Date: Fri, 15 Oct 2021 11:50:07 +0200 Subject: [PATCH] changelog --- .../desktop/com.github.rssguard.appdata.xml | 2 +- resources/text/CHANGELOG | 21 +++++++++++++++++++ 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/resources/desktop/com.github.rssguard.appdata.xml b/resources/desktop/com.github.rssguard.appdata.xml index 6bf05df66..82789739d 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 96828ba1a..d292cb078 100644 --- a/resources/text/CHANGELOG +++ b/resources/text/CHANGELOG @@ -1,3 +1,24 @@ +4.0.4 +----- + +Added: +* Updated documentation. (#516) +* Sizes of horizontal/vertical width/height of article preview are now kept separately. User can thus have different sizes of article preview in each layout. (#515) +* Added new simplistic skin "nudus". (#512) +* Article filters now can determine "uniqueness" of article according to article's "id". (#509) +* Some columns in article list now also display respective values in tooltips. (#513) +* Columns "read" and "important" in article list are now resizable. (#514) + +Fixed: +* Avoid unwanted displays of article previewer. (#507) +* "Automatically expand item when selected" now behaves consistently when launched with keyboard shortcut. (#506) +* Fixed multiple issues regarding article "focus" or "selection". +* Fixed some problems with recognizing filenames when downloading files. +* Fixed crash when repeatedly downloading some files. +* Tweaked some icons. +* Fixed executable bits on some deployed files. +* Updated skin "API". + 4.0.3 -----