From 79ca3c1027363d09fb4c3ca70243aec478cb4664 Mon Sep 17 00:00:00 2001 From: Martin Rotter Date: Thu, 30 Apr 2020 11:22:45 +0200 Subject: [PATCH] Changelog. --- pri/vars.pri | 2 +- resources/text/CHANGELOG | 27 +++++++++++++++++++++++++++ 2 files changed, 28 insertions(+), 1 deletion(-) diff --git a/pri/vars.pri b/pri/vars.pri index d141e301b..bf3207893 100644 --- a/pri/vars.pri +++ b/pri/vars.pri @@ -3,7 +3,7 @@ APP_LOW_NAME = "rssguard" APP_REVERSE_NAME = "com.github.rssguard" APP_LOW_H_NAME = ".rssguard" APP_AUTHOR = "Martin Rotter" -APP_COPYRIGHT = "(C) 2011-2019 $$APP_AUTHOR" +APP_COPYRIGHT = "(C) 2011-2020 $$APP_AUTHOR" APP_VERSION = "3.6.0" APP_LONG_NAME = "$$APP_NAME $$APP_VERSION" APP_EMAIL = "rotter.martinos@gmail.com" diff --git a/resources/text/CHANGELOG b/resources/text/CHANGELOG index 354238539..d6558f245 100644 --- a/resources/text/CHANGELOG +++ b/resources/text/CHANGELOG @@ -1,3 +1,30 @@ +3.6.0 +————— + +Added: +▪ UK, GL translation and some other localizations. +▪ Executable is now separated from library, making it possible to write external + plugins for RSS Guard and distribute them separately as dll/lib/so/dylib file. +▪ Fetch some M-RSS metadata when downloading RSS feeds. +▪ Ability to postpone updates if main window is visible. +▪ Switchable monochrome tray icons. +▪ Windows icons on Linux/Wayland now should work. +▪ Default system icon theme is now default for RSS Guard on all platforms. +▪ QtWebEngine-based RSS Guard variant now should respect web proxy set in settings. + +Fixed/changed: +▪ Message viewer now responds to "zoom" action via mouse wheel + CTRL key and + persistently saves the zoom level fixing the problem with small text in HIDPI + screens. +▪ Minimum Qt version is now 5.9.0. +▪ Translations synced with newest strings. +▪ TT-RSS: Saving of message states now works (read/unread/important). +▪ Many code cleanups, refactorings and regressions fixed. +▪ Tray icon now shows correct number of unread messages upon app startup. +▪ Some resources are now installed to correct locations when using NSIS installer. +▪ Many fixes for build scripts for dev builds. +▪ + 3.5.9 —————