Releases: martinrotter/rssguard
Releases · martinrotter/rssguard
3.3.3
Added:
- Message viewer now displays thumbnails of image message attachments. (issue #39)
- Application settings is now divided into separate components on source code level.
- Application settings now offers "Apply" button which saves settings without closing the dialog. (issue #16)
Fixed:
- Correct message is now selected after some feed gets updated. Multi-selection is not maintained, only focused ("current") message selection is. (bug #46)
- RSS Guard correctly saves windows size/position when maximized on exit. (bug #45)
Changed:
- Focused message is now displayed in previewer when multiple messages are selected. This is related to bug #46.
- MariaDB binary DLL file updated to 10.1.16 (Windows only).
3.3.2
Changed:
- Feed updating/message downloading logic is now a bit simpler. Message downloading is still parallelized but final storing into DB is not. It is now queued. This slows down the proces only a bit, but gives more reliability.
Fixed:
- Fixed problems with obtaining custom ID for downloaded messages in TT-RSS plugin. This caused probably a lot of problems with mismatch of downloaded/real unread messages counts.
- Fixed some typos.
- Fixed some UI stuff in menus etc.
- Fixed problem with skin loading. (bug #25)
3.3.1
3.3.0
Added:
- Internal message viewer is now based on QtWebEngine module which is based on Chromium project. This speeds up viewing of messages and supports newest HTML 5 or CSS 3 features. Note that this does not mean that fully featured internal web browser will come back. It will not! Only SIMPLIFIED internal web browser is now added. New message viewer is also better for viewing messages in newspaper mode.
- Default skin now uses Bootrstrap-powered look.
- Feed updates are now parallelized up to infinite number of threads. This speeds up speed of concurrent feed updates rapidly (more than 5 times). I was able to update about 160 feeds in 35 seconds. Note that this feature is still in experimental state.
- Middle mouse button click on any message in message list opens message in internal web browser, double click in external web browser.
- Any middle mouse button click on hyperlink opens it in new internal web browser tab.
Changed:
- Minimal Qt version bumped to 5.7.0 - this will lead to some betere features in the future.
- Updated miscellaneous libraries - MariadDB, openSSL (Windows only).
- Main menu is by default hidden, tab bar is now always visible. Main menu is now accessible via left/top corner iconified button. Users can of course tweak settings in Tools -> Options -> User interface.
Removed:
- All skins except default are removed because it is difficult for me to maintain all of them. Any user can pickup removed skin from repository, tweak it (it is easy) and send it to me and I will include it with next version of RSS Guard.
- Cmake dependency completely removed!
- Completely abandoned support for self-updating via NSIS installers. Now, RSS Guard is distributed only via ZIP archives on Windows. User still can download them in RSS Guard.
Fixed:
- Removed "Restart" functionality, it was buggy and was causing a lot of internal problems, primarily with storing settings.
- OPML exporter now generates valid XML with all xmlns correctly filled.