changelog
This commit is contained in:
parent
e19ea3f59e
commit
0178a046eb
@ -4,7 +4,7 @@ APP_REVERSE_NAME = "com.github.rssguard"
|
|||||||
APP_LOW_H_NAME = ".rssguard"
|
APP_LOW_H_NAME = ".rssguard"
|
||||||
APP_AUTHOR = "Martin Rotter"
|
APP_AUTHOR = "Martin Rotter"
|
||||||
APP_COPYRIGHT = "(C) 2011-2021 $$APP_AUTHOR"
|
APP_COPYRIGHT = "(C) 2011-2021 $$APP_AUTHOR"
|
||||||
APP_VERSION = "4.0.1"
|
APP_VERSION = "4.0.2"
|
||||||
APP_LONG_NAME = "$$APP_NAME $$APP_VERSION"
|
APP_LONG_NAME = "$$APP_NAME $$APP_VERSION"
|
||||||
APP_EMAIL = "rotter.martinos@gmail.com"
|
APP_EMAIL = "rotter.martinos@gmail.com"
|
||||||
APP_URL = "https://github.com/martinrotter/rssguard"
|
APP_URL = "https://github.com/martinrotter/rssguard"
|
||||||
|
@ -26,7 +26,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.0.0" date="2021-09-08"/>
|
<release version="4.0.2" date="2021-09-08"/>
|
||||||
</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>
|
||||||
|
@ -1,3 +1,20 @@
|
|||||||
|
4.0.2
|
||||||
|
-----
|
||||||
|
|
||||||
|
Added:
|
||||||
|
* Documentation now contains section for DIY migration of data from RSS Guard 3.x line.
|
||||||
|
* Updated localizations.
|
||||||
|
* Notification sounds now have adjustable volume. (#488)
|
||||||
|
* Searching in articles is now performed with delay after search expression is typed. (#485)
|
||||||
|
* Big account "edit" dialogs now have scrollbars if they are too big to fit on screen. (#483)
|
||||||
|
* Both built-in skins now use same Pico.css CSS library and have unified look for both light and dark variants (except of dark colors of course).
|
||||||
|
|
||||||
|
Fixed:
|
||||||
|
* Gstreamer libraries are now bundled into AppImage version of RSS Guard.
|
||||||
|
* Feedly now fetches messages correctly, no more message disappearing, related algorithm for article DB storing was also updated. (#487)
|
||||||
|
* AdBlock local Node.js-based server now has only really needed dependencies.
|
||||||
|
* Fixed problem with linking "librssguard.so" on some Linux distributions. (#486)
|
||||||
|
|
||||||
4.0.0
|
4.0.0
|
||||||
-----
|
-----
|
||||||
4.0.0 is new major release of RSS Guard. RSS Guard 4.x is NOT backwards compatible with 3.x line. Specifically:
|
4.0.0 is new major release of RSS Guard. RSS Guard 4.x is NOT backwards compatible with 3.x line. Specifically:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user