Skip to content

Commit 0178a04

Browse files
author
Martin Rotter
committed
changelog
1 parent e19ea3f commit 0178a04

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

pri/vars.pri

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ APP_REVERSE_NAME = "com.github.rssguard"
44
APP_LOW_H_NAME = ".rssguard"
55
APP_AUTHOR = "Martin Rotter"
66
APP_COPYRIGHT = "(C) 2011-2021 $$APP_AUTHOR"
7-
APP_VERSION = "4.0.1"
7+
APP_VERSION = "4.0.2"
88
APP_LONG_NAME = "$$APP_NAME $$APP_VERSION"
99
APP_EMAIL = "[email protected]"
1010
APP_URL = "https://github.com/martinrotter/rssguard"

resources/desktop/com.github.rssguard.appdata.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<url type="donation">https://github.com/sponsors/martinrotter</url>
2727
<content_rating type="oars-1.1" />
2828
<releases>
29-
<release version="4.0.0" date="2021-09-08"/>
29+
<release version="4.0.2" date="2021-09-08"/>
3030
</releases>
3131
<content_rating type="oars-1.0">
3232
<content_attribute id="violence-cartoon">none</content_attribute>

resources/text/CHANGELOG

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
4.0.2
2+
-----
3+
4+
Added:
5+
* Documentation now contains section for DIY migration of data from RSS Guard 3.x line.
6+
* Updated localizations.
7+
* Notification sounds now have adjustable volume. (#488)
8+
* Searching in articles is now performed with delay after search expression is typed. (#485)
9+
* Big account "edit" dialogs now have scrollbars if they are too big to fit on screen. (#483)
10+
* 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).
11+
12+
Fixed:
13+
* Gstreamer libraries are now bundled into AppImage version of RSS Guard.
14+
* Feedly now fetches messages correctly, no more message disappearing, related algorithm for article DB storing was also updated. (#487)
15+
* AdBlock local Node.js-based server now has only really needed dependencies.
16+
* Fixed problem with linking "librssguard.so" on some Linux distributions. (#486)
17+
118
4.0.0
219
-----
320
4.0.0 is new major release of RSS Guard. RSS Guard 4.x is NOT backwards compatible with 3.x line. Specifically:

0 commit comments

Comments
 (0)