Changelog, now just update Docs and we can release.

This commit is contained in:
Martin Rotter 2021-01-04 21:11:03 +01:00
parent 2a36425b94
commit c1620c8a38
2 changed files with 6 additions and 1 deletions

View File

@ -30,7 +30,7 @@
<url type="donation">https://martinrotter.github.io/donate/</url>
<content_rating type="oars-1.1" />
<releases>
<release version="3.8.4" date="2021-01-01"/>
<release version="3.8.4" date="2021-01-04"/>
</releases>
<content_rating type="oars-1.0">
<content_attribute id="violence-cartoon">none</content_attribute>

View File

@ -6,6 +6,8 @@ Added:
▪ 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)
▪ Toolbars in message previewer now can be hidden. (#333)
▪ Number of unread messages seen in tray icon can now be disabled. (#328)
Fixed/changed:
▪ "Edit feed" dialog was rewritten and made modular so that it fits better all plugins. (#287)
@ -13,6 +15,9 @@ Fixed/changed:
▪ 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)
▪ Fixed repeated overwriting of same message downloaded from Nextcloud News server. (#329)
▪ Feed sorting is correctly case insensitive. (#319)
▪ Cached message states are now far more reliably pushed back to server. (#325)
3.8.3
—————