changelog

This commit is contained in:
Martin Rotter 2020-12-14 09:46:33 +01:00
parent 34fb273212
commit b005f969bc
2 changed files with 17 additions and 1 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.3"
APP_VERSION = "3.8.4"
APP_LONG_NAME = "$$APP_NAME $$APP_VERSION"
APP_EMAIL = "rotter.martinos@gmail.com"
APP_URL = "https://github.com/martinrotter/rssguard"

View File

@ -1,3 +1,19 @@
3.8.4
—————
Added:
▪ Dialog for message filters management now allows you to:
▪ Preview your message filter by running it against COPIES of stored messages. (#266)
▪ Run your message filter against ORIGINALS of already stored messages. (#261)
▪ Create message filters based on single message data. (#278)
Fixed/changed:
▪ "Edit feed" dialog was rewritten and made modular so that it fits better all plugins. (#287)
▪ Users now can tweak auto-update policies for feeds of all account types. (#287)
▪ Tweaked logic of loading feed's messages to make it all work with some broken feeds (Vimeo). (#309)
▪ RSS Guard now prefers to use desktop environment's icon on Linux.
▪ Make loading of feed's icons work better. (#310)
3.8.3
—————