From a857874d1579317a9d9687b6862b5b88365583b5 Mon Sep 17 00:00:00 2001 From: martinrotter Date: Tue, 9 May 2017 11:42:13 +0200 Subject: [PATCH] Finalized and polished multicolumn sort mode. --- resources/text/CHANGELOG | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/text/CHANGELOG b/resources/text/CHANGELOG index 4265a11ae..c9cf0ae15 100755 --- a/resources/text/CHANGELOG +++ b/resources/text/CHANGELOG @@ -4,6 +4,7 @@ Added: ▪ Auto-update status of feeds is now more general and complete. (issue #91) ▪ Display feed title in list of messages. (issue #97) +▪ Displayed feeds can now be sorted by multiple columns. Do you want to sort by author, and THEN by title? Simply click first "Title" column, then on "Author" column. If you hold CTRL during sorting, the sort is done in reverse column order. Changed: ▪ Updating of RSS Guard now uses GitHub API. (issue #109)