changelog

This commit is contained in:
Martin Rotter 2023-03-23 09:18:42 +01:00
parent 86fa39fc56
commit 09e6f55dce
2 changed files with 19 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.2")
set(APP_VERSION "4.3.3")
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,21 @@
4.3.3
-----
Added:
* Article searching was greatly improved - now you can use either text or regexp or wildcard as search phrase and you can choose whether to search just in titles or in whole article. (#886)
* Added option to focus feed/article lists with keyboard shortcuts. (545)
* Uninstaller now should detect if RSS Guard is running or not. (#529)
* Gmail: Original e-mail body is now appended to response.
* Gmail: E-mail preview now uses styling from skin for unified UX.
* Minor enhancements for OPML importing.
Fixed:
* Showing pictures from authenticated feeds now should work. (#909)
* Word-wrap is now correctly used for plain-text articles. (#900)
* Some memory leaks were patched and also SQLite database connections now share "cache" across all threads, resulting in drastically better RAM usage of the app.
* Feedly: Article state synchronization now works.
* Updated docs, updated translations.
4.3.2
-----