Changelog.

This commit is contained in:
Martin Rotter 2020-11-20 07:14:35 +01:00
parent 0d1350ba7c
commit 81fa412b45
2 changed files with 18 additions and 5 deletions

View File

@ -4,7 +4,7 @@ APP_REVERSE_NAME = "com.github.rssguard"
APP_LOW_H_NAME = ".rssguard"
APP_AUTHOR = "Martin Rotter"
APP_COPYRIGHT = "(C) 2011-2020 $$APP_AUTHOR"
APP_VERSION = "3.8.0"
APP_VERSION = "3.8.1"
APP_LONG_NAME = "$$APP_NAME $$APP_VERSION"
APP_EMAIL = "rotter.martinos@gmail.com"
APP_URL = "https://github.com/martinrotter/rssguard"

View File

@ -2,15 +2,28 @@
—————
Added:
▪ RSS Guard on Windows now uses more minimal Qt libraries and this makes installation packages 20% smaller.
▪ New applications icons. Contributed by Siddharth Yadav:
▪ @Siddharth_yd (Instagram)
▪ illustrationdesignsid@gmail.com (e-mail)
▪ Added some documentation related to message filters and some other parts of the application:
https://github.com/martinrotter/rssguard/blob/master/resources/docs/Documentation.md#documentation
▪ Added icons to buttons in bundled downloader.
▪ Add switchable action to automatically expand categories when selected.
▪ Added basic CLI with some basic options, run "rssguard.exe --help" to see them.
▪ Ability to run multiple instance of RSS Guard at the same time, can be activated via CLI.
▪ Ability to specify custom user data folder, can be activated via CLI.
▪ Finnish translation.
▪ Greatly enhanced user experience for authors of message filters. See the documentation: enums for accepting/rejecting of messages are now directly calleable via their names.
Fixed/changed:
▪ Handles separating feeds list, messages list and message viewer has now better color in default skin.
▪ Now only titles of messages are sanitized before they are passed to message filters. Message content is left intact.
▪ Nextcloud News: Do not use obsolete API endpints. (#292)
▪ Nextcloud News: Support newest API breaking changes regarding "parent categories". (#293)
▪ Partially fixed behavior of statusbar, which did not respect new settings for order of its buttons.
▪ Use "cout" instead of "wcout" for debugging outputs.
▪ Do not escape empty strings when sanitizing messages.
3.8.0
—————