Edited changelog.

This commit is contained in:
Martin Rotter 2016-05-31 09:47:37 +02:00
parent 7c167d3d35
commit 47a75c2cee

View file

@ -1,444 +1,392 @@
3.2.5 3.3.0
————— —————
Fixed: Added:
▪ 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.
▪ Removed "Restart" functionality, it was buggy and was causing a lot of internal problems, primarily with storing settings.
Fixed:
3.2.4 ▪ Removed "Restart" functionality, it was buggy and was causing a lot of internal problems, primarily with storing settings.
—————
3.2.4
Fixed: —————
▪ Auto-update interval/type is now persistent across sync-in for TT-RSS/ownCloud. Fixed:
▪ Auto-update interval/type is now persistent across sync-in for TT-RSS/ownCloud.
3.2.3
————— 3.2.3
—————
Changed:
Changed:
▪ Some minor tweaks for default icon theme loading. ▪ Some minor tweaks for default icon theme loading.
3.2.2 3.2.2
————— —————
Added: Added:
▪ RSS Guard now supports system-wide icon themes and on Windows -> built-in Faenza theme was tweaked.
▪ RSS Guard now supports system-wide icon themes and on Windows -> built-in Faenza theme was tweaked. ▪ ownCloud plugin now allows to add feeds and rename feeds.
▪ ownCloud plugin now allows to add feeds and rename feeds.
Fixed:
Fixed: ▪ Some minor buggies and code mistakes.
▪ Fixed problem with message counts.
▪ Some minor buggies and code mistakes.
▪ Fixed problem with message counts. 3.2.1
—————
3.2.1
————— Added:
▪ Internal message previewer now introduces list of images contained in message contents of displayed message.
Added:
Fixed:
▪ Internal message previewer now introduces list of images contained in message contents of displayed message. ▪ Changes in count of all/unread messages are now faster. This results in (much) faster program startup when using BIG database file.
Fixed: Changed:
▪ Internal message viewer now displays title as part of main HTML view.
▪ Changes in count of all/unread messages are now faster. This results in (much) faster program startup when using BIG database file.
3.2.0
Changed: —————
▪ Internal message viewer now displays title as part of main HTML view. Main:
▪ Internal web browser was REMOVED. This is because old Qt WebKit web component will be removed from Qt and new Qt component for web viewing is based on Chromium, which is fucking joke. Some people hate Chromium because of many (technocal, philosophical, etical) reasons. Moreover, it lacks some useful features and is memory hungry. It is also very buggy in Qt now. Therefore now internal web browser is gone. Message preview component now uses much lighter solution and still can display certain HTML subset. RSS Guard was tweaked to be more friendly to external web browser. Double-clicking any message results in it being opened via external web browser.
3.2.0 ▪ PLEASE, fill this survey: http://goo.gl/forms/ASWg4TFxlS
————— ▪ RSS Guard now depends only Qt 5.6 or higher.
Main: Added:
▪ ownCloud plugin now can delete feeds and edit auto-update policy of feeds.
▪ Internal web browser was REMOVED. This is because old Qt WebKit web component will be removed from Qt and new Qt component for web viewing is based on Chromium, which is fucking joke. Some people hate Chromium because of many (technocal, philosophical, etical) reasons. Moreover, it lacks some useful features and is memory hungry. It is also very buggy in Qt now. Therefore now internal web browser is gone. Message preview component now uses much lighter solution and still can display certain HTML subset. RSS Guard was tweaked to be more friendly to external web browser. Double-clicking any message results in it being opened via external web browser. ▪ Global auto-update feed interval spinbox now has better format. (issue #176)
▪ PLEASE, fill this survey: http://goo.gl/forms/ASWg4TFxlS ▪ Message preview's font is now fully adjustable in settings. (issue #177)
▪ RSS Guard now depends only Qt 5.6 or higher. ▪ RSS Guard now automatically switches to SQLite backend if MySQL is not available on program startup.
▪ Newspaper view now allows marking individual messages read/unread/starred/unstarred.
Added: ▪ Added experimental support for tweakable statusbar. (issue #158)
▪ Opening of download manager when new file download starts is now optional. (issue #165)
▪ ownCloud plugin now can delete feeds and edit auto-update policy of feeds.
▪ Global auto-update feed interval spinbox now has better format. (issue #176) Fixed:
▪ Message preview's font is now fully adjustable in settings. (issue #177) ▪ Download manager now correctly displays download progress/info.
▪ RSS Guard now automatically switches to SQLite backend if MySQL is not available on program startup. ▪ Better detection of MySQL server status. (bug #169)
▪ Newspaper view now allows marking individual messages read/unread/starred/unstarred. ▪ Ordering of messages is now done on SQL server (stands for both MySQL and SQLite). (bug #172)
▪ Added experimental support for tweakable statusbar. (issue #158) ▪ Now title of the RSS/ATOM message is taken into account when deciding message "uniqueness". (bug #171)
▪ Opening of download manager when new file download starts is now optional. (issue #165) ▪ MySQL scripts improved. (bug #170)
▪ Fixed little problem with feed list hiding. (bug #163)
Fixed:
Changed:
▪ Download manager now correctly displays download progress/info. ▪ Better performance when recalculating counts of all/unread messages in categories with many feeds.
▪ Better detection of MySQL server status. (bug #169) ▪ Custom notification popup window is now removed, it was buggy on Windows 10. Windows 10 offers good built-in alternative. On Linux, we rely on D-Bus notifications.
▪ Ordering of messages is now done on SQL server (stands for both MySQL and SQLite). (bug #172)
▪ Now title of the RSS/ATOM message is taken into account when deciding message "uniqueness". (bug #171) 3.1.0
▪ MySQL scripts improved. (bug #170) —————
▪ Fixed little problem with feed list hiding. (bug #163)
Added:
Changed: ▪ NEW ACCOUNT PLUGIN: OwnCloud News API 1.2 is now supported. Note that the support in this version is experimental and relatively basic. So far only syncing of feeds/messages is supported. Feed/category adding/removing is not yet supported yet. The OwnCloud plugin will be enhanced in future RSS Guard versions.
▪ Recycle bins now have context menu. (issue #162)
▪ Better performance when recalculating counts of all/unread messages in categories with many feeds. ▪ User is now able to delete TT-RSS feeds. (issue #151)
▪ Custom notification popup window is now removed, it was buggy on Windows 10. Windows 10 offers good built-in alternative. On Linux, we rely on D-Bus notifications. ▪ Added ability to stop running batch feed update. (issue #157)
3.1.0 Fixed:
————— ▪ Some other minor fixes.
▪ Feed list hidden when respective menu item is unchecked. (bug #163)
Added: ▪ Standard RSS/RDF/ATOM relative URLs in entries should now be correctly loaded. (bug #160)
▪ Fixed some problems when adding feeds from external web browser like Firefox. (bug #135)
▪ NEW ACCOUNT PLUGIN: OwnCloud News API 1.2 is now supported. Note that the support in this version is experimental and relatively basic. So far only syncing of feeds/messages is supported. Feed/category adding/removing is not yet supported yet. The OwnCloud plugin will be enhanced in future RSS Guard versions. ▪ Fixed problem where custom HTTP timeout setting was ignored for TT-RSS account. (GitHub bug #9)
▪ Recycle bins now have context menu. (issue #162) ▪ Fixed problems with master update mutex locking. (bug #153)
▪ User is now able to delete TT-RSS feeds. (issue #151) ▪ Fixed some problems: "Add category to selected account" was enabled when it shouldn't be.
▪ Added ability to stop running batch feed update. (issue #157) ▪ ♥ Auto-updating of feeds fixed (again?!). ♥
▪ Fixed problem with adding feeds in TT-RSS accounts. (bug #154)
Fixed:
Changed:
▪ Some other minor fixes. ▪ Increased max feed network download timeout to 45 s.
▪ Feed list hidden when respective menu item is unchecked. (bug #163) ▪ Adjusted behavior of Google suggestions when no suggestions are available for give text.
▪ Standard RSS/RDF/ATOM relative URLs in entries should now be correctly loaded. (bug #160) ▪ Adjusted sorting, particularly in message list.
▪ Fixed some problems when adding feeds from external web browser like Firefox. (bug #135) ▪ Tweaked "remove duplicates" policy.
▪ Fixed problem where custom HTTP timeout setting was ignored for TT-RSS account. (GitHub bug #9) ▪ TT-RSS plugin can now restore messages from local recycle bin.
▪ Fixed problems with master update mutex locking. (bug #153)
▪ Fixed some problems: "Add category to selected account" was enabled when it shouldn't be. 3.0.2
▪ ♥ Auto-updating of feeds fixed (again?!). ♥ —————
▪ Fixed problem with adding feeds in TT-RSS accounts. (bug #154)
Added:
Changed: ▪ Import of OPML/TXT files now allows to fetch feed metadata from online feed source.
▪ Added generic "Add new feed" action, which can be accessed via "Feeds & messages" menu. (issue #146)
▪ Increased max feed network download timeout to 45 s. ▪ User can now specify destination root node when importing feeds. (issue #147)
▪ Adjusted behavior of Google suggestions when no suggestions are available for give text. ▪ Added support for import/export to/from plain TXT file (one feed URL per line). (issue #142)
▪ Adjusted sorting, particularly in message list. ▪ Optimized menu items in "Add new item" submenu. Added two new bindable actions for adding feeds & categories. (issues #146 and #148)
▪ Tweaked "remove duplicates" policy.
▪ TT-RSS plugin can now restore messages from local recycle bin. Changed:
▪ Some GUI refinements and fixes.
3.0.2 ▪ Added more logging entries.
————— ▪ "Clean all items" now does not clean messages from recycle bins.
Added: Fixed:
▪ Left over messages are now correctly deleted after sync-in is performed in TT-RSS account.
▪ Import of OPML/TXT files now allows to fetch feed metadata from online feed source. ▪ Made some rather big changes to sorting/filtering of feeds, which is now dynamic.
▪ Added generic "Add new feed" action, which can be accessed via "Feeds & messages" menu. (issue #146) ▪ Feeds are now (re)sorted when batch update finishes. (bug #150)
▪ User can now specify destination root node when importing feeds. (issue #147) ▪ Expand status if items in feed list are now persistent when performing sync-in of TT-RSS accounts. (bug #149)
▪ Added support for import/export to/from plain TXT file (one feed URL per line). (issue #142) ▪ Fixed problem with importing invalid OPML 2.0 files. (bug #145)
▪ Optimized menu items in "Add new item" submenu. Added two new bindable actions for adding feeds & categories. (issues #146 and #148) ▪ Fixed error in SQL initialization script which led to problems with in-memory SQLite DBs. (bug #140)
▪ Fixed problem with saving sort column/order for message list. (bug #141)
Changed: ▪ Fixed problem with reloading feeds with newly downloaded messages when read-only-visible feeds filter is activated. (bug #139)
▪ Some GUI refinements and fixes. 3.0.1
▪ Added more logging entries. —————
▪ "Clean all items" now does not clean messages from recycle bins.
Added:
Fixed: ▪ Background color of notifications is now changeable. (issue #134)
▪ Auto-update setting of individual Tiny Tiny RSS feeds can now be changed.
▪ Left over messages are now correctly deleted after sync-in is performed in TT-RSS account. ▪ RSS Guard is now useable as external RSS reader by common web browsers like Firefox etc. (issue #135)
▪ Made some rather big changes to sorting/filtering of feeds, which is now dynamic. ▪ Tiny Tiny RSS plugin now supports adding of new feeds.
▪ Feeds are now (re)sorted when batch update finishes. (bug #150) ▪ Activated accounts are now integrated into built-in web browser "add feed from website" feature.
▪ Expand status if items in feed list are now persistent when performing sync-in of TT-RSS accounts. (bug #149)
▪ Fixed problem with importing invalid OPML 2.0 files. (bug #145) Fixed:
▪ Fixed error in SQL initialization script which led to problems with in-memory SQLite DBs. (bug #140) ▪ Problem with adding/editing TT-RSS accounts. (bug #137)
▪ Fixed problem with saving sort column/order for message list. (bug #141)
▪ Fixed problem with reloading feeds with newly downloaded messages when read-only-visible feeds filter is activated. (bug #139) 3.0.0
—————
3.0.1
————— Added:
▪ Brand new Tiny Tiny RSS plugin.
Added: ▪ Brand new "service plugin system" - HIGHLY EXPERIMENTAL and REWRITTEN from scratch. Expect bugs and misunderstandings now! Major parts of RSS Guard were completely rewritten. Note that some functionality might be TEMPORARILY removed.
▪ Added ability to completely disable notifications (bug #128).
▪ Background color of notifications is now changeable. (issue #134) ▪ Added ability to hide status bar.
▪ Auto-update setting of individual Tiny Tiny RSS feeds can now be changed. ▪ Added ability to go to next unread message. (partially bug #112)
▪ RSS Guard is now useable as external RSS reader by common web browsers like Firefox etc. (issue #135)
▪ Tiny Tiny RSS plugin now supports adding of new feeds. Fixed:
▪ Activated accounts are now integrated into built-in web browser "add feed from website" feature. ▪ Tiny Tiny RSS plugin now supports HTTP authentication (Basic, NTLM, Digest). (bug #132)
▪ Fixed bug with updating feed. (bug #131)
Fixed: ▪ Solved problem when user selects HUGE number of individual messages and marks them read/unread. Reselecting them after change may cause RSS Guard to hang.
▪ Better info in popup notification when many feeds are updated.
▪ Problem with adding/editing TT-RSS accounts. (bug #137) ▪ Fixed obtaining of contents in RSS 2.0 feed entries. (bug #130)
▪ Improved popup informing about changes in newly installed version.
3.0.0 ▪ Icons in notification popups are now smaller (22 x 22 pixels).
————— ▪ Encoding selection widget in feed add/edit dialog now detects encodings via case insensitive string matching.
▪ When removing download item from download manager via DELETE key, then "Cleanup" button is correctly disabled.
Added:
2.5.2
▪ Brand new Tiny Tiny RSS plugin. —————
▪ Brand new "service plugin system" - HIGHLY EXPERIMENTAL and REWRITTEN from scratch. Expect bugs and misunderstandings now! Major parts of RSS Guard were completely rewritten. Note that some functionality might be TEMPORARILY removed.
▪ Added ability to completely disable notifications (bug #128). Added:
▪ Added ability to hide status bar. ▪ Added experimental support for fetching metadata for individual feeds via feed context menu. (issue #118)
▪ Added ability to go to next unread message. (partially bug #112) ▪ "Show unread feeds only" is now persistent between application sessions. GUI of this feature will be worked on in upcoming releases. (issue #119)
Fixed: Fixed:
▪ Fixed crash when adding Adblock subscription.
▪ Tiny Tiny RSS plugin now supports HTTP authentication (Basic, NTLM, Digest). (bug #132) ▪ Custom external web browser now correctly opens URLs on some operating systems. This seemed to primarily affect Linux distributions. (bug #123)
▪ Fixed bug with updating feed. (bug #131) ▪ Categories are now not expanded when selected using "Go to next/previous item" in feeds list. (bug #122)
▪ Solved problem when user selects HUGE number of individual messages and marks them read/unread. Reselecting them after change may cause RSS Guard to hang. ▪ Added action to expand/collapse currently selected item in feeds list. (enhancement #121)
▪ Better info in popup notification when many feeds are updated.
▪ Fixed obtaining of contents in RSS 2.0 feed entries. (bug #130) 2.5.1
▪ Improved popup informing about changes in newly installed version. —————
▪ Icons in notification popups are now smaller (22 x 22 pixels).
▪ Encoding selection widget in feed add/edit dialog now detects encodings via case insensitive string matching. Added:
▪ When removing download item from download manager via DELETE key, then "Cleanup" button is correctly disabled. ▪ Key used for proxy/feed password coding is now stored in separate file. This file lies in the same directory as configuration file. If your use password-protected proxy/feeds, then make sure that NOBODY gets access to that file and your DB file in the same time.
▪ Notifications on Linux now support D-Bus "org.freedesktop.Notifications" service. User must have enabled "modern & fancy notifications" for this to work. If D-Bus service is not available, then feature falls back to RSS Guard custom popup notifications.
2.5.2
————— Fixed:
▪ Size of downloaded website artifacts is now not hidden by progress bar.
Added: ▪ Auto-updating of feeds fixed, error was due to master mutex double locking. (issue #117)
▪ Fixed some memory leaks which might appear when adding/editing categories/feeds.
▪ Added experimental support for fetching metadata for individual feeds via feed context menu. (issue #118)
▪ "Show unread feeds only" is now persistent between application sessions. GUI of this feature will be worked on in upcoming releases. (issue #119) 2.5.0
—————
Fixed:
Added:
▪ Fixed crash when adding Adblock subscription. ▪ Implemented ability to display ONLY FEEDS WITH SOME UNREAD MESSAGES. This behavior can be controlled by action in menu 'Feeds -> Show only unread feeds/categories' (issue #52). Behavior is this:
▪ Custom external web browser now correctly opens URLs on some operating systems. This seemed to primarily affect Linux distributions. (bug #123)
▪ Categories are now not expanded when selected using "Go to next/previous item" in feeds list. (bug #122) ▪ User selects some feeds with unread messages, reads them all.
▪ Added action to expand/collapse currently selected item in feeds list. (enhancement #121) ▪ User switches to another feed.
▪ Previously selected feed (now has no unread messages) is now hidden.
2.5.1
————— Note that this feature also works when you e.g. mark message(s) as read/unread or when you restore some messages from recycle bin. Also when feeds are updated, then filter is invalidated.
Added: ▪ Password in feeds & proxy & MySQL are now saved in encrypted form. This means that all passwords from RSS Guard older than 2.5.0 are lost!!! Set your passwords again. Used encryption scheme is meant to only make sure that passwords are not stored in DB/settings in plain form. It is not meant to protect your passwords in any broader way. Attacker can exploit your passwords if he really wants.
▪ Fancy & modern popup notifications (turned on by default).
▪ Key used for proxy/feed password coding is now stored in separate file. This file lies in the same directory as configuration file. If your use password-protected proxy/feeds, then make sure that NOBODY gets access to that file and your DB file in the same time. ▪ Enhanced information in download manager.
▪ Notifications on Linux now support D-Bus "org.freedesktop.Notifications" service. User must have enabled "modern & fancy notifications" for this to work. If D-Bus service is not available, then feature falls back to RSS Guard custom popup notifications. Added ability to change font for internal message viewer.
▪ Updated URLs of some Adblock subscriptions.
Fixed: ▪ (Windows only) Updated bundled Qt runtime to versions 4.8.7/5.5.0. Pre-builded binaries use Qt 5. Although this results in larger installation files, this is good for future, because Qt 5 is newer and has better support.
▪ Size of downloaded website artifacts is now not hidden by progress bar. Fixed:
▪ Auto-updating of feeds fixed, error was due to master mutex double locking. (issue #117) ▪ Adblock subscriptions starting with faulty " [Adblock..."] are now correctly loaded.
▪ Fixed some memory leaks which might appear when adding/editing categories/feeds.
2.4.2
2.5.0 —————
—————
Fixed:
Added: ▪ Browse button in 'Downloads' section of settings is now correctly disabled when needed.
▪ Icon cache is now automatically cleared after most of application is loaded. This should save some memory.
▪ Implemented ability to display ONLY FEEDS WITH SOME UNREAD MESSAGES. This behavior can be controlled by action in menu 'Feeds -> Show only unread feeds/categories' (issue #52). Behavior is this:
2.4.1
▪ User selects some feeds with unread messages, reads them all. —————
▪ User switches to another feed.
▪ Previously selected feed (now has no unread messages) is now hidden. Added:
▪ Experimental support for lighter version of Adblock component. It is configurable via status bar icon in bottom-right corner of main application window. It supports Adblock Plus filters. It is disabled by default. DO NOT user Adblock component if you wish to have LOW memory footprint or use very limited set of rules. Big set of rules makes RSS Guard more RAM hungry. (issue #7)
Note that this feature also works when you e.g. mark message(s) as read/unread or when you restore some messages from recycle bin. Also when feeds are updated, then filter is invalidated. ▪ Unavailable actions in menus are automatically disabled when such a situation arises. (issue #28)
▪ Added support for Google auto-suggest API. Just type your phrase in internal web browser location text box and Google will help you out.
▪ Password in feeds & proxy & MySQL are now saved in encrypted form. This means that all passwords from RSS Guard older than 2.5.0 are lost!!! Set your passwords again. Used encryption scheme is meant to only make sure that passwords are not stored in DB/settings in plain form. It is not meant to protect your passwords in any broader way. Attacker can exploit your passwords if he really wants.
▪ Fancy & modern popup notifications (turned on by default). Fixed:
▪ Enhanced information in download manager. ▪ Source code now uses QStringLiteral/QLatin1String class for character literals.
Added ability to change font for internal message viewer. ▪ Internal message previewer is now cleared only once when switching feeds.
▪ Updated URLs of some Adblock subscriptions. ▪ Database cleanup tools now do support "shrinking" in in-memory databases, althouth it is bit hacky.
▪ (Windows only) Updated bundled Qt runtime to versions 4.8.7/5.5.0. Pre-builded binaries use Qt 5. Although this results in larger installation files, this is good for future, because Qt 5 is newer and has better support. ▪ Google suggest API now prevents completion if ENTER in address textbox is hit.
▪ Double-clickin on message now results in opening source article in mini web browser.
Fixed:
2.4.0
▪ Adblock subscriptions starting with faulty " [Adblock..."] are now correctly loaded. —————
2.4.2 Added:
————— ▪ Initial support for databse cleaning. See menu 'Tools -> Cleanup database'. (issue #101)
▪ RSS Guard is now able to export/import feed/category icons to/from OPML 2.0 files.
Fixed: ▪ Localizations now load their titles for localization list automatically.
▪ All feeds are by default checked when exporting/importing them.
▪ Browse button in 'Downloads' section of settings is now correctly disabled when needed. ▪ Message previewer now displays MIME type of all podcasts too. This MIME type is also stored in DB.
▪ Icon cache is now automatically cleared after most of application is loaded. This should save some memory. ▪ Ability to fetch only new icon for feed from its online source.
▪ Message view now automatically scrolls to selected message when changing filter string.
2.4.1 ▪ Some small memory footprint enhancements.
————— ▪ Option to search highlighted text in web browser via Google, available from context menu. (issue #72)
Added: Fixed:
▪ Marking feed(s) unread now correctly marks also selected message unread.
▪ Experimental support for lighter version of Adblock component. It is configurable via status bar icon in bottom-right corner of main application window. It supports Adblock Plus filters. It is disabled by default. DO NOT user Adblock component if you wish to have LOW memory footprint or use very limited set of rules. Big set of rules makes RSS Guard more RAM hungry. (issue #7) ▪ Threads for feed updating are created only when really needed.
▪ Unavailable actions in menus are automatically disabled when such a situation arises. (issue #28) ▪ Reworked DB initialization scripts which allow to use OPML to do initial feed population.
▪ Added support for Google auto-suggest API. Just type your phrase in internal web browser location text box and Google will help you out. ▪ Titles and descriptions of feeds are now fetched correctly in feed add/edit dialog.
Fixed: 2.3.1
—————
▪ Source code now uses QStringLiteral/QLatin1String class for character literals.
▪ Internal message previewer is now cleared only once when switching feeds. Added:
▪ Database cleanup tools now do support "shrinking" in in-memory databases, althouth it is bit hacky. ▪ Danish localization.
▪ Google suggest API now prevents completion if ENTER in address textbox is hit.
▪ Double-clickin on message now results in opening source article in mini web browser. Fixed:
▪ Enhanced downloading of feed icons. Now combines Google API along with the actual links obtained from feed XMLs.
2.4.0 ▪ Fixed restarting issues. (issue #109)
————— ▪ Target directory settings is now used for all kinds of downloading + when prompt for each download destination is set, then previously used folder is saved. (issue #108)
▪ Fixed solarized skin. (issue #111)
Added: ▪ Keyboard shorcuts and toolbar editors now have alphabetically sorted actions. Toolbar editor switched from drag/drop to buttons. You can use CTRL+UP/DOWN arrow to move buttons in toolbar editor or double-click them to add/remove them. (issue #110)
▪ New constructs on source code level.
▪ Initial support for databse cleaning. See menu 'Tools -> Cleanup database'. (issue #101) ▪ Many minor fixes, mainly code cleanup and refactoring.
▪ RSS Guard is now able to export/import feed/category icons to/from OPML 2.0 files.
▪ Localizations now load their titles for localization list automatically. 2.3.0
▪ All feeds are by default checked when exporting/importing them. —————
▪ Message previewer now displays MIME type of all podcasts too. This MIME type is also stored in DB.
▪ Ability to fetch only new icon for feed from its online source. Fixed:
▪ Message view now automatically scrolls to selected message when changing filter string. ▪ Some MySQL-related fixes.
▪ Some small memory footprint enhancements.
▪ Option to search highlighted text in web browser via Google, available from context menu. (issue #72) Added:
▪ User now can specify MySQL target database by name. (issue #107)
Fixed: ▪ Automatic detection of feeds on websites. User loads website and can add feeds via custom web browser toolbar button. (issue #47)
▪ Better format for logged messages. Logging to file is possible via "rssguard 2> log.txt" command.
▪ Marking feed(s) unread now correctly marks also selected message unread. ▪ Full support for podcasts (issue #81). Supports RSS 2.0 podcasts and ATOM 1.0 podcasts. In ATOM, RSS Guard is able to fetch multiple podcasts per message. Podcasts are displayed as additional URL addresses in message preview panel.
▪ Threads for feed updating are created only when really needed.
▪ Reworked DB initialization scripts which allow to use OPML to do initial feed population. 2.2.0
▪ Titles and descriptions of feeds are now fetched correctly in feed add/edit dialog. —————
2.3.1 Fixed:
————— ▪ Fixed issue #53 - removing of duplicate messages. Feature is available globally in "Settings -> Messages".
▪ Fixed issue #100 - saving HTML web pages.
Added: ▪ Fixed issues #106, #65.
▪ Danish localization. Added:
▪ Completely new downloader (see menu Tools -> Downloads) forked from original Qt examples.
Fixed:
Changed:
▪ Enhanced downloading of feed icons. Now combines Google API along with the actual links obtained from feed XMLs. ▪ Updater now displays full changelog.
▪ Fixed restarting issues. (issue #109)
▪ Target directory settings is now used for all kinds of downloading + when prompt for each download destination is set, then previously used folder is saved. (issue #108) 2.1.0
▪ Fixed solarized skin. (issue #111) —————
▪ Keyboard shorcuts and toolbar editors now have alphabetically sorted actions. Toolbar editor switched from drag/drop to buttons. You can use CTRL+UP/DOWN arrow to move buttons in toolbar editor or double-click them to add/remove them. (issue #110)
▪ New constructs on source code level. Fixed:
▪ Many minor fixes, mainly code cleanup and refactoring. ▪ Fixed bug #105, #103.
2.3.0 Added:
————— ▪ Embedded web browser supports printing of its contents, feature is accessible via web browser context menu.
▪ Embedded web browser now displays navigation toolbar even in message preview mode/newspaper mode when user loads external links.
Fixed:
2.0.0.4
▪ Some MySQL-related fixes. ———————
Added: Fixed:
▪ Database is now correctly restored when using SQLite memory databases.
▪ User now can specify MySQL target database by name. (issue #107) ▪ When items are deleted from recycle bin then they are kept in DB and marked as "permanently deleted" (bug #95).'
▪ Automatic detection of feeds on websites. User loads website and can add feeds via custom web browser toolbar button. (issue #47)
▪ Better format for logged messages. Logging to file is possible via "rssguard 2> log.txt" command. Added:
▪ Full support for podcasts (issue #81). Supports RSS 2.0 podcasts and ATOM 1.0 podcasts. In ATOM, RSS Guard is able to fetch multiple podcasts per message. Podcasts are displayed as additional URL addresses in message preview panel. ▪ Layout orientation of message list/viewer is now changeable via "View" menu (bug report #98).
▪ Sort order/column in message list is now persistent (bug #97).
2.2.0 ▪ Inline searching in feed/message list is now case insensitive and more polished (bug report #84).
————— ▪ Items in feed list (categories and feeds) now can be re-arranged via drag-drop functionality (issue report #91).
▪ Tray icon now displays blue number of unread messages if any of those messages is newly downloaded from online feed (enhancement #87).
Fixed: ▪ Fixed issue request #95: items are now permanently hidden (not deleted from database) when "deleted" from recycle bin.
▪ Issue request #95: moreover custom incremental ability to update database schema was added to keep RSS Guard 2.0.0.4+ fully compatible with previous releases. Incremental algorithm supports both database backends.
▪ Fixed issue #53 - removing of duplicate messages. Feature is available globally in "Settings -> Messages".
▪ Fixed issue #100 - saving HTML web pages. 2.0.0.3
▪ Fixed issues #106, #65. ———————
Added: Fixed:
▪ Fixed #76, #75, #82, #79, #85 #78, #92, #93.
▪ Completely new downloader (see menu Tools -> Downloads) forked from original Qt examples.
Added:
Changed: ▪ Settings/database can now experimentally be exported/imported.
▪ Added Swedish localization (thanks to Åke Engelbrektson).
▪ Updater now displays full changelog. ▪ Parent item is now selected when adding new category/feed with that parent pre-selected in feed view.
▪ Message date/time format is now changeable.
2.1.0
————— 2.0.0.2
———————
Fixed:
Fixed:
▪ Fixed bug #105, #103. ▪ Fully portable settings is now used as default if non portable settings does not exist yet.
▪ List of actions in toolbar editor now does not allow copying of items.
Added: ▪ Keyboard search for message list should now work with Qt 4.
▪ Overall code cleanups and refactoring primarily in area of feed/message models and recycle bin functionality.
▪ Embedded web browser supports printing of its contents, feature is accessible via web browser context menu. ▪ Fixed bugs #66, #67, #69, #64, #48.
▪ Embedded web browser now displays navigation toolbar even in message preview mode/newspaper mode when user loads external links. ▪ Blau skin now has colored webkit scrollbars, fixed some button widths and enhanced menu popup tool buttons.
2.0.0.4 Added:
——————— ▪ Application can now be safely restarted from within main menu.
▪ HTTP request for feed files now contains special "Accept" header.
Fixed: ▪ Recycle bin with ability to trash or restore the whole bin or individual messages.
▪ MySQL backend now allows to defragment/optimize RSS Guard database.
▪ Database is now correctly restored when using SQLite memory databases. ▪ Three new skins, including solarized skin. Vergilius improved.
▪ When items are deleted from recycle bin then they are kept in DB and marked as "permanently deleted" (bug #95).'
Changed:
Added: ▪ File downloader now resolves "feed://" URI scheme to "http://" URI scheme.
▪ Target message is now selected instead of highlighted when searching with keyboard.
▪ Layout orientation of message list/viewer is now changeable via "View" menu (bug report #98).
▪ Sort order/column in message list is now persistent (bug #97). 2.0.0.1
▪ Inline searching in feed/message list is now case insensitive and more polished (bug report #84). ———————
▪ Items in feed list (categories and feeds) now can be re-arranged via drag-drop functionality (issue report #91).
▪ Tray icon now displays blue number of unread messages if any of those messages is newly downloaded from online feed (enhancement #87). Fixed:
▪ Fixed issue request #95: items are now permanently hidden (not deleted from database) when "deleted" from recycle bin. ▪ Some visual tweaking.
▪ Issue request #95: moreover custom incremental ability to update database schema was added to keep RSS Guard 2.0.0.4+ fully compatible with previous releases. Incremental algorithm supports both database backends. ▪ URL redirection now works with relative redirecting addresses.
▪ Messages are now sorted using active locale.
2.0.0.3 ▪ Fixed bug #49 and duplicate feed/category detection.
——————— ▪ Experimentally fixed bug #50.
▪ NSIS installer is now portable. It makes only ONE access to registry and you can use it to install RSS Guard to any location such as USB flash drives.
Fixed:
Added:
▪ Fixed #76, #75, #82, #79, #85 #78, #92, #93. ▪ RSS Guard now accepts donations, see "Help" menu for more information.
▪ Tray icon tooltips now displays number of unread messages if there is at least one unread message.
Added: ▪ Re-introduced "blau" (dark) skin.
▪ Import/export dialog now offers "Check/uncheck all items" button.
▪ Settings/database can now experimentally be exported/imported.
▪ Added Swedish localization (thanks to Åke Engelbrektson). Changed:
▪ Parent item is now selected when adding new category/feed with that parent pre-selected in feed view. ▪ Selection in feed list is now single.
▪ Message date/time format is now changeable. ▪ Keyboard navigation to "next/previous" item in feed list is now recursively hybrid.
2.0.0.2 2.0.0.0
——————— ———————
Fixed: Fixed:
▪ Improved behavior of updater. Switched to NSIS installers.
▪ Fully portable settings is now used as default if non portable settings does not exist yet. ▪ Adjusted OS/2 icon handling.
▪ List of actions in toolbar editor now does not allow copying of items. ▪ Toolbars tweaked.
▪ Keyboard search for message list should now work with Qt 4. ▪ Source code huge refactorings.
▪ Overall code cleanups and refactoring primarily in area of feed/message models and recycle bin functionality. ▪ Flag icons are now separated into their own directory.
▪ Fixed bugs #66, #67, #69, #64, #48. ▪ File downloaders are now thinner.
▪ Blau skin now has colored webkit scrollbars, fixed some button widths and enhanced menu popup tool buttons. ▪ GUI tweaked.
▪ Database connections are only used when really needed.
Added:
Added:
▪ Application can now be safely restarted from within main menu. ▪ Added NSIS-based "portable" installer for Windows and restructured update process.
▪ HTTP request for feed files now contains special "Accept" header. ▪ Added experimental support for exporting and importing feeds to/from OPML 2.0.
▪ Recycle bin with ability to trash or restore the whole bin or individual messages. ▪ Feeds now change their color to red if their network status reports error - feed is not reachable or was moved or is unavailable due to other errors.
▪ MySQL backend now allows to defragment/optimize RSS Guard database.
▪ Three new skins, including solarized skin. Vergilius improved. Changed:
▪ Added newly-compiled SQL libraries - MariaDB, Postgre SQL.
Changed:
▪ File downloader now resolves "feed://" URI scheme to "http://" URI scheme.
▪ Target message is now selected instead of highlighted when searching with keyboard.
2.0.0.1
———————
Fixed:
▪ Some visual tweaking.
▪ URL redirection now works with relative redirecting addresses.
▪ Messages are now sorted using active locale.
▪ Fixed bug #49 and duplicate feed/category detection.
▪ Experimentally fixed bug #50.
▪ NSIS installer is now portable. It makes only ONE access to registry and you can use it to install RSS Guard to any location such as USB flash drives.
Added:
▪ RSS Guard now accepts donations, see "Help" menu for more information.
▪ Tray icon tooltips now displays number of unread messages if there is at least one unread message.
▪ Re-introduced "blau" (dark) skin.
▪ Import/export dialog now offers "Check/uncheck all items" button.
Changed:
▪ Selection in feed list is now single.
▪ Keyboard navigation to "next/previous" item in feed list is now recursively hybrid.
2.0.0.0
———————
Fixed:
▪ Improved behavior of updater. Switched to NSIS installers.
▪ Adjusted OS/2 icon handling.
▪ Toolbars tweaked.
▪ Source code huge refactorings.
▪ Flag icons are now separated into their own directory.
▪ File downloaders are now thinner.
▪ GUI tweaked.
▪ Database connections are only used when really needed.
Added:
▪ Added NSIS-based "portable" installer for Windows and restructured update process.
▪ Added experimental support for exporting and importing feeds to/from OPML 2.0.
▪ Feeds now change their color to red if their network status reports error - feed is not reachable or was moved or is unavailable due to other errors.
Changed:
▪ Added newly-compiled SQL libraries - MariaDB, Postgre SQL.
▪ Updated bundled OpenSSL libraries for Windows portable version. ▪ Updated bundled OpenSSL libraries for Windows portable version.