rssguard/resources/text/CHANGELOG

551 lines
27 KiB
Plaintext
Raw Normal View History

2020-09-01 07:37:51 +02:00
3.7.2
—————
Added:
▪ Parent item/folder in add category/feed dialog is now correctly preselected according
to current feed's list selection. (#84)
▪ Icons of parent item/folder are now correctly displayed in add feed/category dialogs.
▪ Ability to update only feeds with custom auto-update policy set. (#88)
▪ Enhanced feed's list context menus, now displays "Add feed/category here".
Fixed/changed:
▪ Fixed build on ARM machines.
2020-08-25 12:29:57 +02:00
3.7.1
—————
Added:
▪ Gmail plugin is now able to send e-mail messages and also reply to them.
▪ Branch arrows in feeds list can now be displayed.
▪ Changes of read/important field in a message from a message filter are now synced
2020-08-25 12:29:57 +02:00
back to online services. (#258)
▪ Filterin mechanism now accepts constants named "MSG_ACCEPT" and "MSG_IGNORE"
which can be used instead of hardcoded values "1" and "2".
Fixed/changed:
▪ Message previewers now more correctly convert ASCII newlines to HTML line breaks
to ensure better readability of message contents.
▪ Localizations updated.
▪ Accented characters now correctly decoded for Inoreader. (#268)
▪ Fixed decoding of attachment URLs in messages.
▪ Gmail API usage migrated to correct "batch" endpoints.
▪ Crash in message filters window. (bug #257)
▪ Some files were not downloaded correctly via internal downloader (bug #256)
▪ OAuth handler was rewritten and is now able to listen on arbitrary destination port.
▪ C++ 11 code base refactorings.
2020-07-13 08:52:45 +02:00
3.7.0
—————
Added:
▪ Fully scriptable MESSAGE FILTERING:
▪ Is avaialble for all accounts, including TT-RSS, Inoreader, etc.
▪ Is fully scriptable with JavaScript.
▪ Almost all attributes of every single message are changeable.
▪ You can assign the same filter to multiple feeds.
▪ There is a special JavaScript function which allows you to check if message is "duplicate".
▪ There is a simple dialog for creating and testing filters.
▪ Filters are automagically applied when new messages are downloaded.
▪ See dialog accessible from menu "Messages -> Message filters".
▪ Note that this feature is highly experimental, report bugs, please.
▪ For more information, see https://github.com/martinrotter/rssguard/wiki/Message-filtering
▪ Delay for first automatic feed update after application launch is now configurable and defaults to smaller value.
▪ It is now possible to download UNREAD messages ONLY for TT-RSS and Nextcloud News accounts. See settings dialog for each respective account.
▪ All accounts now offer "Important message" node in feed's list which allows you to
elegantly display all important messages you have.
▪ Message list is now able to show UNREAD messages only, see "Messages" menu. Setting is persistent.
▪ RSS parser now partially supports M-RSS.
Fixed/changed:
▪ Localizations updated.
▪ Show correct DB size for MariaDB in DB cleanup dialog.
▪ Sorting in feed's list is now case insensitive.
▪ Fixed couple of crashes when saving in-memory SQLite databases to persistent file.
▪ Simplified code for OAuth2.0 flow, removed WebEngine-based solution entirely, rely on system web browser to handle the challenge.
▪ Fixed mouse selections in message's list when "keep selection in center" setting is enabled.
▪ Feed updating logic was rewritten and now should be more reliable.
▪ Some obsolete code removed and refactored.
▪ Purging of messages wasn't purgin important messages if chosen, now fixed.
▪ Fixed errors in internal SQL code when displaying empty message list.
2020-06-03 08:35:36 +02:00
3.6.3
—————
Fixed/changed:
▪ Fixed some compiler warnings.
▪ Fixed application crash when doing some network operations when application exits.
▪ Some localizations now have more precise country codes. Localizations were also synced.
2020-05-15 10:11:44 +02:00
3.6.2
—————
Fixed/changed:
▪ Added correct @executable_path to librssguard.dylib to make .dmg bundles running more correctly on Mac OS X.
2020-05-07 08:19:42 +02:00
3.6.1
—————
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.
2020-04-30 11:22:45 +02:00
3.6.0
—————
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.
2020-04-30 11:22:45 +02:00
▪ 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.
2019-06-04 13:16:48 +02:00
3.5.9
—————
Added:
▪ Font in message and feed lists is now changeable, including its size. (#187)
Fixed:
▪ Broken backward compatibility to Qt 5.7.
2019-05-31 08:40:24 +02:00
3.5.8
—————
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.
2018-05-28 06:53:14 +02:00
3.5.7
2017-12-06 20:29:35 +01:00
—————
2019-04-04 09:30:57 +02:00
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)
2018-05-28 06:53:14 +02:00
Fixed:
2019-04-04 09:30:57 +02:00
▪ 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.
2018-05-28 06:53:14 +02:00
▪ Crash related to feed update to be finished in worker thread.
2018-04-03 11:16:46 +02:00
Changed:
2019-04-04 09:30:57 +02:00
▪ 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.
2018-04-03 11:16:46 +02:00
▪ Enhanced behavior of "Select next/previous item" in feed's list.
3.5.6
—————
2017-12-06 20:29:35 +01:00
Fixed:
2018-04-03 11:16:46 +02:00
▪ Some minor stuff fixes.
2018-01-04 06:37:47 +01:00
▪ 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)
2017-12-06 20:29:35 +01:00
▪ Missing obligatory attribute in OPML 2.0 files. (bug #166)
2017-10-23 07:00:51 +02:00
3.5.5
2017-10-22 19:54:22 +02:00
—————
2017-10-23 09:41:39 +02:00
Added:
2017-10-25 11:23:49 +02:00
▪ 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.
2017-10-25 07:05:07 +02:00
▪ New context menu internal web viewer action to open links in ext. browser (#80)
2017-10-23 09:41:39 +02:00
▪ New bindable menu action Messages -> Enable message preview, which can disable opening message preview in internal web viewer. (#141)
2017-10-22 19:54:22 +02:00
Fixed:
2017-10-23 07:00:51 +02:00
▪ Displaying correct update files. (#155)
2017-10-22 19:54:22 +02:00
2017-10-23 07:00:51 +02:00
3.5.4
2017-10-20 10:37:34 +02:00
—————
2017-10-20 22:31:23 +02:00
Fixed:
2017-10-23 07:00:51 +02:00
▪ First item in itemviews is now selected when focus is gained. (#142)
2017-10-20 22:31:23 +02:00
▪ Some feed files do not have URLs of messages properly sanitized. Strip "\n" and "\t" from URls. (bug #154)
2017-10-20 10:37:34 +02:00
2017-10-10 13:27:14 +02:00
3.5.1
—————
Added:
▪ Font size of message/feed list can now be changed. (#145)
2017-10-10 13:27:14 +02:00
▪ Inoreader plugin can mark messages starred.
▪ All cached online service data are synchronously saved when any feed is updated.
2017-10-10 06:35:04 +02:00
3.5.0
2017-09-07 06:52:49 +02:00
—————
2017-10-10 07:38:56 +02:00
POLLS: https://goo.gl/forms/7bJNr33Ii22Q1c3k2
2017-09-09 09:21:30 +02:00
Added:
2017-10-10 06:35:04 +02:00
▪ All application resources (skins, icons, ...) are now compiled into the executable file. This allows for easier deployment.
2017-09-26 09:33:59 +02:00
▪ "Add account" dialog is displayed when app is launched and no accounts exist so far.
2017-10-10 06:52:55 +02:00
▪ 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.
2017-09-22 06:50:34 +02:00
▪ NextCloud plugin now allows to persistently set max number of messages to get downloaded per feed.
2017-09-10 12:01:10 +02:00
▪ Added support for arbitrary external tools (settings category "Web browser & e-mail & proxy") which can open URLs of selected messages. (#136)
2017-09-09 09:21:30 +02:00
▪ Standard account is now automatically added if RSS Guard is started with empty database.
2017-09-10 10:40:33 +02:00
▪ 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)
2017-09-09 09:21:30 +02:00
2017-09-07 06:52:49 +02:00
Fixed:
▪ Fixed build on some Unit-like operating systems.
3.4.2
—————
Added:
2017-07-28 09:58:43 +02:00
▪ All (well, almost all) web-engine attributes can be disabled/enabled, including JS/plugins. (#57)
▪ Some minor tweaks/fixes.
2017-07-20 12:21:18 +02:00
▪ New Ad-Block feature for internal web browser. Based on Qt examples and QupZilla. Original license GNU GPLv3 is retained. (#123)
▪ New Qt 5.9.1 release.
▪ New SSL libraries.
▪ Binaries are now compiled on x64-only mode for Windows!!!
2017-03-13 07:12:22 +01:00
3.4.1
—————
2017-03-15 09:47:04 +01:00
Added:
2017-06-16 12:54:37 +02:00
▪ Toolbar editor can reset toolbars.
▪ Toolbar editor now uses iconified tool buttons.
▪ Double mouse click on feed or recycle bin items in feeds list now opens all messages of the item in newspaper mode.
2017-06-07 08:45:08 +02:00
▪ Columns in message list can be hidden/shown/reordered with context menu. (issue #115)
2017-06-06 10:27:08 +02:00
▪ Auto-update notification is now switchable. (issue #119)
▪ Messages which are not removed or restored are not instantly deleted from list, they are striked-through instead. This is more resource friendly.
▪ Message list is now not reloaded when doing batch message operations.
▪ Message list SQL queries are now fully adjustable. This will allow for integration of labels functionality in the future.
▪ Auto-update status of feeds is now more general and complete. (issue #91)
2017-05-03 08:03:53 +02:00
▪ Display feed title in list of messages. (issue #97)
▪ Displayed feeds can now be sorted by multiple columns. Do you want to sort by author, and THEN by title? Simply click first "Title" column, then on "Author" column. If you hold CTRL during sorting, the sort is done in reverse column order.
2017-03-15 09:47:04 +01:00
2017-03-13 07:12:22 +01:00
Changed:
▪ Updating of RSS Guard now uses GitHub API. (issue #109)
▪ Better ATOM/RSS parsing, respects now XML namespaces, bit better link parsing and other stuff. (issue #104)
2017-03-13 07:12:22 +01:00
▪ Folder which holds SQL scripts got renamed to "sql".
2017-03-14 07:10:55 +01:00
▪ Tweaked some conditions for determining newly "updated" messages in ATOM format. (issue #103)
2017-03-13 07:12:22 +01:00
Fixed:
2017-07-08 09:34:47 +02:00
▪ Tab not closing after close button click on Mac OS X. (#126)
▪ Wrong tab bar item close button position on Mac OS X. (#128)
▪ Settings and database are now stored in more standard directories on Mac OS X. (#127)
▪ Fixed regression when restoring deleted messages.
▪ Crash in TT-RSS plugin on application exit, when TT-RSS user needed to be logged out.
2017-02-08 09:37:36 +01:00
3.4.0
—————
2017-02-20 09:05:45 +01:00
Added:
▪ New icons (CC 3.0 BY) inspired by the work of Dave Gandy.
2017-02-22 07:48:13 +01:00
▪ "Cleanup database" action has now configurable shortcut. (issue #90)
2017-02-20 09:05:45 +01:00
▪ Fixed #76, now user can choose to "not show the dialog again" when opening hyperlink from message previewer. This only concerns the lite version of RSS Guard which uses simpler text component for message previewing.
2017-02-08 09:37:36 +01:00
Changed:
▪ (Linux only) Primary user data/config storage is now undex $HOME/.config/RSS Guard. XDG_CONFIG_HOME variable is respected. If old user data is detected, then old user data path is used. Note that the location of cache is now changed too to $XDG_{CACHE,DATA}_HOME/RSS Guard.
2017-02-08 09:37:36 +01:00
▪ RSS Guard now uses "_" character as localization file names separator. (issue #75)
▪ Localizations are now placed in "translations" subfolder instead of "l10n" subfolder. (issue #75)
2017-01-25 07:01:22 +01:00
3.3.8
—————
Fixed:
▪ Percent HTML encoding is now decoded when messages are downloaded. (bug #83)
2016-09-14 12:52:36 +02:00
3.3.6
—————
2016-11-09 08:48:07 +01:00
Added:
2017-01-20 08:47:42 +01:00
▪ User now can place custom user skins in user "data" folder. (issue #81) See "About" dialog for the exact path.
2017-01-13 09:31:31 +01:00
▪ User now can select if DB transactions are enabled or not. (bug #70) By default, DB transactions are now switched OFF, therefore anyone who wants better performance, must turn them ON in app settings.
2017-01-03 07:18:10 +01:00
▪ MySQL database backend now requires at least version 5.5, DB encoding is now changed to utf8mb4 character set. (bug #74)
2016-11-09 08:48:07 +01:00
▪ Height if message attachment image is now configurable, defaults to 36. (issue #69)
▪ All textual contents of all messages are now locally saved in explicit UTF-8 encoding. This is partially because of MySQL backend. We need to keep encoding of data sent to DB and encoding of DB itself in parity.
2016-11-09 08:48:07 +01:00
2016-09-15 07:36:14 +02:00
Changed:
▪ TT-RSS plugin now does NOT require service URL to be entered with "/api/" suffix. In other words, do not use that suffix now, RSS Guard will add it silently when it needs to.
2016-09-14 12:52:36 +02:00
Fixed:
▪ Fixed problem with strings in core being rendered untranslated. (bug #60)
2016-11-10 07:01:02 +01:00
▪ Fixed problem with feed updates progress bar flickering. (bug #73)
▪ Partially fixed problem with incorrect number of downloaded messages being reported. (bug #70)
2016-09-14 12:52:36 +02:00
2016-09-01 07:20:46 +02:00
3.3.5
—————
Added:
▪ Qt "styles" are now configurable via settings and not hardcoded in "skin" files. Default "style" is now "Fusion" and can be changed to anything else in settings.
2016-09-01 07:20:46 +02:00
Changed:
▪ Made some tweaks regarding bug #41. Number of new messages is now determined in feed downloader working thread too.
Fixed:
2016-09-13 08:28:21 +02:00
▪ Fixed problem with updating states of messages in Nextcloud. Remove and re-add your account to fix the problem!! (bug #59)
2016-09-01 07:20:46 +02:00
2016-08-29 07:55:18 +02:00
3.3.4
2016-08-15 10:49:09 +02:00
—————
2016-08-19 10:33:02 +02:00
Added:
2016-08-26 08:01:13 +02:00
▪ Development builds are now automatically compiled for Windows and Mac OS X. See https://github.com/martinrotter/rssguard/tree/build-artifacts for links and more information.
2016-08-19 10:33:02 +02:00
▪ RSS Guard now can be compiled WITHOUT QtWebEngine module. Minimal Qt required was also lowered to 5.6.0.
2016-08-15 10:49:09 +02:00
Changed:
2016-08-29 07:36:34 +02:00
▪ Obtaining feed metadata including icons is now improved a bit.
2016-08-15 10:49:09 +02:00
▪ Big application core refactoring. Many functions rewritten, some bad code removed.
2016-08-22 11:21:25 +02:00
Fixed:
2016-08-25 10:28:56 +02:00
▪ RSS Guard could not stop ongoing feed updates. (bug #52)
2016-08-22 11:21:25 +02:00
▪ RSS Guard was not launchable in Windows XP. (bug #53)
2016-08-23 10:14:19 +02:00
▪ RSS Guard crashed when switching msg status during feed updates. (bug #41)
2016-08-22 11:21:25 +02:00
2016-08-10 13:11:52 +02:00
3.3.3
2016-07-27 10:36:46 +02:00
—————
Added:
▪ Message viewer now displays thumbnails of image message attachments. (issue #39)
2016-08-02 09:22:57 +02:00
▪ 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)
2016-07-27 10:36:46 +02:00
2016-08-03 07:57:01 +02:00
Fixed:
▪ Correct message is now selected after some feed gets updated. Multi-selection is not maintained, only focused ("current") message selection is. (bug #46)
2016-08-03 07:57:01 +02:00
▪ RSS Guard correctly saves windows size/position when maximized on exit. (bug #45)
2016-08-10 08:10:41 +02:00
Changed:
▪ Focused message is now displayed in previewer when multiple messages are selected. This is related to bug #46.
2016-08-10 08:10:41 +02:00
▪ MariaDB binary DLL file updated to 10.1.16 (Windows only).
2016-06-25 21:02:14 +02:00
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.
2016-06-25 21:02:14 +02:00
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.
2016-06-27 11:21:48 +02:00
▪ Fixed some typos.
▪ Fixed some UI stuff in menus etc.
2016-06-25 21:02:14 +02:00
▪ Fixed problem with skin loading. (bug #25)
2016-07-22 07:15:06 +02:00
You can see more verbose list of fixed stuff here: https://github.com/martinrotter/rssguard/milestone/2?closed=1
2016-06-27 11:21:48 +02:00
3.3.1
—————
Changed:
▪ Changed couple of icons. (bug #12)
2016-06-22 22:12:27 +02:00
▪ Changed codes of localizations and localizations loading. (bug #19)
2016-06-22 20:02:25 +02:00
Fixed:
2016-06-23 19:35:17 +02:00
▪ Fixed problematic message reselection when filtering messages.
2016-06-23 19:28:02 +02:00
▪ Fixed problem when updating 0 feeds - GUI lockup.
2016-06-22 20:02:25 +02:00
▪ Fixed minimum allowed length of category/feed titles. (bug #17)
2016-05-31 09:47:37 +02:00
3.3.0
—————
Added:
2016-06-20 10:18:21 +02:00
▪ 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.
2016-06-07 13:21:53 +02:00
▪ Default skin now uses Bootrstrap-powered look.
2016-05-31 09:47:37 +02:00
▪ 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.
2016-06-21 07:55:47 +02:00
▪ 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.
2016-05-31 09:47:37 +02:00
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.
2016-06-01 09:46:54 +02:00
Removed:
2016-06-07 13:21:53 +02:00
▪ 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.
2016-06-01 09:46:54 +02:00
▪ 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.
2016-05-31 09:47:37 +02:00
Fixed:
▪ Removed "Restart" functionality, it was buggy and was causing a lot of internal problems, primarily with storing settings.
2016-06-22 10:32:32 +02:00
▪ OPML exporter now generates valid XML with all xmlns correctly filled.
2016-05-31 09:47:37 +02:00
3.2.4
—————
Fixed:
▪ Auto-update interval/type is now persistent across sync-in for TT-RSS/ownCloud.
3.2.3
—————
Changed:
▪ Some minor tweaks for default icon theme loading.
3.2.2
—————
Added:
▪ 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.
Fixed:
▪ Some minor buggies and code mistakes.
▪ Fixed problem with message counts.
3.2.1
—————
Added:
▪ Internal message previewer now introduces list of images contained in message contents of displayed message.
Fixed:
▪ Changes in count of all/unread messages are now faster. This results in (much) faster program startup when using BIG database file.
Changed:
▪ Internal message viewer now displays title as part of main HTML view.
3.2.0
—————
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.
▪ PLEASE, fill this survey: http://goo.gl/forms/ASWg4TFxlS
▪ RSS Guard now depends only Qt 5.6 or higher.
Added:
▪ 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)
▪ Message preview's font is now fully adjustable in settings. (issue #177)
▪ 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 experimental support for tweakable statusbar. (issue #158)
▪ Opening of download manager when new file download starts is now optional. (issue #165)
Fixed:
▪ Download manager now correctly displays download progress/info.
▪ Better detection of MySQL server status. (bug #169)
▪ 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)
▪ MySQL scripts improved. (bug #170)
▪ Fixed little problem with feed list hiding. (bug #163)
Changed:
▪ Better performance when recalculating counts of all/unread messages in categories with many feeds.
▪ 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.
3.1.0
—————
Added:
▪ 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)
▪ User is now able to delete TT-RSS feeds. (issue #151)
▪ Added ability to stop running batch feed update. (issue #157)
Fixed:
▪ Some other minor fixes.
▪ Feed list hidden when respective menu item is unchecked. (bug #163)
▪ 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)
▪ Fixed problem where custom HTTP timeout setting was ignored for TT-RSS account. (GitHub bug #9)
▪ Fixed problems with master update mutex locking. (bug #153)
▪ Fixed some problems: "Add category to selected account" was enabled when it shouldn't be.
▪ ♥ Auto-updating of feeds fixed (again?!). ♥
▪ Fixed problem with adding feeds in TT-RSS accounts. (bug #154)
Changed:
▪ Increased max feed network download timeout to 45 s.
▪ Adjusted behavior of Google suggestions when no suggestions are available for give text.
▪ Adjusted sorting, particularly in message list.
▪ Tweaked "remove duplicates" policy.
▪ TT-RSS plugin can now restore messages from local recycle bin.
3.0.2
—————
Added:
▪ 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)
▪ User can now specify destination root node when importing feeds. (issue #147)
▪ Added support for import/export to/from plain TXT file (one feed URL per line). (issue #142)
▪ Optimized menu items in "Add new item" submenu. Added two new bindable actions for adding feeds & categories. (issues #146 and #148)
Changed:
▪ Some GUI refinements and fixes.
▪ Added more logging entries.
▪ "Clean all items" now does not clean messages from recycle bins.
Fixed:
▪ Left over messages are now correctly deleted after sync-in is performed in TT-RSS account.
▪ Made some rather big changes to sorting/filtering of feeds, which is now dynamic.
▪ Feeds are now (re)sorted when batch update finishes. (bug #150)
▪ 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 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)
▪ Fixed problem with reloading feeds with newly downloaded messages when read-only-visible feeds filter is activated. (bug #139)
3.0.1
—————
Added:
▪ Background color of notifications is now changeable. (issue #134)
▪ Auto-update setting of individual Tiny Tiny RSS feeds can now be changed.
▪ 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.
▪ Activated accounts are now integrated into built-in web browser "add feed from website" feature.
Fixed:
▪ Problem with adding/editing TT-RSS accounts. (bug #137)
3.0.0
—————
Added:
▪ 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 ability to hide status bar.
▪ Added ability to go to next unread message. (partially bug #112)
Fixed:
▪ Tiny Tiny RSS plugin now supports HTTP authentication (Basic, NTLM, Digest). (bug #132)
▪ Fixed bug with updating feed. (bug #131)
▪ 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.
▪ Fixed obtaining of contents in RSS 2.0 feed entries. (bug #130)
▪ 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.
2019-05-31 08:40:24 +02:00
▪ When removing download item from download manager via DELETE key, then "Cleanup" button is correctly disabled.