Skip to content

Releases: martinrotter/rssguard

3.6.1

07 May 07:01
Compare
Choose a tag to compare

Added:
▪ Development binaries now available on Bintray - https://bintray.com/martinrotter/rssguard/Development#files

Fixed/changed:
▪ Translations synced.
▪ Big code refactoring, fixed almost all usages of Qt deprecated code.
▪ Completely overhauled Appveyor/Travis build scripts which are now more reliable.

3.6.0

30 Apr 10:11
Compare
Choose a tag to compare

Added:
▪ UK, GL translation and some other localizations.
▪ Executable is now separated from library, making it possible to write external
plugins for RSS Guard and distribute them separately as dll/lib/so/dylib file.
▪ Fetch some M-RSS metadata when downloading RSS feeds.
▪ Ability to postpone updates if main window is visible.
▪ Switchable monochrome tray icons.
▪ Windows icons on Linux/Wayland now should work.
▪ Default system icon theme is now default for RSS Guard on all platforms.
▪ QtWebEngine-based RSS Guard variant now should respect web proxy set in settings.

Fixed/changed:
▪ Feeds.url attribute in MySQL storage now has <=1000 length.
▪ Message viewer now responds to "zoom" action via mouse wheel + CTRL key and
persistently saves the zoom level fixing the problem with small text in HIDPI
screens.
▪ Minimum Qt version is now 5.9.0.
▪ Translations synced with newest strings.
▪ TT-RSS: Saving of message states now works (read/unread/important).
▪ Many code cleanups, refactorings and regressions fixed.
▪ Tray icon now shows correct number of unread messages upon app startup.
▪ Some resources are now installed to correct locations when using NSIS installer.
▪ Many fixes for build scripts for dev builds.

3.5.9

04 Jun 11:21
Compare
Choose a tag to compare

Added:
▪ Font in message and feed lists is now changeable, including its size. (#187)

Fixed:
▪ Broken backward compatibility to Qt 5.7.

3.5.8

31 May 06:41
Compare
Choose a tag to compare

Added:
▪ Image placeholders can now be completely disabled in "nowebengine" RSS Guard variant. (#205)

Changed:
▪ Source code refactored, faster regexp-related operations.
▪ Optimized displaying of messages which do not have any associated URLs.

Fixed:
▪ "optimize tables" command for MariaDB now works correctly.
▪ Fixed downloading of e-mail attachments in Gmail plugin.
▪ Parsing of datetime strings now works better with Gmail plugin.
▪ Corrected logic of cleaning DB, which allows to really get rid of all messages stored in DB.
▪ Fixed crash when closing settings dialog.
▪ Message datetime decoded correctly in Gmail plugin.
▪ I hope, that appveyor/travis CI are now fixed as well.

3.5.7

04 Apr 07:32
Compare
Choose a tag to compare

Added:
▪ "Default" icons of feeds/categories are now NOT directly stored in RSS Guard DB and they are dynamically loaded from active icon theme instead. (#200)

Fixed:
▪ Feeds that fail to update are now correctly shown in red.
▪ Newspaper mode is now correctly opened when clicked on "Open feed in newspaper mode" context menu item.
▪ Built-in skins now properly embed HTML of displayed messages and no HTML "underflowing" is visible.
▪ Icons are now installed to proper folders under Linux.
▪ Correct "desktop" file filename.
▪ Qt translations are now correctly loaded.
▪ Crash related to feed update to be finished in worker thread.

Changed:
▪ Default size of main window and sizes of its widgets are now edited and when app is launched for the first time it just looks better.
▪ Default width of columns in message view is now unified with feeds view.
▪ Qt translations are now dynamically compiled and not hard-coded.
▪ Synced translations.
▪ Enhanced behavior of "Select next/previous item" in feed's list.

3.5.6

26 Feb 09:20
Compare
Choose a tag to compare

Fixed:
▪ Some minor stuff fixes.
▪ Unnecessary "Welcome" notifications. (bug #176)
▪ Bad handling of null/empty strings when inserting messages into DB. (bug #169)
▪ Bad conversion of "created on" date/time in TT-RSS plugin. (bug #172)
▪ Missing obligatory attribute in OPML 2.0 files. (bug #166)

3.5.5

19 Nov 18:48
Compare
Choose a tag to compare

Added:
▪ Internal message web viewer (and also lighter message text viewer) now support (#63) text searching. How to use:

  1. Select some messages, it now gets displayed in internal viewer.
  2. Give focus to internal viewer (click somehwere in it).
  3. Press standard "find" keyboard shortcut (CTRL+F on Windows).
  4. Search box appears on the bottom if internal message previewer.

▪ New context menu internal web viewer action to open links in ext. browser (#80)
▪ New bindable menu action Messages -> Enable message preview, which can disable opening message preview in internal web viewer. (#141)

Fixed:
▪ Displaying correct update files. (#155)

3.5.4

23 Oct 04:50
Compare
Choose a tag to compare

Fixed:
▪ First item in itemviews is now selected when focus is gained. (#142)
▪ Some feed files do not have URLs of messages properly sanitized. Strip "\n" and "\t" from URls. (bug #154)

3.5.1

16 Oct 05:52
Compare
Choose a tag to compare

Added:
▪ Font size of message/feed list can now be changed. (#145)
▪ Inoreader plugin can mark messages starred and accounts can be deleted.
▪ All cached online service data are synchronously saved when any feed is updated.

3.5.0

10 Oct 06:22
Compare
Choose a tag to compare

POLLS: https://goo.gl/forms/7bJNr33Ii22Q1c3k2

Added:
▪ All application resources (skins, icons, ...) are now compiled into the executable file. This allows for easier deployment.
▪ "Add account" dialog is displayed when app is launched and no accounts exist so far.
▪ New plugin for Inoreader. This is supported only in full RSS Guard "web-engine" version, because of web OAuth 2.0. The new plugins is in EXPERIMENTAL phase, expect errors and report them.
▪ NextCloud plugin now allows to persistently set max number of messages to get downloaded per feed.
▪ Added support for arbitrary external tools (settings category "Web browser & e-mail & proxy") which can open URLs of selected messages. (#136)
▪ Standard account is now automatically added if RSS Guard is started with empty database.
▪ Menu action "Select next unread message" in "Messages" menu now works across all feeds, so user can navigate through all unread messages with a sigle keyboard shortcut. (#132, #6)
▪ Added two bindable menu actions (in menu "Web browser & tabs") which allow to cycle among tabs. (#6)

Fixed:
▪ Fixed build on some Unit-like operating systems.