File tree Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ APP_REVERSE_NAME = "com.github.rssguard"
4
4
APP_LOW_H_NAME = " .rssguard"
5
5
APP_AUTHOR = " Martin Rotter"
6
6
APP_COPYRIGHT = " (C) 2011-2021 $$APP_AUTHOR"
7
- APP_VERSION = " 4.0.1 "
7
+ APP_VERSION = " 4.0.2 "
8
8
APP_LONG_NAME = " $$APP_NAME $$APP_VERSION"
9
9
10
10
APP_URL = " https://github.com/martinrotter/rssguard"
Original file line number Diff line number Diff line change 26
26
<url type =" donation" >https://github.com/sponsors/martinrotter</url >
27
27
<content_rating type =" oars-1.1" />
28
28
<releases >
29
- <release version =" 4.0.0 " date =" 2021-09-08" />
29
+ <release version =" 4.0.2 " date =" 2021-09-08" />
30
30
</releases >
31
31
<content_rating type =" oars-1.0" >
32
32
<content_attribute id =" violence-cartoon" >none</content_attribute >
Original file line number Diff line number Diff line change
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
+
1
18
4.0.0
2
19
-----
3
20
4.0.0 is new major release of RSS Guard. RSS Guard 4.x is NOT backwards compatible with 3.x line. Specifically:
You can’t perform that action at this time.
0 commit comments