changelog

This commit is contained in:
Martin Rotter 2023-04-20 07:36:31 +02:00
parent b041db978c
commit abebbf7e56
2 changed files with 21 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.3")
set(APP_VERSION "4.3.4")
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,23 @@
4.3.4
-----
Added:
* Persistent article/item viewer. By default it is on. If no article is selected but feed/category is, then miscellaneous information about selected feed list item is displayed. (#424)
* macOS build is now built with macOS 11.
* Linux build is now built with Ubuntu 20.04 which is now oldest supported Linux LTS distribution.
* Reworked logic of determining which article states (read/unread/starred/unstarred) have changed when synchronizing states to remote feed servers. This concerns all synchronized plugins like Gmail, Greader, Feedly, etc. and show in theory lead to much better performance when you mark many articles as read or unread.
Fixed:
* Deadlock when fetching feeds in some corner situations is now resolved. (#910)
* URLs of articles are now sanitized from leading and trailing spaces. (#914)
* ATOM feeds were mistakenly changed to RSS feeds during OPML import. (#913)
* Now compiles with GCC 13. (#911)
* Freezing of GUI when fetching feeds should now be gone even on newer Qt library.
* Correct account-wide proxy is used when importing feeds.
* Article duplicity checks are now much more useful and actually working in article filters.
* Translations synced.
* All buttons from article toolbar now correctly follow tool button style.
4.3.3
-----