File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ set(APP_AUTHOR "Martin Rotter")
7878set (APP_COPYRIGHT "\\ 251 2011-${YEAR} ${APP_AUTHOR} " )
7979set (APP_REVERSE_NAME "io.github.martinrotter.rssguard" )
8080set (APP_DONATE_URL "https://github.com/sponsors/martinrotter" )
81- set (APP_VERSION "4.7.4 " )
81+ set (APP_VERSION "4.8.0 " )
8282
8383set (APP_URL "https://github.com/martinrotter/rssguard" )
8484set (APP_URL_DOCUMENTATION "https://rssguard.readthedocs.io" )
Original file line number Diff line number Diff line change 1+ 4.8.0
2+ -----
3+
4+ RSS Guard is feed reader and podcast player and now also becomes [Gemini](https://geminiprotocol.net) client! Spread the word!
5+
6+ Added:
7+ * Support for Gemini protocol and gemtext markup files. (#1550)
8+ * It is now possible to pause feed fetching. (#970)
9+ * Reddit URLs are now parsed during feed discovery and found feed links are processed. (#1530)
10+ * YouTube URLs are now parsed during feed discovery and found feed links are processed. (#1532)
11+ * Click article icon in article list now switches read/unread state, the same way as clicking "starred" icon works. (#1521)
12+ * Some RTL-related things were added. (#1371)
13+ * User can now manually specify custom HTTP headers to be sent when fetching individual feeds. (f1d5c7d)
14+ * Sounds of notifications can now be individually switched off. (6fa233f1e)
15+ * Image caching in built-in LITE web viewer now takes image size into account, thus providing better scaling and visual UX. (4e698c983)
16+ * In "Discover feeds" dialog, when mouse hovering above found feeds, more info is shown in tooltips. (5664b39e6)
17+
18+ Fixed:
19+ * Compilation with MinGW compiler is now working without problems. Also MSYS2-FHS-related changes were applied. (#1540)
20+ * Reduce number of duplicate feeds found in "Discover feeds" feature. (793cbcbf5, 78dc97f23)
21+
1224.7.4
223-----
324
You can’t perform that action at this time.
0 commit comments