Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
martinrotter committed Dec 19, 2024
1 parent 8edd0f3 commit e24f457
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ set(APP_AUTHOR "Martin Rotter")
set(APP_COPYRIGHT "\\251 2011-${YEAR} ${APP_AUTHOR}")
set(APP_REVERSE_NAME "io.github.martinrotter.rssguard")
set(APP_DONATE_URL "https://github.com/sponsors/martinrotter")
set(APP_VERSION "4.7.4")
set(APP_VERSION "4.8.0")

set(APP_URL "https://github.com/martinrotter/rssguard")
set(APP_URL_DOCUMENTATION "https://rssguard.readthedocs.io")
Expand Down
21 changes: 21 additions & 0 deletions resources/text/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
4.8.0
-----

RSS Guard is feed reader and podcast player and now also becomes [Gemini](https://geminiprotocol.net) client! Spread the word!

Added:
* Support for Gemini protocol and gemtext markup files. (#1550)
* It is now possible to pause feed fetching. (#970)
* Reddit URLs are now parsed during feed discovery and found feed links are processed. (#1530)
* YouTube URLs are now parsed during feed discovery and found feed links are processed. (#1532)
* Click article icon in article list now switches read/unread state, the same way as clicking "starred" icon works. (#1521)
* Some RTL-related things were added. (#1371)
* User can now manually specify custom HTTP headers to be sent when fetching individual feeds. (f1d5c7d)
* Sounds of notifications can now be individually switched off. (6fa233f1e)
* Image caching in built-in LITE web viewer now takes image size into account, thus providing better scaling and visual UX. (4e698c983)
* In "Discover feeds" dialog, when mouse hovering above found feeds, more info is shown in tooltips. (5664b39e6)

Fixed:
* Compilation with MinGW compiler is now working without problems. Also MSYS2-FHS-related changes were applied. (#1540)
* Reduce number of duplicate feeds found in "Discover feeds" feature. (793cbcbf5, 78dc97f23)

4.7.4
-----

Expand Down

0 comments on commit e24f457

Please sign in to comment.