This commit is contained in:
Martin Rotter 2023-02-03 06:36:53 +01:00
parent 836b905725
commit 09a238b905
2 changed files with 18 additions and 1 deletions

View file

@ -66,7 +66,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.3.1")
set(APP_VERSION "4.3.2")
set(APP_URL "https://github.com/martinrotter/rssguard")
set(APP_URL_DOCUMENTATION "https://github.com/martinrotter/rssguard/blob/${APP_VERSION}/resources/docs/Documentation.md")

View file

@ -1,3 +1,20 @@
4.3.2
-----
Added:
* Display total number of underlying feeds/categories in account's tooltip in feed list. (#881)
* Press "CTRL+F" when article script textbox is highlighted in "Article filters" dialog to allow for text searching. (#889)
* Filtering option in article list toolbar are now inclusive with checkbox like appearance. You can now thus select multiple filtering conditions and if article meets atleast one of them, it is displayed. (#468)
* WebEngine disk cache now can be disabled in settings. If it is "disabled" then RSS Guard will use memory-based cache which is automatically destroyed when RSS Guard exits. (#725)
* Help spoilers now can display HTML help with clickable hyperlinks.
* Skins are now able to load custom TTF and OTF fonts and also skins now are able to specify application-wide font. You can see sample usage of this feature in [sample](https://github.com/martinrotter/rssguard/tree/master/resources/skins/plain) skin.
Fixed:
* Fixed crash when importing OPML files.
* Fixed looooong-standing hidden bug which could cause that labels DEassigned from filters were not synchronized back to feed service if supported.
* Enhanced information about "resources" in "About" dialog.
4.3.1
-----