Skip to content

Commit e24f457

Browse files
committed
version bump
1 parent 8edd0f3 commit e24f457

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ set(APP_AUTHOR "Martin Rotter")
7878
set(APP_COPYRIGHT "\\251 2011-${YEAR} ${APP_AUTHOR}")
7979
set(APP_REVERSE_NAME "io.github.martinrotter.rssguard")
8080
set(APP_DONATE_URL "https://github.com/sponsors/martinrotter")
81-
set(APP_VERSION "4.7.4")
81+
set(APP_VERSION "4.8.0")
8282

8383
set(APP_URL "https://github.com/martinrotter/rssguard")
8484
set(APP_URL_DOCUMENTATION "https://rssguard.readthedocs.io")

resources/text/CHANGELOG

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
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+
122
4.7.4
223
-----
324

0 commit comments

Comments
 (0)