changelog

This commit is contained in:
Martin Rotter 2025-05-27 07:23:49 +02:00
parent 7934e6f377
commit df05aad683
2 changed files with 14 additions and 1 deletions

View file

@ -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.8.4")
set(APP_VERSION "4.8.5")
set(APP_URL "https://github.com/martinrotter/rssguard")
set(APP_URL_DOCUMENTATION "https://rssguard.readthedocs.io")

View file

@ -1,3 +1,16 @@
4.8.5
-----
Added:
* All dropdown filters (for both feed and article lists) can now be assigned to keyboard shortcuts.
* "Add account" dialog was bit updated.
Fixed:
* Fixed unwanted "feed error" dialog, now properly configurable.
* Fixed text-based filtering for feed list (sorry).
* Dropdown feed list filtering now properly filters out categories and labels too.
* Selected item behavior when filtering is enabled was refined.
4.8.4
-----