diff --git a/CMakeLists.txt b/CMakeLists.txt index 905657570..e7f3e4f82 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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") diff --git a/resources/text/CHANGELOG b/resources/text/CHANGELOG index 4a49e75ae..ccb1f7d97 100644 --- a/resources/text/CHANGELOG +++ b/resources/text/CHANGELOG @@ -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 -----