March 6th, 2010Keyword Filtering:
· Being a real-time RSS notification app, Feed Notifier is prone to flooding the user with excessive popups, even with just a handful of RSS feeds. So, we decided to add a very powerful keyword filtering feature. You can create any number of filters and each filter can be applied to all feeds or just the feeds that you select. Filters can be inclusive or exclusive and can be combined using AND, OR and NOT logic.
Authentication Improvements:
· Prior to version 2.2, authenticated feeds were supported but required putting your username and password in the feed URL itself, leaving it shown in plaintext in the user interface. This was confusing and not very secure.
· Now, when adding a feed, Feed Notifier will automatically detect if the feed requires authentication. If it does, it will display a username and password prompt.
· The username and password cannot be changed once the feed is added. If you need to update your password, just remove and re-create the feed.
· Note: The username and password may still be sent to the server in plain text format. The username and password are saved locally in an encoded format (easy to decrypt but not plain text).
Multi-Threaded Feed Polling:
· Prior to version 2.2, Feed Notifier would check feeds serially, one at a time. This was very inefficient, especially since most of the time is waiting for the server and the network. Now, Feed Notifier will create up to 10 worker threads to check feeds in parallel. This results in a significant performance increase. (About 4x faster when testing with 10 feeds.)
Bug Fixes:
· Like most software updates, this release contains a few bug fixes
February 18th, 2010· Performance improvements and bug fixes.
· Software automatically checks for new versions to download and install.
February 4th, 2010· Improved look and feel with support for themes.
· "Update Feeds" option to check all feeds on demand.
· Configurable pop-up size.
· Enable/Disable individual feeds without deleting them entirely.
· "Run at Startup" option in the installer.
· Item age displayed in pop-up, e.g. "5 minutes ago"
· Item author displayed in pop-up.
· Navigation controls displayed in pop-up, replacing the awkward pop-up stacking in v1.0. "Auto-play" option can be turned off to prevent popups from disappearing automatically.
· Pop-ups can be displayed in the center of the screen.
· System tray icon changes when the app is checking feeds.
· Automatically computes a good polling interval when adding a new feed.
· Shows the favicon for the feed when available.
· Number of items shown in pop-up, e.g. "4 of 12"
· Ability to edit feeds and configure feed titles and links.
· Proxy server support.
· Many more user preferences.