Changelog.

This commit is contained in:
Martin Rotter 2020-08-25 12:29:57 +02:00
parent f1195f7da9
commit 2aa6244829
1 changed files with 23 additions and 0 deletions

View File

@ -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
—————