changelog

This commit is contained in:
Martin Rotter 2022-09-30 07:39:54 +02:00
parent 5d605f7365
commit 32e4ec3f26
2 changed files with 14 additions and 1 deletions

View file

@ -24,7 +24,7 @@
<url type="donation">https://github.com/sponsors/martinrotter</url> <url type="donation">https://github.com/sponsors/martinrotter</url>
<content_rating type="oars-1.1" /> <content_rating type="oars-1.1" />
<releases> <releases>
<release version="4.2.4" date="2022-09-30"/> <release version="4.2.5" date="2022-09-30"/>
</releases> </releases>
<content_rating type="oars-1.0"> <content_rating type="oars-1.0">
<content_attribute id="violence-cartoon">none</content_attribute> <content_attribute id="violence-cartoon">none</content_attribute>

View file

@ -1,3 +1,16 @@
4.2.5
-----
Added:
* RSS Guard now can use super fast feed/article refresh rates. At this point it is possible to set refresh interval even to 1 second to allow super fast checking for content changes. (#723)
Fixed:
* Newspaper mode caused some GUI glitches. (#810)
* Feedly crashed whole application when performing folder/feed synchronization. (#807)
* Some specific feeds are faulty but some adjustments were made to make RSS/ATOM parsing more loose. (#805)
* Fixed HTML/plain article content auto-detection for some specific HTML cases. (#792)
* Lessened severity of some debug messages. (#804)
4.2.4 4.2.4
----- -----