Skip to content

4.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Aug 12:17
· 671 commits to master since this release

!!! Note that at this point, NO new features will be added for at least 4-5 new releases as I must concentrate on fixing bugs and polishing already existing features !!!

Localizations are now translated via Crowdin: https://crowdin.com/project/rssguard

Added:

  • List of article filters assigned to feed is now visible in feed details pane. (#1045)
  • Right-to-left optional layout for feeds/articles. You can switch this in each feed properties.
  • Gmail: Labels are now fetched from the service too and they are synchronizable.
  • New feature called "regex queries" allowing users to have (persistent) regular expression based article list filters. See your feed list for "Regex queries" item and right click to add one.
  • "reader mode" feature now uses skin-based format & colors.
  • All features which generate random colors now use better HSV-based algorithm.
  • Added application-wide and feed-wide ability to limit articles based on article date/time. This can be changed in application settings in "Feed fetching" section and in feed properties dialog in "Articles" section.
  • JavaScript code of article filters now has syntax highlighting.
  • Use non-standard "url" element as fallback for article URLs in RSS format.
  • Percentages of localization progres for each translation is now shown in "Localization" settings section.
  • "clang-format" updated.
  • User CSS styles can now be supplied via file <user-data-folder>/web/user-styles.css.
  • When fetching metadata during OPML import, there is now option to NOT fetch icons. (#1009)

Fixed:

  • Icons in feed list are now correctly vertically centered. (#999)
  • Fixes related to word-wrap of long texts in article list and feed details pane. (#1033)
  • Multi-column sorting is now correctly persistent. (#1039)
  • Fixed a problem where article filters are sometimes not applied correctly when feed is fetched.
  • Skin's pallete (dark) are now applied depending on slightly enhanced logic.
  • Skin's custom colors are now applied depending on slightly enhanced logic.
  • HTTP redirection was not working sometimes, breaking some feeds.
  • Docs updated.
  • Feedly: Fix errors when some feeds did not have titles.
  • Almost all localizations refreshed.
  • Fixed multiple crashes.
  • Correctly show numeric badge on Windows if RSS Guard starts in tray/minimized mode.