From 2aa6244829ffb44cc1fb44556ae6ad7430b1abae Mon Sep 17 00:00:00 2001 From: Martin Rotter Date: Tue, 25 Aug 2020 12:29:57 +0200 Subject: [PATCH] Changelog. --- resources/text/CHANGELOG | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/resources/text/CHANGELOG b/resources/text/CHANGELOG index e86797d12..c8d62be8c 100644 --- a/resources/text/CHANGELOG +++ b/resources/text/CHANGELOG @@ -1,3 +1,26 @@ +3.7.1 +————— + +Added: +▪ Gmail plugin is now able to send e-mail messages and also reply to them. +▪ Branch arrows in feeds list can now be displayed. +▪ Changes if read/important field in a message from a message filter are now synced + back to online services. (#258) +▪ Filterin mechanism now accepts constants named "MSG_ACCEPT" and "MSG_IGNORE" + which can be used instead of hardcoded values "1" and "2". + +Fixed/changed: +▪ Message previewers now more correctly convert ASCII newlines to HTML line breaks + to ensure better readability of message contents. +▪ Localizations updated. +▪ Accented characters now correctly decoded for Inoreader. (#268) +▪ Fixed decoding of attachment URLs in messages. +▪ Gmail API usage migrated to correct "batch" endpoints. +▪ Crash in message filters window. (bug #257) +▪ Some files were not downloaded correctly via internal downloader (bug #256) +▪ OAuth handler was rewritten and is now able to listen on arbitrary destination port. +▪ C++ 11 code base refactorings. + 3.7.0 —————