Changes since 0.1:
New features
-
Automatically invalidate cache from the older versions of Feed Commas.
This is backward-incompatible change. If you have previously cached results, you’ll need to remove them before starting Feed Commas:
rm ~/.cache/feed-commas/*
-
Display a feed name in article’s footer.
-
Opening an article in a browser automatically marks it as read.
-
Set title of terminal window.
-
Show a log in dialog when CommaFeed credentials are missing.
-
Write a configuration file only if configuration was modified inside Feed Commas.
-
Added
-c,--config
switch to allow specifying configuration file.
Bug fixes
-
Fixed detecting incorrect encoding in incoming JSON objects.
-
Cache is correctly updated when marking articles.
-
Fixed reading empty cache files.
-
Fixed a crash when Feed Commas tried to save configuration file without sufficient permissions.
Other changes
-
More eye-candy synchronization progress circle.